summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2014-06-18 12:30:34 +0200
committerPeter Rajnoha <prajnoha@redhat.com>2014-06-18 12:30:34 +0200
commitca1abe70ff6f6efc6bd49c648aa3e6b8fab184fd (patch)
tree61ed5c40bb185bdc8e0fbca9ae8905415244fe6c
parent63f5be01702f3344fe2e95eea74c5149bab2d78d (diff)
downloadlvm2-ca1abe70ff6f6efc6bd49c648aa3e6b8fab184fd.tar.gz
WHATS_NEW: commit 76467bdcfd297ffbe2c088b6340ecc7d17d56742
Ordering string list items on reports is also new compared to previous state where items were not ordered at all and they got reported simply as they appeared/were processed.
-rw-r--r--WHATS_NEW_DM1
1 files changed, 1 insertions, 0 deletions
diff --git a/WHATS_NEW_DM b/WHATS_NEW_DM
index d1b05cb19..9e6f92e7e 100644
--- a/WHATS_NEW_DM
+++ b/WHATS_NEW_DM
@@ -7,6 +7,7 @@ Version 1.02.88 -
Add dm_report_reserved_value to libdevmapper for reserved value definition.
Also display field types when listing all fields in selection help.
Recognize "help" keyword in selection string to show brief help for selection.
+ Always order items reported as string list field lexicographically.
Add dm_report_field_string_list to libdevmapper for direct string list report.
Add DM_REPORT_FIELD_TYPE_STRING_LIST: separate string and string list fields.
Add dm_str_list to libdevmapper for string list type definition and its reuse.