diff --git a/.gitignore b/.gitignore index efece5f..198b023 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ /LVM2.2.02.132.tgz /LVM2.2.02.133.tgz /LVM2.2.02.134.tgz +/LVM2.2.02.135.tgz diff --git a/LVM2.2.02.133.tgz.asc b/LVM2.2.02.133.tgz.asc deleted file mode 100644 index 7e0b6b6..0000000 --- a/LVM2.2.02.133.tgz.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.14 (GNU/Linux) - -iEYEABECAAYFAlYzj7MACgkQIoGRwVZ+LBd6EgCgyC1IECyqy3H5ABMYI1QvH/2J -CREAoNDcvirbs/Ooal5piOEKjRbeajkh -=NTj1 ------END PGP SIGNATURE----- diff --git a/LVM2.2.02.134.tgz.asc b/LVM2.2.02.134.tgz.asc deleted file mode 100644 index a1617a5..0000000 --- a/LVM2.2.02.134.tgz.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.14 (GNU/Linux) - -iEYEABECAAYFAlY/+/gACgkQIoGRwVZ+LBfGJgCfdnAARnf9Vif4qwpGamY/DrIf -uoQAn3ksGp5W5BvRy6emDpFKe0ETetYN -=Ukxc ------END PGP SIGNATURE----- diff --git a/LVM2.2.02.135.tgz.asc b/LVM2.2.02.135.tgz.asc new file mode 100644 index 0000000..12d3b1a --- /dev/null +++ b/LVM2.2.02.135.tgz.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.14 (GNU/Linux) + +iEYEABECAAYFAlZSizUACgkQIoGRwVZ+LBdYkwCg7HLslK6eXbOlpisLS0yZQbZJ +GCIAn3MLmFEO7r77W62IXx3iwR5+hfjF +=ifHd +-----END PGP SIGNATURE----- diff --git a/lvm2.spec b/lvm2.spec index 4433d29..9e0ed09 100644 --- a/lvm2.spec +++ b/lvm2.spec @@ -1,4 +1,4 @@ -%define device_mapper_version 1.02.110 +%define device_mapper_version 1.02.111 %define enable_cache 1 %define enable_cluster 1 @@ -46,8 +46,8 @@ Summary: Userland logical volume management tools Name: lvm2 -Version: 2.02.134 -Release: 4%{?dist} +Version: 2.02.135 +Release: 1%{?dist} License: GPLv2 Group: System Environment/Base URL: http://sources.redhat.com/lvm2 @@ -793,6 +793,28 @@ the device-mapper event library. %{_libdir}/pkgconfig/devmapper-event.pc %changelog +* Mon Nov 23 2015 Peter Rajnoha - 2.02.135-1 +- Add a model file for Coverity. +- Show correct error message for unsupported yet cache pool repair. +- Allow lvconvert cache pools' data and metadata LV to raid. +- Fix reading of old metadata with missing cache policy or mode settings. +- Issue error if external_device_info_source=udev and udev db record incomplete. +- Update lvmetad duplicate VG name handling to use hash function extensions. +- Detect invalid vgrenames by vgid where the name is unchanged. +- Fix passing of 32bit values through daemons (mostly lvmlockd). +- Use local memory pool for whole alloc_handle manipulation. +- Add missing pointer validation after dm_get_next_target(). +- Do not deref NULL pointer in debug message for _match_pv_tags(). +- Drop unneeded stat() call when checking for sysfs file. +- Fix memory leak on error path of failing thin-pool percentage check. +- Add missing test for failing node allocation in lvmetad. +- Correct configure messages when enabling/disabling lvmlockd. +- Extend dm_hash to support multiple values with the same key. +- Add missing check for allocation inside dm_split_lvm_name(). +- Test dm_task_get_message_response for !NULL in dm_stats_print_region(). +- Add checks for failing dm_stats_create() in dmsetup. +- Add missing fifo close when failed to initialize client connection. + * Wed Nov 18 2015 Peter Rajnoha - 2.02.134-4 - Refactor some lvmetad code and adjust some duplicate PV messages. - No longer repair/wipe VG/PVs if inaccessible because foreign or shared. diff --git a/sources b/sources index 4669a6a..93ae199 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d49eb6abaa4e35329ae256d53a7d3726 LVM2.2.02.134.tgz +84b42f46fa87eee713d38fa652084a19 LVM2.2.02.135.tgz diff --git a/upstream b/upstream index f90ed04..eb86de2 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -LVM2.2.02.134.tgz +LVM2.2.02.135.tgz