1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00

Update WHATS_NEW for recent checkins

This commit is contained in:
Dave Wysochanski 2009-07-26 11:21:32 +00:00
parent 429139be78
commit 1523a4953f

View File

@ -1,5 +1,9 @@
Version 2.02.50 -
================================
Update test/api/test.c to call new liblvm functions.
Add liblvm function lvm_vg_create_lv_linear.
Update lvm_vg_extend to do an implicit pvcreate on the device.
Refactor pvcreate and lvcreate for liblvm.
Add global/wait_for_locks to lvm.conf so blocking for locks can be disabled.
All LV locks are non-blocking so remove LCK_NONBLOCK from separate macros.
Fix race condition with vgcreate and vgextend on same device (2.02.49).