New upstream with fixes.
This commit is contained in:
parent
089fbaad50
commit
d2800cac4d
21
lvm2.spec
21
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 <agk@redhat.com> - 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 <agk@redhat.com> - 2.02.75-1
|
||||
- Fix pthread mutex usage deadlock in clvmd.
|
||||
- Avoid segfault by limiting partial mode for lvm1 metadata. (2.02.74)
|
||||
|
Loading…
Reference in New Issue
Block a user