summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarian Csontos <mcsontos@redhat.com>2019-06-07 16:32:02 +0200
committerMarian Csontos <mcsontos@redhat.com>2019-06-07 17:24:51 +0200
commitcb6277aa8a1f6d0dedf2082995b1673da1eb46f9 (patch)
treee2a7397582b7c5a663f0671474bc7a4547932a25
parentc315112a3b7d01e56cbd2ecb3d05f55d44a50e12 (diff)
downloadlvm2-cb6277aa8a1f6d0dedf2082995b1673da1eb46f9.tar.gz
pre-releasev2_03_03
-rw-r--r--VERSION2
-rw-r--r--VERSION_DM2
-rw-r--r--WHATS_NEW12
-rw-r--r--WHATS_NEW_DM6
4 files changed, 15 insertions, 7 deletions
diff --git a/VERSION b/VERSION
index 83eb5044b..d2f613bbe 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.03.02(2)-git (2018-10-31)
+2.03.03(2) (2019-06-07)
diff --git a/VERSION_DM b/VERSION_DM
index 486620846..78eb98da6 100644
--- a/VERSION_DM
+++ b/VERSION_DM
@@ -1 +1 @@
-1.02.155-git (2018-10-31)
+1.02.159 (2019-06-07)
diff --git a/WHATS_NEW b/WHATS_NEW
index b5deceba6..1062c271b 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,5 @@
-Version 2.03.02 -
-===================================
+Version 2.03.03 - 07th June 2019
+================================
Report no_discard_passdown for cache LVs with lvs -o+kernel_discards.
Add pvck --dump option to extract metadata.
Fix signal delivery checking race in libdaemon (lvmetad).
@@ -35,10 +35,14 @@ Version 2.03.02 -
Fix missing unlock on lvm2 dmeventd plugin error path initialization.
Improve Makefile dependency tracking.
Move VDO support towards V2 target (6.2) support.
+
+Version 2.03.02 - 18th December 2018
+====================================
Fix missing proper initialization of pv_list struct when adding pv.
- Fix (de)activation of RaidLVs with visible SubLVs
- Prohibit mirrored 'mirror' log via lvcreate and lvconvert
+ Fix (de)activation of RaidLVs with visible SubLVs.
+ Prohibit mirrored 'mirror' log via lvcreate and lvconvert.
Use sync io if async io_setup fails, or use_aio=0 is set in config.
+ Fix more issues reported by coverity scan.
Version 2.03.01 - 31st October 2018
===================================
diff --git a/WHATS_NEW_DM b/WHATS_NEW_DM
index 8a2146d9a..8edd76ccf 100644
--- a/WHATS_NEW_DM
+++ b/WHATS_NEW_DM
@@ -1,11 +1,15 @@
-Version 1.02.155 -
+Version 1.02.159 - 07th June 2019
====================================
Parsing of cache status understand no_discard_passdown.
Ensure migration_threshold for cache is at least 8 chunks.
+
+Version 1.02.155 - 18th December 2018
+=====================================
Include correct internal header inside libdm list.c.
Enhance ioctl flattening and add parameters only when needed.
Add DM_DEVICE_ARM_POLL for API completness matching kernel.
Do not add parameters for RESUME with DM_DEVICE_CREATE dm task.
+ Fix dmstats report printing no output.
Version 1.02.153 - 31st October 2018
====================================