summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlasdair G Kergon <agk@redhat.com>2016-11-05 01:03:32 +0000
committerAlasdair G Kergon <agk@redhat.com>2016-11-05 01:03:32 +0000
commiteed708dbd985f06ff73494cf688ab7ee54e2d1e7 (patch)
tree0ffaf343d83734ba61d6b91306afd9354cf85cff
parent6dce0e948935678e647dddeeea816cb4937f078a (diff)
downloadlvm2-eed708dbd985f06ff73494cf688ab7ee54e2d1e7.tar.gz
pre-releasev2_02_167
-rw-r--r--VERSION2
-rw-r--r--VERSION_DM2
-rw-r--r--WHATS_NEW4
-rw-r--r--WHATS_NEW_DM6
4 files changed, 7 insertions, 7 deletions
diff --git a/VERSION b/VERSION
index b2fc25f27..aceedebf5 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.02.167(2)-git (2016-09-26)
+2.02.167(2)-git (2016-11-05)
diff --git a/VERSION_DM b/VERSION_DM
index 087153f84..efc7dd5d9 100644
--- a/VERSION_DM
+++ b/VERSION_DM
@@ -1 +1 @@
-1.02.136-git (2016-09-26)
+1.02.136-git (2016-11-05)
diff --git a/WHATS_NEW b/WHATS_NEW
index a5e6d45b3..379bd3b60 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,5 @@
-Version 2.02.167 -
-======================================
+Version 2.02.167 - 5th November 2016
+====================================
Use log_error in regex and sysfs filter to describe reason of failure.
Fix blkdeactivate to deactivate dev stack if dev on top already unmounted.
Prevent non-synced raid1 repair unless --force
diff --git a/WHATS_NEW_DM b/WHATS_NEW_DM
index 17c370cd5..bf16842ee 100644
--- a/WHATS_NEW_DM
+++ b/WHATS_NEW_DM
@@ -1,8 +1,8 @@
-Version 1.02.136 -
-======================================
+Version 1.02.136 - 5th November 2016
+====================================
Log failure of raid device with log_error level.
Use dm_log_with_errno and translate runtime to dm_log only when needed.
- Make log messages from dm and lvm library differnt from dmeventd.
+ Make log messages from dm and lvm library different from dmeventd.
Notice and Info messages are again logged from dmeventd and its plugins.
Dmeventd now also respects DM_ABORT_ON_INTERNAL_ERRORS as libdm based tool.
Report as non default dm logging also when logging with errno was changed.