1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 01:55:10 +03:00

Update WHATS_NEW for commits related to generic property functions

This commit is contained in:
Dave Wysochanski 2010-09-30 14:26:48 +00:00
parent 5936dd0381
commit d06b88437e

View File

@ -1,5 +1,13 @@
Version 2.02.75 -
=====================================
Add pv_get_property and create generic internal _get_property function.
Add 'get' functions for pv and vg properties/fields.
Make generic GET_*_PROPERTY_FN macros and define secondary macro for vg, pv, lv.
Add tags_format_and_copy() common function and call from _tags_disp.
Add id_format_and_copy() common function and call from _uuid_disp.
Simplify logic to create '{pv|vg|lv}_attr' strings.
Refactor report.c '*_disp' functions to call supporting functions.
Refactor lib/metadata/metadata.[ch] into {pv|vg|lv}.[ch].
Fix memory leak of vg_read while using live copies of metadata in directories.
Fix memory leak of config_tree in reinitialization code path.
Swap pool destruction order in dmeventd_lvm2_exit() to fix leak report.