1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-18 10:04:20 +03:00

Update WHATS_NEW

This commit is contained in:
Dave Wysochanski 2010-07-09 17:01:11 +00:00
parent f77fb62b2a
commit fde1354775

View File

@ -1,7 +1,11 @@
Version 2.02.71 - Version 2.02.71 -
=============================== ===============================
Add log_error when strdup fails in {vg|lv}_change_tag().
Remove unnecessary includes in liblvm files.
Use __attribute__ consistently throughout. Use __attribute__ consistently throughout.
Fix redundant declarations and always compile with -Wredundant-decls. Fix redundant declarations and always compile with -Wredundant-decls.
Pass metadataignore to pv_create, pv_setup, _mda_setup, and add_mda.
Init mda->list in mda_copy.
Fix possible hang when all mirror images of a mirrored log fail. Fix possible hang when all mirror images of a mirrored log fail.
Do not log backtrace in valid _lv_resume() code path. Do not log backtrace in valid _lv_resume() code path.
Cleanup help strings in configure.in. Cleanup help strings in configure.in.