summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarian Csontos <mcsontos@redhat.com>2022-11-10 10:23:38 +0100
committerMarian Csontos <mcsontos@redhat.com>2022-11-10 14:11:32 +0100
commitf8127c45c5fa8fc8e163565bfa2001a0bb8ae72e (patch)
tree469db936d70d1e505e3b6d00500d4a9ce875194e
parent6b96bf7bc2f548e7ce1de879251c8b90ab40b634 (diff)
downloadlvm2-f8127c45c5fa8fc8e163565bfa2001a0bb8ae72e.tar.gz
pre-releasev2_03_17
-rw-r--r--VERSION2
-rw-r--r--VERSION_DM2
-rw-r--r--WHATS_NEW7
-rw-r--r--WHATS_NEW_DM4
4 files changed, 9 insertions, 6 deletions
diff --git a/VERSION b/VERSION
index 7f1382bbe..d011ad748 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.03.17(2)-git (2022-05-18)
+2.03.17(2) (2022-11-10)
diff --git a/VERSION_DM b/VERSION_DM
index 35b742cd4..3f4240a76 100644
--- a/VERSION_DM
+++ b/VERSION_DM
@@ -1 +1 @@
-1.02.187-git (2022-05-18)
+1.02.187 (2022-11-10)
diff --git a/WHATS_NEW b/WHATS_NEW
index 2942b0e53..2f4ffd894 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
-Version 2.03.17 -
-===============================
+Version 2.03.17 - 10th November 2022
+====================================
+ Add new options (--fs, --fsmode) for FS handling when resizing LVs.
Fix 'lvremove -S|--select LV' to not also remove its historical LV right away.
Fix lv_active field type to binary so --select and --binary applies properly.
Switch to use mallinfo2 and use it only with glibc.
@@ -11,6 +12,8 @@ Version 2.03.17 -
Fix lvconvert --test --type vdo-pool execution.
Add json_std output format for more JSON standard compliant version of output.
Fix vdo_slab_size_mb value for converted VDO volume.
+ Fix many corner cases in device_id, including handling of S/N duplicates.
+ Fix various issues in lvmdbusd.
Version 2.03.16 - 18th May 2022
===============================
diff --git a/WHATS_NEW_DM b/WHATS_NEW_DM
index 6856f4302..f676ff7e1 100644
--- a/WHATS_NEW_DM
+++ b/WHATS_NEW_DM
@@ -1,5 +1,5 @@
-Version 1.02.187 -
-================================
+Version 1.02.187 - 10th November 2022
+=====================================
Add DM_REPORT_GROUP_JSON_STD for more JSON standard compliant output format.
Version 1.02.185 - 18th May 2022