From d2800cac4dbcfa9c1e1589b25baf2c72a0fcd4a4 Mon Sep 17 00:00:00 2001 From: Alasdair G Kergon Date: Nov 09 2010 03:09:36 +0000 Subject: New upstream with fixes. --- diff --git a/lvm2.spec b/lvm2.spec index a6da14e..46bd213 100644 --- a/lvm2.spec +++ b/lvm2.spec @@ -1,4 +1,4 @@ -%define device_mapper_version 1.02.56 +%define device_mapper_version 1.02.57 %define enable_cluster 1 %if "%{fedora}" == "12" @@ -29,7 +29,7 @@ Summary: Userland logical volume management tools Name: lvm2 -Version: 2.02.75 +Version: 2.02.76 Release: 1%{?dist} License: GPLv2 Group: System Environment/Base @@ -464,6 +464,23 @@ the device-mapper event library. %changelog +* Tue Nov 9 2010 Alasdair Kergon - 2.02.76-1 +- Clarify error messages when activation fails due to activation filter use. +- Fix handling of online filesystem resize (using new fsadm return code). +- Modify fsadm to return different status code for check of mounted filesystem. +- Add DIAGNOSTICS section to fsadm man page. +- Update VG metadata only once in vgchange when making multiple changes. +- Allow independent vgchange arguments to be used together. +- Fix vgchange to process -a, --refresh, --monitor and --poll like lvchange. +- Add dmeventd -R to restart dmeventd without losing monitoring state. (1.02.56) +- Automatically unmount invalidated snapshots in dmeventd. +- Add lvm2app functions to query any pv, vg, or lv property / report field. +- Fix a deadlock caused by double close in clvmd. +- Fix NULL pointer dereference on too-large MDA error path in _vg_read_raw_area. +- Fix regex optimiser not to ignore RHS of OR nodes in _find_leftmost_common. +- Fix memory leak of field_id in _output_field function. +- Allocate buffer for reporting functions dynamically to support long outputs. + * Mon Oct 25 2010 Alasdair Kergon - 2.02.75-1 - Fix pthread mutex usage deadlock in clvmd. - Avoid segfault by limiting partial mode for lvm1 metadata. (2.02.74) diff --git a/upstream b/upstream index f03506e..0b227f8 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -LVM2.2.02.75.tgz +LVM2.2.02.76.tgz