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.