1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

pre-release

This commit is contained in:
Alasdair Kergon 2010-01-21 23:55:17 +00:00
parent d3d98fdc1e
commit 1014cf876a
4 changed files with 15 additions and 8 deletions

View File

@ -1 +1 @@
2.02.59(1)-cvs (2010-01-14)
2.02.59(1)-cvs (2010-01-21)

View File

@ -1 +1 @@
1.02.43-cvs (2010-01-14)
1.02.43-cvs (2010-01-21)

View File

@ -1,17 +1,23 @@
Version 2.02.59 -
Version 2.02.59 - 21st January 2010
===================================
Add libdevmapper-event-lvm2.so to serialise dmeventd plugin liblvm2cmd use.
Cleanup memory initialization and freeing in pv_read() and pv_create().
Clear pointer and counters after their release in _fin_commands().
Stop dmeventd trying to access already-removed snapshots.
Remove (fallback) /dev mknod from cmirrord.
Add t-topology-support.sh and t-snapshot-merge.sh tests.
Fix clvmd to never scan suspended devices.
Initial version of the cmirror init script (Red Hat).
Initial version of the cmirrord man page.
Fix dmeventd build outside source tree.
Assorted cmirror code changes to remove various compiler warnings.
Fix detection of completed snapshot merge.
Add Red Hat cmirror initscript (unfinished).
Add cmirrord man page (incomplete).
Make cluster log communication structures architecture independant.
Fix cluster log issues with in-memory bitmaps.
Fix cluster log in-memory bitmap handling.
Improve snapshot merge metadata import validation.
Improve target type compatibility checking in _percent_run().
Add 'target_status_compatible' method to 'struct segtype_handler'.
Fix difference between CTR table built and expected for cluster log.
Change underscore to hyphen in table line for clustered log type.
Version 2.02.58 - 14th January 2010
===================================

View File

@ -1,5 +1,6 @@
Version 1.02.43 -
Version 1.02.43 - 21st January 2010
===================================
Remove bitset, hash and pool headers superceded by libdevmapper.h.
Fix off-by-one error causing bad cluster mirror table construction.
Version 1.02.42 - 14th January 2010