[lvm2] New upstream bugfix release.

Alasdair Kergon agk at fedoraproject.org
Tue Nov 25 00:58:11 UTC 2014


commit eafc0753ce977d0a491e83c2feb52562c7aaa4fe
Author: Alasdair G Kergon <agk at redhat.com>
Date:   Tue Nov 25 00:18:29 2014 +0000

    New upstream bugfix release.

 .gitignore            |    1 +
 LVM2.2.02.112.tgz.asc |    7 -------
 LVM2.2.02.113.tgz.asc |    7 +++++++
 lvm2.spec             |   17 +++++++++++++++--
 sources               |    2 +-
 upstream              |    2 +-
 6 files changed, 25 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a3ad18a..cc5cb1f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@
 /LVM2.2.02.110.tgz
 /LVM2.2.02.111.tgz
 /LVM2.2.02.112.tgz
+/LVM2.2.02.113.tgz
diff --git a/LVM2.2.02.113.tgz.asc b/LVM2.2.02.113.tgz.asc
new file mode 100644
index 0000000..13c2f46
--- /dev/null
+++ b/LVM2.2.02.113.tgz.asc
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.14 (GNU/Linux)
+
+iEYEABECAAYFAlRzb6IACgkQIoGRwVZ+LBcjZwCgorsu/QG0CC7oRMVPkTUEOCoy
+RjEAn19dvBoY0TRdfCqmJNZucdbDw3VT
+=f+uY
+-----END PGP SIGNATURE-----
diff --git a/lvm2.spec b/lvm2.spec
index 1130136..9fb2860 100644
--- a/lvm2.spec
+++ b/lvm2.spec
@@ -1,4 +1,4 @@
-%define device_mapper_version 1.02.91
+%define device_mapper_version 1.02.92
 
 %define enable_cache 1
 %define enable_cluster 1
@@ -39,7 +39,7 @@
 
 Summary: Userland logical volume management tools 
 Name: lvm2
-Version: 2.02.112
+Version: 2.02.113
 Release: 1%{?dist}
 License: GPLv2
 Group: System Environment/Base
@@ -638,6 +638,19 @@ the device-mapper event library.
 %{_libdir}/pkgconfig/devmapper-event.pc
 
 %changelog
+* Tue Nov 25 2014 Alasdair Kergon <agk at redhat.com> - 2.02.113-1
+- Add --cachepolicy and --cachesettings options to lvchange.
+- Validate that converted volume and specified pool volume differ in lvconvert.
+- Fix regression in vgscan --mknodes usage (2.02.112).
+- Default to configure --enable-udev-systemd-background-jobs for systemd>=205.
+- Fix ignore_vg() to properly react on various vg_read errors (2.02.112).
+- Failed recovery returns FAILED_RECOVERY status flag for vg_read().
+- Exit with non-zero status code when pvck encounters a problem.
+- Fix clean_tree after activation/resume for cache target (2.02.112).
+- Fix memory corruption with sorting empty string lists (1.02.86).
+- Fix man dmsetup.8 syntax warning of groff.
+- Accept unquoted strings and / in place of {} when parsing configs.
+
 * Tue Nov 11 2014 Peter Rajnoha <prajnoha at redhat.com> - 2.02.112-1
 - Add cache_{read,write}_{hits,misses} reporting fields.
 - Add cache_{total,used,dirty}_blocks reporting fields.
diff --git a/sources b/sources
index a80f7fa..6b6ce78 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1f4033b750f68b68e9bd66d3661a2c3f  LVM2.2.02.112.tgz
+f71aa8e64030f3d2a3fdabcc36e45094  LVM2.2.02.113.tgz
diff --git a/upstream b/upstream
index f5459e4..b8ca276 100644
--- a/upstream
+++ b/upstream
@@ -1 +1 @@
-LVM2.2.02.112.tgz
+LVM2.2.02.113.tgz


More information about the scm-commits mailing list