]> sourceware.org Git - lvm2.git/commitdiff
release 2.02.104 v2_02_104
authorAlasdair G Kergon <agk@redhat.com>
Wed, 13 Nov 2013 14:02:34 +0000 (14:02 +0000)
committerAlasdair G Kergon <agk@redhat.com>
Wed, 13 Nov 2013 14:02:34 +0000 (14:02 +0000)
87 files changed, 1207 insertions(+), 294 deletions(-)

VERSION
VERSION_DM
WHATS_NEW
WHATS_NEW_DM

diff --git a/VERSION b/VERSION
index 8e798d0ce852c907b096a0edfebe36bc421734f6..576af302b9c9c9069f45be92af8dec8bb1e76b9e 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.02.104(2)-git (2013-10-04)
+2.02.104(2)-git (2013-11-13)
index 0e6eddbf9355d6cddd9571ee7bed2b563b340c41..89b02c3bddb378724f403be2253dfd6d128bc80c 100644 (file)
@@ -1 +1 @@
-1.02.83-git (2013-10-04)
+1.02.83-git (2013-11-13)
index ff6041d49d454c783db91edccd05463cabb81c72..475794ed4f15556cb416ce634ff17f9850867b96 100644 (file)
--- 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
 ===================================
index 0f905fd68b1b781b78cb6b3eaefc9b8d73621c36..1e8bae72507532622738c9457b66abc262451252 100644 (file)
@@ -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
 ==================================
This page took 0.056595 seconds and 5 git commands to generate.