diff --git a/VERSION b/VERSION index a40df53e6..79a07db93 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.02.92(2)-cvs (2012-02-12) +2.02.92(2)-cvs (2012-02-20) diff --git a/VERSION_DM b/VERSION_DM index 406194c6b..9cf288b03 100644 --- a/VERSION_DM +++ b/VERSION_DM @@ -1 +1 @@ -1.02.71-cvs (2012-02-12) +1.02.71-cvs (2012-02-20) diff --git a/WHATS_NEW b/WHATS_NEW index e55bc52dd..e4a2fb78b 100644 --- a/WHATS_NEW +++ b/WHATS_NEW @@ -1,7 +1,7 @@ -Version 2.02.92 - +Version 2.02.92 - 20th February 2012 ==================================== - Read monitoring config settings for every lvm command. - Initialize monitoring support only for thin pools and skip thin volumes. + Read dmeventd monitoring config settings for every lvm command. + For thin devices, initialize monitoring only for thin pools not thin volumes. Make conversion from a synced 'mirror' to 'raid1' not cause a full resync. Properly test buffer for unit check in units_to_bytes(). Add configure --with-systemdsystemunitdir. diff --git a/WHATS_NEW_DM b/WHATS_NEW_DM index 2615b61c5..43d3a69fa 100644 --- a/WHATS_NEW_DM +++ b/WHATS_NEW_DM @@ -1,9 +1,9 @@ -Version 1.02.71 - +Version 1.02.71 - 20th February 2012 ==================================== Switch to using built-in blkid in 13-dm-disk.rules. Add "watch" rule to 13-dm-disk.rules. Detect failing fifo and skip 20s retry communication period. - Add DM_DEFAULT_NAME_MANGLING_MODE env. variable to override configured value. + Add DM_DEFAULT_NAME_MANGLING_MODE environment variable as an override. Add dm_lib_init to automatically initialise device-mapper library on load. Replace any '\' char with '\\' in table specification on input. Add mangle command to dmsetup to provide renaming to correct mangled form. @@ -12,7 +12,7 @@ Version 1.02.71 - Add dm_task_get_name_mangled/unmangled to libdevmapper. Mangle device name on dm_task_set_name/newname call if necessary. Add dm_set/get_name_mangling_mode to set/get name mangling in libdevmapper. - Add configure --with-default-name-mangling. + Add configure --with-default-name-mangling for udev-friendly dev name charset. Test for parsed words in _umount() dmeventd snapshot plugin. Fix memory leak in fail path of parse_loop_device_name() in dmsetup. Check for missing reply_uuid in dm_event_get_registered_device().