From a729b1aa294ab4525e09c83f392560bcf59a5b81 Mon Sep 17 00:00:00 2001 From: Alasdair G Kergon Date: Tue, 15 Sep 2015 13:17:50 +0100 Subject: pre-release --- VERSION | 2 +- VERSION_DM | 2 +- WHATS_NEW | 4 ++-- WHATS_NEW_DM | 4 ++-- libdm/libdm-stats.c | 2 +- 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); -- cgit v1.2.3