From bd75844024ad4a2e66c7743c50e189a00c233284 Mon Sep 17 00:00:00 2001 From: Alasdair G Kergon Date: Fri, 20 Sep 2013 13:56:29 +0100 Subject: [PATCH] release 2.02.101 112 files changed, 4131 insertions(+), 1312 deletions(-) --- VERSION | 2 +- VERSION_DM | 2 +- WHATS_NEW | 6 ++++-- WHATS_NEW_DM | 4 ++-- 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.