summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlasdair G Kergon <agk@redhat.com>2013-11-13 14:02:34 +0000
committerAlasdair G Kergon <agk@redhat.com>2013-11-13 14:02:34 +0000
commit77a1efeb8eb0fe73c858ade05b578c3cfe3ddd9f (patch)
tree2a9c3eb1a311c701c0e85facfcc49cf41c7469df
parent527db4645fdbf10361797c871b9cadf6c5e73405 (diff)
downloadlvm2-2_02_104.tar.gz
release 2.02.104v2_02_104
87 files changed, 1207 insertions(+), 294 deletions(-)
-rw-r--r--VERSION2
-rw-r--r--VERSION_DM2
-rw-r--r--WHATS_NEW7
-rw-r--r--WHATS_NEW_DM6
4 files changed, 9 insertions, 8 deletions
diff --git a/VERSION b/VERSION
index 8e798d0ce..576af302b 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.02.104(2)-git (2013-10-04)
+2.02.104(2)-git (2013-11-13)
diff --git a/VERSION_DM b/VERSION_DM
index 0e6eddbf9..89b02c3bd 100644
--- a/VERSION_DM
+++ b/VERSION_DM
@@ -1 +1 @@
-1.02.83-git (2013-10-04)
+1.02.83-git (2013-11-13)
diff --git a/WHATS_NEW b/WHATS_NEW
index ff6041d49..475794ed4 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,5 @@
-Version 2.02.104 -
-===================================
+Version 2.02.104 - 13th November 2013
+=====================================
Workaround VG refresh race during autoactivation by retrying the refresh.
Handle failures in temporary mirror used when adding images to mirrors.
Fix and improve logic for implicitely exclusive activations.
@@ -28,7 +28,6 @@ Version 2.02.104 -
Move code to remove virtual snapshot from tools to lib for lvm2app.
Fix possible race during daemon worker thread creation (lvmetad).
Fix possible deadlock while clearing lvmetad cache for full rescan.
- Fix possible race while creating/destroying memory pools.
Recognise NVM Express devices in filter.
Fix failing metadata repair when lvmetad is used.
Fix incorrect memory handling when reading messages from lvmetad.
@@ -37,7 +36,7 @@ Version 2.02.104 -
Add support for flagging an LV to skip udev scanning during activation.
Improve message when unable to change discards setting on active thin pool.
Run full scan before vgrename operation to avoid any cache name collision.
- Fix lvconvert when converting to a thin pool and thin LV at once.
+ Fix lvconvert when converting to a thin pool and thin LV at once. (2.02.99)
Version 2.02.103 - 4th October 2013
===================================
diff --git a/WHATS_NEW_DM b/WHATS_NEW_DM
index 0f905fd68..1e8bae725 100644
--- a/WHATS_NEW_DM
+++ b/WHATS_NEW_DM
@@ -1,9 +1,11 @@
-Version 1.02.83
-==================================
+Version 1.02.83 - 13th November 2013
+====================================
Consistently report on stderr when device is not found for dmsetup info.
Skip race errors when non-udev dmsetup build runs on udev-enabled system.
Skip error message when holders are not present in sysfs.
Use __linux__ instead of linux define to make libdevmapper.h C compliant.
+ Use mutex to avoid possible race while creating/destroying memory pools.
+ Require libpthread to build now.
Version 1.02.82 - 4th October 2013
==================================