summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2010-08-18 20:57:10 +0000
committerAlasdair Kergon <agk@redhat.com>2010-08-18 20:57:10 +0000
commit2d0b95cd4975172f413d98e2f81b5e13e13e31d1 (patch)
tree4358398f691b98b2c58b794023587625785d4737
parente2bc7a277e214bee2aa227f5bffec38adbb7edfb (diff)
downloadlvm2-2_02_73.tar.gz
-rw-r--r--VERSION2
-rw-r--r--VERSION_DM2
-rw-r--r--WHATS_NEW13
-rw-r--r--WHATS_NEW_DM8
4 files changed, 13 insertions, 12 deletions
diff --git a/VERSION b/VERSION
index 53efb8c9d..de32aebd5 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.02.73(2)-cvs (2010-07-28)
+2.02.73(2)-cvs (2010-09-18)
diff --git a/VERSION_DM b/VERSION_DM
index a24084216..379b1cb1d 100644
--- a/VERSION_DM
+++ b/VERSION_DM
@@ -1 +1 @@
-1.02.54-cvs (2010-07-28)
+1.02.54-cvs (2010-08-18)
diff --git a/WHATS_NEW b/WHATS_NEW
index a65ca3492..c63251fec 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,5 @@
-Version 2.02.73 -
-================================
+Version 2.02.73 - 18th August 2010
+==================================
Fix potential for corruption during cluster mirror device failure.
Use 'SINGLENODE' instead of 'dead' in clvmd singlenode messages.
Ignore snapshots when performing mirror recovery beneath an origin.
@@ -13,18 +13,17 @@ Version 2.02.73 -
Enable snapshot monitoring by default when dmeventd is enabled.
Move cloned libdevmapper-event client code from segments into lib/activate.
Fix 'lvconvert --splitmirrors' in cluster operation.
- Fix clvmd init script exit code when executed as non-root user.
+ Fix clvmd init script exit code to return 4 when executed as non-root user.
Change default alignment of pe_start to 1MB.
Add --norestorefile option to pvcreate.
Require --restorefile when using pvcreate --uuid.
Recognise and give preference to md device partitions (blkext major).
Never scan internal LVM devices.
- Split-mirror operations were ignoring user-specified PVs.
+ Don't ignore user-specified PVs in split-mirror operations. (2.02.71)
Fix data corruption bug in cluster mirrors.
Require logical volume(s) to be explicitly named for lvconvert --merge.
Avoid changing aligned pe_start as a side-effect of very verbose logging.
- Fix 'void*' arithmetic warnings in dbg_malloc.c.
- Fix 'void*' arithmetic warning in some functions from libdm-iface.c.
+ Use built-in rule for device aliases: block/ < dm- < disk/ < mapper/ < other.
Fix const warning in dev_manager_info() and _dev_manager_lv_rmnodes().
Fix const warning in archive_file structure from archive.c.
Clean generated files .exported_symbols_generated, example.conf for distclean.
@@ -35,7 +34,7 @@ Version 2.02.73 -
Use #include <> not "" in lvm2app.h which gets installed on the system.
Make lib and liblvm.device-mapper wait for include file generation.
Fix configure to supply DEFAULT_RUN_DIR to Makefiles.
- Fix wrong number of mirror log at allocate policy
+ Fix allocation of wrong number of mirror logs with 'remove' fault policy.
Version 2.02.72 - 28th July 2010 [CVE-2010-2526]
=================================================
diff --git a/WHATS_NEW_DM b/WHATS_NEW_DM
index 44bffe189..da8ef4506 100644
--- a/WHATS_NEW_DM
+++ b/WHATS_NEW_DM
@@ -1,5 +1,5 @@
-Version 1.02.54 -
-================================
+Version 1.02.54 - 18th August 2010
+==================================
Fix dm-mod autoloading logic to not assume control node is set correctly.
Add dmeventd/executable to lvm.conf to test alternative dmeventd.
Export dm_event_handler_set_dmeventd_path to override built-in dmeventd path.
@@ -8,8 +8,10 @@ Version 1.02.54 -
Assume dm-mod autoloading support is in kernel 2.6.36 and higher, not 2.6.35.
Fix udev rules to support udev database content generated by older rules.
Reinstate detection of inappropriate uevent with DISK_RO set and suppress it.
+ Fix regex ttree off-by-one error.
+ Add --enable-valgrind-pool to configure.
Fix segfault in regex matcher with characters of ordinal value > 127.
- Use built-in rule for device aliases: block/ < dm- < disk/ < mapper/ < other.
+ Fix 'void*' arithmetic warnings in dbg_malloc.c and libdm-iface.c.
Wait for node creation before displaying debug info in dmsetup.
Fix return status 0 for "dmsetup info -c -o help".
Add check for kernel semaphore support and disable udev_sync if not available.