summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlasdair G Kergon <agk@redhat.com>2015-06-20 00:57:35 +0100
committerAlasdair G Kergon <agk@redhat.com>2015-06-20 00:57:35 +0100
commit134b727b4f577c3e4b1a210e41d20136bc8bd876 (patch)
treee9dd7f867294b0b849f05a3398edc8d6dcbb71c3
parentb45e9183bc276da207c62072726b973e3d6a429c (diff)
downloadlvm2-134b727b4f577c3e4b1a210e41d20136bc8bd876.tar.gz
pre-releasev2_02_122
-rw-r--r--VERSION2
-rw-r--r--VERSION_DM2
-rw-r--r--WHATS_NEW11
-rw-r--r--WHATS_NEW_DM4
4 files changed, 11 insertions, 8 deletions
diff --git a/VERSION b/VERSION
index ac4469568..9f836ebb6 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.02.122(2)-git (2015-06-12)
+2.02.122(2)-git (2015-06-20)
diff --git a/VERSION_DM b/VERSION_DM
index eb763e070..00645cdb7 100644
--- a/VERSION_DM
+++ b/VERSION_DM
@@ -1 +1 @@
-1.02.99-git (2015-06-12)
+1.02.99-git (2015-06-20)
diff --git a/WHATS_NEW b/WHATS_NEW
index 8ea02cd58..5d97a43a6 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,11 +1,12 @@
-Version 2.02.122 -
+Version 2.02.122 - 20th June 2015
=================================
- Avoid allocation in display_lvname internal function.
+ Flush stdout before printing to stderr.
+ Use pre-allocated buffer for printed LV names in display_lvname.
Support thins with size of external origin unaligned with thin pool chunk.
- Allow to extend reduced thin volumes with external origins.
- Consider snapshot and origin LV as unusable if its component is suspended.
+ Allow extension of reduced thin volumes with external origins.
+ Consider snapshot and origin LV as unusable if component devices suspended.
Fix lvmconfig segfault on settings with undefined default value (2.02.120).
- Add explicit 's' (shared) activation mode.
+ Add explicit 's' (shared) LV activation mode.
Ignore hyphens in long options names (i.e. --long-option == --longoption).
Version 2.02.121 - 12th June 2015
diff --git a/WHATS_NEW_DM b/WHATS_NEW_DM
index d87e2bd9a..25fd2f95b 100644
--- a/WHATS_NEW_DM
+++ b/WHATS_NEW_DM
@@ -1,7 +1,9 @@
-Version 1.02.99 -
+Version 1.02.99 - 20th June 2015
================================
New dm_tree_node_set_thin_pool_read_only(DM_1_02_99) for read-only thin pool.
Enhance error message when thin-pool message fails.
+ Fix dmeventd logging to avoid threaded use of static variable.
+ Remove redundant dmeventd SIGALRM coded.
Version 1.02.98 - 12th June 2015
================================