summaryrefslogtreecommitdiffstats
path: root/WHATS_NEW_DM
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2011-10-28 20:06:49 +0000
committerZdenek Kabelac <zkabelac@redhat.com>2011-10-28 20:06:49 +0000
commit7ad1c43b485108bffaf860c6d868a36051b17df2 (patch)
treed76d9671051d85827c7d17aa13c1f02409b66867 /WHATS_NEW_DM
parent35d462dafc47a026b2aed55d0ebd769ccbf39473 (diff)
downloadlvm2-7ad1c43b485108bffaf860c6d868a36051b17df2.tar.gz
lvm2-7ad1c43b485108bffaf860c6d868a36051b17df2.tar.xz
lvm2-7ad1c43b485108bffaf860c6d868a36051b17df2.zip
Add find_config_tree_str_allow_empty
Add function to allow read of empty strings as valid arguments. Add a warning message if string argument has ignored value.
Diffstat (limited to 'WHATS_NEW_DM')
-rw-r--r--WHATS_NEW_DM1
1 files changed, 1 insertions, 0 deletions
diff --git a/WHATS_NEW_DM b/WHATS_NEW_DM
index 79be18f2..cebe079e 100644
--- a/WHATS_NEW_DM
+++ b/WHATS_NEW_DM
@@ -1,5 +1,6 @@
Version 1.02.68 -
==================================
+ Add dm_config_tree_find_str_allow_empty.
Fix compile-time pool memory locking with DEBUG_MEM.
Fix valgrind error reports in free of pool chunks with DEBUG_MEM.
Align size of structure chunk for fast pool allocator to 8 bytes.