1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-02-01 09:47:48 +03:00

WHATS_NEW: f94f846 actually fixes DM issue, not LVM issue

This commit is contained in:
Peter Rajnoha 2014-12-09 10:52:07 +01:00
parent f94f8463b0
commit 5378a1a63e
2 changed files with 1 additions and 1 deletions

View File

@ -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.

View File

@ -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.