summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlasdair G Kergon <agk@redhat.com>2016-02-15 10:35:16 +0000
committerAlasdair G Kergon <agk@redhat.com>2016-02-15 10:35:16 +0000
commit228b8245e4fbae92968feeb8ded57697b567ceed (patch)
tree2fd5e0f52b2a29dca34703d5614200e4a0c56de9
parent672deaebc55464015065c2101a3de03e02190e01 (diff)
downloadlvm2-228b8245e4fbae92968feeb8ded57697b567ceed.tar.gz
pre-releasev2_02_142
-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 2cb33034d..6ac1ce6a7 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.02.142(2)-git (2016-01-25)
+2.02.142(2)-git (2016-02-15)
diff --git a/VERSION_DM b/VERSION_DM
index 17b06bb46..73eb926b4 100644
--- a/VERSION_DM
+++ b/VERSION_DM
@@ -1 +1 @@
-1.02.116-git (2016-01-25)
+1.02.116-git (2016-02-15)
diff --git a/WHATS_NEW b/WHATS_NEW
index 8c3a204d5..9207fca49 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,12 +1,13 @@
-Version 2.02.142 -
-====================================
+Version 2.02.142 - 15th February 2016
+=====================================
Fix memory pool corruption in pvmove (2.02.141).
Support control of spare metadata creation when repairing thin-pool.
Fix config type of 'log/verbose' from bool to int (2.02.99).
- Fix thinp watermark calc for data LV for faster dmeventd responce (2.02.133).
+ Fix inverted data LV thinp watermark calc for dmeventd response (2.02.133).
Use use_blkid_wiping=0 if not defined in lvm.conf and support not compiled in.
Do not check for suspended devices if scanning for lvmetad update.
- Fix part. table filter with external_device_info_source="udev" and blkid<2.20.
+ Clear cached bootloader areas when PV format changed.
+ Fix partn table filter with external_device_info_source="udev" and blkid<2.20.
Version 2.02.141 - 25th January 2016
====================================
diff --git a/WHATS_NEW_DM b/WHATS_NEW_DM
index 693667bbf..9e30e667d 100644
--- a/WHATS_NEW_DM
+++ b/WHATS_NEW_DM
@@ -1,5 +1,5 @@
-Version 1.02.116 -
-====================================
+Version 1.02.116 - 15th February 2016
+=====================================
Use fully aligned allocations for dm_pool_strdup/strndup() (1.02.64).
Fix thin-pool table parameter feature order to match kernel output.