1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-19 14:04:17 +03:00

update WHATS_NEW and WHATS_NEW_DM with previous commits' changes

This commit is contained in:
Mike Snitzer 2010-01-05 21:32:59 +00:00
parent 5b7f6ad698
commit 255fc32087
2 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,8 @@
Version 2.02.57 - Version 2.02.57 -
==================================== ====================================
Use snapshot metadata usage to determine if a snapshot is empty. Use snapshot metadata usage to determine if a snapshot is empty.
Insert missing stack macros to all activate_lv and deactivate_lv callers.
Insert missing stack macros to all suspend_lv and resume_lv callers.
Add --poll flag to vgchange and lvchange. Add --poll flag to vgchange and lvchange.
Propagate commit and revert metadata notification to other nodes in cluster. Propagate commit and revert metadata notification to other nodes in cluster.
Use proper mask for VG lock mode in clvmd. Use proper mask for VG lock mode in clvmd.

View File

@ -1,5 +1,8 @@
Version 1.02.41 - Version 1.02.41 -
==================================== ====================================
Return error from dm_tree_deactivate_children().
Return error from dm_tree_suspend_children().
Return error from dm_tree_preload_children() and dm_tree_activate_children().
Fix coredump and memory leak for 'dmsetup help -c'. Fix coredump and memory leak for 'dmsetup help -c'.
Disable udev rules for change events with DISK_RO set. Disable udev rules for change events with DISK_RO set.