summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlasdair G Kergon <agk@redhat.com>2013-09-20 13:56:29 +0100
committerAlasdair G Kergon <agk@redhat.com>2013-09-20 13:56:29 +0100
commitbd75844024ad4a2e66c7743c50e189a00c233284 (patch)
tree3605971b8298043e2ba47a3021ddd1c7a10bb0b2
parentf393a5c15631f883883df41e85b3209b33005cd6 (diff)
downloadlvm2-bd75844024ad4a2e66c7743c50e189a00c233284.tar.gz
release 2.02.101v2_02_101
112 files changed, 4131 insertions(+), 1312 deletions(-)
-rw-r--r--VERSION2
-rw-r--r--VERSION_DM2
-rw-r--r--WHATS_NEW6
-rw-r--r--WHATS_NEW_DM4
4 files changed, 8 insertions, 6 deletions
diff --git a/VERSION b/VERSION
index 4aa9105c9..8c1db5361 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.02.101(2)-git (2013-08-13)
+2.02.101(2)-git (2013-09-20)
diff --git a/VERSION_DM b/VERSION_DM
index 2fe4e25c8..10b23208f 100644
--- a/VERSION_DM
+++ b/VERSION_DM
@@ -1 +1 @@
-1.02.80-git (2013-08-13)
+1.02.80-git (2013-09-20)
diff --git a/WHATS_NEW b/WHATS_NEW
index 0b53a9e40..e9696202f 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,7 @@
-Version 2.02.101 -
-===================================
+Version 2.02.101 - 20th September 2013
+======================================
+ Fix 3-thread clvmd deadlock triggered by cleanup on EOF from client.
+ Remove VG from lvmetad before restoring it with vgcfgrestore.
Use strtoull instead of strtol in _get_int_arg.
Add devtypes report command to display built-in recognised block device types.
Fix CC Makefile override which had reverted to using built-in value. (2.02.75)
diff --git a/WHATS_NEW_DM b/WHATS_NEW_DM
index 51c771ce5..176234c77 100644
--- a/WHATS_NEW_DM
+++ b/WHATS_NEW_DM
@@ -1,5 +1,5 @@
-Version 1.02.80 -
-==================================
+Version 1.02.80 - 20th September 2013
+=====================================
Detect invalid sector supplied to 'dmsetup message'.
Free any previously-set string if a dm_task_set_* function is called again.
Do not allow passing empty new name for dmsetup rename.