aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlasdair G Kergon <agk@redhat.com>2015-09-15 13:17:50 +0100
committerAlasdair G Kergon <agk@redhat.com>2015-09-15 13:17:50 +0100
commita729b1aa294ab4525e09c83f392560bcf59a5b81 (patch)
treec7ead1696678ff14a21308bed042db27139e9c3c
parent548c09acfca8970cafe74f43e1944b5f20f540be (diff)
downloadlvm2-a729b1aa294ab4525e09c83f392560bcf59a5b81.tar.gz
pre-release
-rw-r--r--VERSION2
-rw-r--r--VERSION_DM2
-rw-r--r--WHATS_NEW4
-rw-r--r--WHATS_NEW_DM4
-rw-r--r--libdm/libdm-stats.c2
5 files changed, 7 insertions, 7 deletions
diff --git a/VERSION b/VERSION
index 4f600d194..fbf246af6 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.02.131(2)-git (2015-09-05)
+2.02.131(2)-git (2015-09-15)
diff --git a/VERSION_DM b/VERSION_DM
index 25d799d65..1c01d02d0 100644
--- a/VERSION_DM
+++ b/VERSION_DM
@@ -1 +1 @@
-1.02.108-git (2015-09-05)
+1.02.108-git (2015-09-15)
diff --git a/WHATS_NEW b/WHATS_NEW
index 8f8761763..b15ae4882 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,5 @@
-Version 2.02.131 -
-=====================================
+Version 2.02.131 - 15th September 2015
+======================================
Rename 'make install_full_man' to install_all_man and add all_man target.
Fix vgimportclone cache_dir path name (2.02.115).
Swapping of LV identifiers handles more complex LVs.
diff --git a/WHATS_NEW_DM b/WHATS_NEW_DM
index 9e3078678..4e2f5154b 100644
--- a/WHATS_NEW_DM
+++ b/WHATS_NEW_DM
@@ -1,5 +1,5 @@
-Version 1.02.108 -
-=====================================
+Version 1.02.108 - 15th September 2015
+======================================
Do not check for full thin pool when activating without messages (1.02.107).
Version 1.02.107 - 5th September 2015
diff --git a/libdm/libdm-stats.c b/libdm/libdm-stats.c
index ee62fe6ac..d3ae1f285 100644
--- a/libdm/libdm-stats.c
+++ b/libdm/libdm-stats.c
@@ -199,7 +199,7 @@ static void _stats_histograms_destroy(struct dm_pool *mem,
return;
/*
- * Only the first histogram needs to be freed explicitly.
+ * Free everything in the pool back to the first histogram.
*/
if (region->counters[0].histogram)
dm_pool_free(mem, region->counters[0].histogram);