summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2014-12-09 10:52:07 +0100
committerPeter Rajnoha <prajnoha@redhat.com>2014-12-09 10:52:07 +0100
commit5378a1a63e8a8d89cca9460051d473b7547404f9 (patch)
tree9da8b334d659072f828a138c83c778a732930361
parentf94f8463b0d3dddaa0e429123aba673d106f783e (diff)
downloadlvm2-5378a1a63e8a8d89cca9460051d473b7547404f9.tar.gz
WHATS_NEW: f94f846 actually fixes DM issue, not LVM issue
-rw-r--r--WHATS_NEW1
-rw-r--r--WHATS_NEW_DM1
2 files changed, 1 insertions, 1 deletions
diff --git a/WHATS_NEW b/WHATS_NEW
index ff06b7b3a..9201f3682 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,6 +1,5 @@
Version 2.02.115 -
=====================================
- Fix segfault while using --select with regex and --unbuffered for reporting.
Fix automatic use of configure --enable-udev-systemd-background-jobs.
Correctly rename active split LV with -splitmirrors for raid1.
Add report/compact_output to lvm.conf to enable/disable compact report output.
diff --git a/WHATS_NEW_DM b/WHATS_NEW_DM
index dcd35fa0d..02b80454f 100644
--- a/WHATS_NEW_DM
+++ b/WHATS_NEW_DM
@@ -1,5 +1,6 @@
Version 1.02.93 -
====================================
+ Fix segfault while using selection with regex and unbuffered reporting.
Add dm_report_compact_fields to remove empty fields from report output.
Remove unimplemented dm_report_set_output_selection from libdevmapper.h.