summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2009-10-27 00:52:45 +0000
committerAlasdair Kergon <agk@redhat.com>2009-10-27 00:52:45 +0000
commitbcb021296f84213278245b1f2578f3eb4949dc17 (patch)
tree8aa4b26780144010f0e8c981159394b1ef7c5b0c
parentdcf907f36d048cba15ef3bd169a7d185345c4d7d (diff)
downloadlvm2-2_02_54.tar.gz
-rw-r--r--WHATS_NEW4
-rw-r--r--WHATS_NEW_DM2
2 files changed, 3 insertions, 3 deletions
diff --git a/WHATS_NEW b/WHATS_NEW
index aeb10689a..1cbff0f46 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -6,7 +6,7 @@ Version 2.02.54 - 26th October 2009
Cleanup mimagetmp LV if allocation fails for new lvconvert mimage.
Fix clvmd segfault when refresh_toolcontext fails.
Remember to clear 'global lock held during cache refresh' state after use.
- Use udev flags support in LVM.
+ Use udev flags support in LVM and apply various fixes to udev rules.
Delay announcing mirror monitoring to syslog until initialisation succeeded.
Handle metadata with unknown segment types more gracefully.
Set default owner and group to null.
@@ -27,7 +27,7 @@ Version 2.02.54 - 26th October 2009
Restart lvconverts in vgchange by sharing lv_spawn_background_polling.
Generalise polldaemon code by changing mirror-specific variable names.
Don't attempt to deactivate an LV if any of its snapshots are in use.
- Return fail if lv_deactivate fails to remove device from kernel.
+ Return error if lv_deactivate fails to remove device from kernel.
Provide alternative implementation of obsolete siginterrupt().
Consolidate LV allocation into alloc_lv().
Treat input units of both 's' and 'S' as 512-byte sectors. (2.02.49)
diff --git a/WHATS_NEW_DM b/WHATS_NEW_DM
index 4b228c5da..0314d98c2 100644
--- a/WHATS_NEW_DM
+++ b/WHATS_NEW_DM
@@ -2,7 +2,7 @@ Version 1.02.39 - 26th October 2009
===================================
Remove strict default permissions for DM devices from 95-dm-notify.rules.
Add dmsetup udevflags command to decode udev flags in given cookie value.
- Add udev flags support in libdevmapper.
+ Support udev flags in libdevmapper incl. dm_tree_add_new_dev_with_udev_flags.
Make libdm ABI consistent when built with/without selinux support.
Version 1.02.38 - 25th September 2009