]> sourceware.org Git - lvm2.git/commitdiff
pre-release v2_02_74
authorAlasdair Kergon <agk@redhat.com>
Fri, 24 Sep 2010 16:24:57 +0000 (16:24 +0000)
committerAlasdair Kergon <agk@redhat.com>
Fri, 24 Sep 2010 16:24:57 +0000 (16:24 +0000)
VERSION
VERSION_DM
WHATS_NEW
WHATS_NEW_DM

diff --git a/VERSION b/VERSION
index 19fb1664285a20bdc95510f7d4dcf493ecaad00c..b426edc39c63eb08e083509fbfa388865a1cfe08 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.02.74(2)-cvs (2010-09-22)
+2.02.74(2)-cvs (2010-09-24)
index 633df7f36edd43753865cf833de661d4ba23d914..6f7212080a5782dad065c1334d3db9735df92539 100644 (file)
@@ -1 +1 @@
-1.02.55-cvs (2010-09-22)
+1.02.55-cvs (2010-09-24)
index 4f8c611a4307256bc8ad08fa6b5e08c3a2e86a57..25e9f330b48066fddb85f1a49c1834f6cf6354e2 100644 (file)
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,14 +1,13 @@
-Version 2.02.74 - 
+Version 2.02.74 - 24th September 2010
 =====================================
-  Add escape sequence for ':' and '@' found in device names used as PVs.
-  Replace alloca with dm_malloc in _aligned_io.
+  Allow : and @ to be escaped with \ in device names of PVs.
+  Replace alloca with dm_malloc in _aligned_io to avoid stack corruption.
   Fix partial mode operations for lvm1 metadata format.
   Track recursive filter iteration to avoid refreshing while in use. (2.02.56)
   Revert to old glibc vsnprintf behaviour in emit_to_buffer() to catch overflow.
   Allocate buffer for metadata tags dynamically to remove 4k limit.
   Add random suffix to archive file names to prevent races when being created.
   Reinitialize archive and backup handling on toolcontext refresh.
-  Fix opprobriously slow I/O to cluster mirrors created with --nosync.
   Make poll_mirror_progress report PROGRESS_CHECK_FAILED if LV is not a mirror.
   Like mirrors, don't scan origins if ignore_suspended_devices() is set.
   Fix return type qualifier to avoid compiler warning. (2.02.69)
index 13b791a8232c533e21593d1b82093a9cc76f1c64..ef4dfc7b0e3eb9810b8b578647272982aef2770b 100644 (file)
@@ -1,5 +1,6 @@
-Version 1.02.55 - 
+Version 1.02.55 - 24th September 2010
 =====================================
+  Fix the way regions are marked complete to avoid slow --nosync cmirror I/O.
   Add DM_REPORT_FIELD_TYPE_ID_LEN to libdevmapper.h.
 
 Version 1.02.54 - 18th August 2010
This page took 0.046321 seconds and 5 git commands to generate.