From cfe3477c5534fca3d819b7608394eca5e08cea57 Mon Sep 17 00:00:00 2001 From: Peter Rajnoha Date: Mon, 18 Jul 2016 09:19:11 +0200 Subject: [PATCH] New upstream release v2.02.161. --- .gitignore | 1 + LVM2.2.02.160.tgz.asc | 7 ------- LVM2.2.02.161.tgz.asc | 7 +++++++ lvm2.spec | 22 ++++++++++++++++++++-- sources | 2 +- upstream | 2 +- 6 files changed, 30 insertions(+), 11 deletions(-) delete mode 100644 LVM2.2.02.160.tgz.asc create mode 100644 LVM2.2.02.161.tgz.asc diff --git a/.gitignore b/.gitignore index 312e59d..6dbb1ff 100644 --- a/.gitignore +++ b/.gitignore @@ -65,3 +65,4 @@ /LVM2.2.02.158.tgz /LVM2.2.02.159.tgz /LVM2.2.02.160.tgz +/LVM2.2.02.161.tgz diff --git a/LVM2.2.02.160.tgz.asc b/LVM2.2.02.160.tgz.asc deleted file mode 100644 index 2a83883..0000000 --- a/LVM2.2.02.160.tgz.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.14 (GNU/Linux) - -iEYEABECAAYFAld9KnQACgkQIoGRwVZ+LBcr5ACeJuqICKIQB2fhfBXI6+nehtx7 -PkcAoME7FVFpC/MdOzKklBHlncQoE7eV -=GIsb ------END PGP SIGNATURE----- diff --git a/LVM2.2.02.161.tgz.asc b/LVM2.2.02.161.tgz.asc new file mode 100644 index 0000000..0fed7f4 --- /dev/null +++ b/LVM2.2.02.161.tgz.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.14 (GNU/Linux) + +iEYEABECAAYFAleJTzcACgkQIoGRwVZ+LBdUUgCfbLYO8K1In2fKeMg5r0VKYyfp +Xo0AoKD+70FHgE+j0Yj3VaH26GBoFu5f +=6+Ll +-----END PGP SIGNATURE----- diff --git a/lvm2.spec b/lvm2.spec index 223c335..9ab89e1 100644 --- a/lvm2.spec +++ b/lvm2.spec @@ -1,4 +1,4 @@ -%global device_mapper_version 1.02.130 +%global device_mapper_version 1.02.131 %global enable_cache 1 %global enable_cluster 1 @@ -52,7 +52,7 @@ Summary: Userland logical volume management tools Name: lvm2 -Version: 2.02.160 +Version: 2.02.161 Release: 1%{?dist} License: GPLv2 Group: System Environment/Base @@ -834,6 +834,24 @@ the device-mapper event library. %{_libdir}/pkgconfig/devmapper-event.pc %changelog +* Mon Jul 18 2016 Peter Rajnoha - 2.02.161-1 +- Prohibit some lvchange/lvresize that were failing on raid0 volumes. +- Fix segfaults in complex vgsplits. (2.02.159) +- Reformat unwieldy lvconvert man page. +- Allow --force to be passed through to pvcreate from vgcreate. (2.02.144) +- Fix lvresize of filesystem when LV has already right size (2.02.141) +- New LVM_LOG_FILE_MAX_LINES env var to limit max size of created logs. +- Disable queueing on mpath devs in blk-availability systemd service/initscript. +- Add new -m|--mpathoption disablequeueing to blkdeactivate. +- Automatically group regions with 'create --segments' unless --nogroup. +- Fix resource leak when deleting the first member of a group. +- Allow --bounds with 'create --filemap' for dmstats. +- Enable creation of filemap regions with histograms. +- Enable histogram aggregation for regions with more than one area. +- Enable histogram aggregation for groups of regions. +- Add a --filemap option to 'dmstats create' to allow mapping of files. +- Add dm_stats_create_regions_from_fd() to map file extents to regions. + * Thu Jul 07 2016 Peter Rajnoha - 2.02.160-1 - Minor fixes from coverity. diff --git a/sources b/sources index 0eeef38..462d725 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -22c66914e1c18410375ab0bf21c95f69 LVM2.2.02.160.tgz +afe884e7fd6c9b0608226a76b0f139d4 LVM2.2.02.161.tgz diff --git a/upstream b/upstream index b36e726..d0208da 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -LVM2.2.02.160.tgz +LVM2.2.02.161.tgz