summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlasdair G Kergon <agk@redhat.com>2015-06-12 21:40:56 +0100
committerAlasdair G Kergon <agk@redhat.com>2015-06-12 21:40:56 +0100
commit2c64762a40dba77a52de8a3459d68a740a5da1c7 (patch)
tree9bf3a08d1e017eefe6adcddb774eebb6cff0da3b
parent9c0049b1ce027ab4befdbfbcd8194d57ce6eb2b7 (diff)
downloadlvm2-2c64762a40dba77a52de8a3459d68a740a5da1c7.tar.gz
pre-releasev2_02_121
-rw-r--r--VERSION2
-rw-r--r--VERSION_DM2
-rw-r--r--WHATS_NEW9
-rw-r--r--WHATS_NEW_DM4
4 files changed, 11 insertions, 6 deletions
diff --git a/VERSION b/VERSION
index 6d12acd05..17978219d 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.02.121(2)-git (2015-05-15)
+2.02.121(2)-git (2015-06-12)
diff --git a/VERSION_DM b/VERSION_DM
index c80b652eb..8ef64ac4a 100644
--- a/VERSION_DM
+++ b/VERSION_DM
@@ -1 +1 @@
-1.02.98-git (2015-05-15)
+1.02.98-git (2015-06-12)
diff --git a/WHATS_NEW b/WHATS_NEW
index bfcc09469..652572f6a 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,13 +1,18 @@
-Version 2.02.121 -
-================================
+Version 2.02.121 - 12th June 2015
+=================================
+ Distinguish between on-disk and lvmetad versions of text metadata.
+ Remove DL_LIBS from Makefiles for daemons that don't need them.
Zero errno in before strtoul call in dmsetup if tested after the call.
Zero errno in before strtoul call in lvmpolld.
Fix a segfault in pvscan --cache --background command.
Fix test for AREA_PV when checking for failed mirrors.
Do not use --sysinit in lvm2-activation{-early,-net}.service if lvmpolld used.
+ Maintain outdated PV info in lvmetad till all old metadata is gone from disk.
Do not fail polling when poll LV not found (already finished or removed).
Replace poll_get_copy_vg/lv fns with vg_read() and find_lv() in polldaemon.
Close all device fds only in before sleep call in polldaemon.
+ Simplify Makefile targets that generate exported symbols.
+ Move various -D settings from Makefiles to configure.h.
Version 2.02.120 - 15th May 2015
================================
diff --git a/WHATS_NEW_DM b/WHATS_NEW_DM
index 4dabdeaf4..9d5a61903 100644
--- a/WHATS_NEW_DM
+++ b/WHATS_NEW_DM
@@ -1,5 +1,5 @@
-Version 1.02.98 -
-===============================
+Version 1.02.98 - 12th June 2015
+================================
Add dm_task_get_errno() to return any unexpected errno from a dm ioctl call.
Use copy of errno made after each dm ioctl call in case errno changes later.