diff --git a/.gitignore b/.gitignore index 11d5f23..6ef107f 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ /LVM2.2.02.125.tgz /LVM2.2.02.126.tgz /LVM2.2.02.127.tgz +/LVM2.2.02.128.tgz diff --git a/LVM2.2.02.127.tgz.asc b/LVM2.2.02.127.tgz.asc deleted file mode 100644 index a37f53c..0000000 --- a/LVM2.2.02.127.tgz.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.14 (GNU/Linux) - -iEYEABECAAYFAlXH6doACgkQIoGRwVZ+LBcTPwCeKTze8pDGK6K3Zn2qoBIOjz2f -VnEAnihGdbq3mKqjyQuBsmMqSGDeT7AY -=y28q ------END PGP SIGNATURE----- diff --git a/LVM2.2.02.128.tgz.asc b/LVM2.2.02.128.tgz.asc new file mode 100644 index 0000000..ef0e88a --- /dev/null +++ b/LVM2.2.02.128.tgz.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.14 (GNU/Linux) + +iEYEABECAAYFAlXSCuoACgkQIoGRwVZ+LBdk6gCfd6FkHF15s6OAZBAv/umhdQ44 +l8MAnihzCGfIjWL4jLllDog0vKifPDXT +=kwIs +-----END PGP SIGNATURE----- diff --git a/lvm2.spec b/lvm2.spec index 37e4a84..a4cc7ab 100644 --- a/lvm2.spec +++ b/lvm2.spec @@ -1,4 +1,4 @@ -%define device_mapper_version 1.02.104 +%define device_mapper_version 1.02.105 %define enable_cache 1 %define enable_cluster 1 @@ -46,7 +46,7 @@ Summary: Userland logical volume management tools Name: lvm2 -Version: 2.02.127 +Version: 2.02.128 Release: 1%{?dist} License: GPLv2 Group: System Environment/Base @@ -788,6 +788,29 @@ the device-mapper event library. %{_libdir}/pkgconfig/devmapper-event.pc %changelog +* Tue Aug 18 2015 Peter Rajnoha - 2.02.128-1 +- Allocation setting cache_pool_cachemode is replaced by cache_mode. +- Don't attempt to close config file that couldn't be opened. +- Check for valid cache mode in validation of cache segment. +- Change internal interface handling cache mode and policy. +- When no cache policy specified, prefer smq (if available) over mq. +- Add demo cache-mq and cache-smq profiles. +- Add cmd profilable allocation/cache_policy,cache_settings,cache_mode. +- Require cache_check 0.5.4 for use of --clear-needs-check-flag. +- Fix lvmetad udev rules to not override SYSTEMD_WANTS, add the service instead. +- Fix 'dmstats list -o all' segfault. +- Separate dmstats statistics fields from region information fields. +- Add interval and interval_ns fields to dmstats reports. +- Do not include internal glibc headers in libdm-timestamp.c (1.02.104) +- Exit immediately if no device is supplied to dmsetup wipe_table. +- Suppress dmsetup report headings when no data is output. (1.02.104) +- Adjust dmsetup usage/help output selection to match command invoked. +- Fix dmsetup -o all to select correct fields in splitname report. +- Restructure internal dmsetup argument handling across all commands. +- Add dm_report_is_empty() to indicate there is no data awaiting output. +- Add more arg validation for dm_tree_node_add_cache_target(). +- Add --alldevices switch to replace use of --force for stats create / delete. + * Mon Aug 10 2015 Peter Rajnoha - 2.02.127-1 - Do not init filters, locking, lvmetad, lvmpolld if command doesn't use it. - Order fields in struct cmd_context more logically. diff --git a/sources b/sources index 4782275..29ae582 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f262c825a4a16498482759a194cc02f5 LVM2.2.02.127.tgz +b3f4c273a30b316678755cec2a129718 LVM2.2.02.128.tgz diff --git a/upstream b/upstream index 0c23cfb..0f83a8b 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -LVM2.2.02.127.tgz +LVM2.2.02.128.tgz