1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +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 f02531802c
commit f84d2eeec9
2 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,8 @@
Version 2.02.57 -
====================================
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.
Propagate commit and revert metadata notification to other nodes in cluster.
Use proper mask for VG lock mode in clvmd.

View File

@ -1,5 +1,8 @@
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'.
Disable udev rules for change events with DISK_RO set.