From: Zdenek Kabelac Date: Wed, 22 Feb 2017 14:20:23 +0000 (+0100) Subject: WHATS_NEW: add entry X-Git-Tag: v2_02_169~315 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=6716f5a2f46f034f24d01918cc1dc78cd7bac9be;p=lvm2.git WHATS_NEW: add entry --- diff --git a/WHATS_NEW b/WHATS_NEW index c8b7fdc39..b0768cd9a 100644 --- a/WHATS_NEW +++ b/WHATS_NEW @@ -1,5 +1,6 @@ Version 2.02.169 - ===================================== + Fix regression of accepting options --type and -m with lvresize (2.02.158). Add lvconvert --swapmetadata, new specific way to swap pool metadata LVs. Add lvconvert --startpoll, new specific way to start polling conversions. Add lvconvert --mergethin, new specific way to merge thin snapshots. diff --git a/tools/toollib.c b/tools/toollib.c index 842f67c02..0e45d80d0 100644 --- a/tools/toollib.c +++ b/tools/toollib.c @@ -5755,4 +5755,3 @@ bad: out: return 0; } -