From 3f0811ff044c59531431c5b29531695f5c44be7b Mon Sep 17 00:00:00 2001 From: Peter Rajnoha Date: Mon, 7 Dec 2015 11:02:13 +0100 Subject: [PATCH] New upstream release v2.02.137. --- .gitignore | 1 + LVM2.2.02.136.tgz.asc | 7 ------- LVM2.2.02.137.tgz.asc | 7 +++++++ lvm2.spec | 20 ++++++++++++++++++-- sources | 2 +- upstream | 2 +- 6 files changed, 28 insertions(+), 11 deletions(-) delete mode 100644 LVM2.2.02.136.tgz.asc create mode 100644 LVM2.2.02.137.tgz.asc diff --git a/.gitignore b/.gitignore index 103b002..c7b9d1e 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,4 @@ /LVM2.2.02.134.tgz /LVM2.2.02.135.tgz /LVM2.2.02.136.tgz +/LVM2.2.02.137.tgz diff --git a/LVM2.2.02.136.tgz.asc b/LVM2.2.02.136.tgz.asc deleted file mode 100644 index 92d8b77..0000000 --- a/LVM2.2.02.136.tgz.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.14 (GNU/Linux) - -iEYEABECAAYFAlZZA78ACgkQIoGRwVZ+LBeYsACeNXj5Y0uaHkMwl1Pp56IPh3om -dk8An03ggnyVn5WADeJhnBZNBossULjc -=FAlH ------END PGP SIGNATURE----- diff --git a/LVM2.2.02.137.tgz.asc b/LVM2.2.02.137.tgz.asc new file mode 100644 index 0000000..c761c35 --- /dev/null +++ b/LVM2.2.02.137.tgz.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.14 (GNU/Linux) + +iEYEABECAAYFAlZjBVQACgkQIoGRwVZ+LBd2OwCfe3p2i4DTfX79hacfXq3WbvLI +yD4AoJGRk4rBdOfcJRDkQSH7wKmQUxvn +=Fjvl +-----END PGP SIGNATURE----- diff --git a/lvm2.spec b/lvm2.spec index d40df80..ecae09b 100644 --- a/lvm2.spec +++ b/lvm2.spec @@ -1,4 +1,4 @@ -%define device_mapper_version 1.02.112 +%define device_mapper_version 1.02.113 %define enable_cache 1 %define enable_cluster 1 @@ -46,7 +46,7 @@ Summary: Userland logical volume management tools Name: lvm2 -Version: 2.02.136 +Version: 2.02.137 Release: 1%{?dist} License: GPLv2 Group: System Environment/Base @@ -793,6 +793,22 @@ the device-mapper event library. %{_libdir}/pkgconfig/devmapper-event.pc %changelog +* Mon Dec 07 2015 Peter Rajnoha - 2.02.137-1 +- Restore archiving before changing metadata in vgextend (2.02.117). +- Dropped internal usage of log_suppress(2). +- Cleaned logging code for buffer size usage. +- Added internal id_read_format_try() function to check and read valid UUID. +- Change lvcreate, lvrename, lvresize to use process_each_vg. +- Change process_each_vg to handle single VG as separate arg. +- Issue error if ambiguous VG name is supplied in most commands. +- Make process_each fns always work through full list of known VG names. +- Use dm_get_status_mirror() instead of individual parsers. +- Add mem pool arg for check_transient_status() target function. +- Avoid misleading error with -m is omitted with lvconvert to raid types. +- Add system_id to vginfo cache. +- Mirror plugin in dmeventd uses dm_get_status_mirror(). +- Add dm_get_status_mirror() for parsing mirror status line. + * Wed Dec 02 2015 Peter Rajnoha - 2.02.136-1 - Add new --sinceversion option for lvmconfig --type new. - Fix inactive table loaded for wrapping thin-pool when resizing it. diff --git a/sources b/sources index fdbffdb..998edd4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f1ac794d1cf44e863a7fa614f4c28410 LVM2.2.02.136.tgz +c13f8936e9790be59135717bac133640 LVM2.2.02.137.tgz diff --git a/upstream b/upstream index 4f7af3a..8c5fea0 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -LVM2.2.02.136.tgz +LVM2.2.02.137.tgz