diff --git a/WHATS_NEW b/WHATS_NEW index 735735e34..58dea0c9b 100644 --- a/WHATS_NEW +++ b/WHATS_NEW @@ -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.