From: Dave Wysochanski Date: Fri, 20 Aug 2010 20:35:55 +0000 (+0000) Subject: Update WHATS_NEW X-Git-Tag: v2_02_91~1571 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=aa06d919727e770b056ec59c48147d0bd1bbfe70;p=lvm2.git Update WHATS_NEW --- diff --git a/WHATS_NEW b/WHATS_NEW index 20bdeb0c0..8a1085ed3 100644 --- a/WHATS_NEW +++ b/WHATS_NEW @@ -1,5 +1,12 @@ Version 2.02.74 - ================================== + Add implmentation for simple numeric 'get' property functions. + Define GET_NUM_PROPERTY_FN macro to simplify numeric property 'get' function + Add properties.[ch] to lib/report, defined based on columns.h. + Add macro definitions to report infrastructure for character array length. + Remove explicit double quotes from columns.h 'id' entries. + Add 'flags' field to columns.h and define FIELD_MODIFIABLE. + Add vg_mda_size and vg_mda_free functions. Simplify MD/swap signature detection in pvcreate and allow aborting. Remove assumption that --yes must be used only in --force mode. Fix file descriptor leak in swap signature detection error path.