summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--VERSION2
-rw-r--r--VERSION_DM2
-rw-r--r--WHATS_NEW9
-rw-r--r--WHATS_NEW_DM4
4 files changed, 9 insertions, 8 deletions
diff --git a/VERSION b/VERSION
index 83eb5044b..6e070dc51 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.03.02(2)-git (2018-10-31)
+2.03.02(2) (2018-12-18)
diff --git a/VERSION_DM b/VERSION_DM
index 486620846..9561012be 100644
--- a/VERSION_DM
+++ b/VERSION_DM
@@ -1 +1 @@
-1.02.155-git (2018-10-31)
+1.02.155 (2018-12-18)
diff --git a/WHATS_NEW b/WHATS_NEW
index 0b7f8347b..9cdc70eb5 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,9 +1,10 @@
-Version 2.03.02 -
-===================================
+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 3d45bc3ab..8fe501028 100644
--- a/WHATS_NEW_DM
+++ b/WHATS_NEW_DM
@@ -1,5 +1,5 @@
-Version 1.02.155 -
-====================================
+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.