]> sourceware.org Git - lvm2.git/commitdiff
pre-release
authorAlasdair Kergon <agk@redhat.com>
Mon, 17 May 2010 18:39:01 +0000 (18:39 +0000)
committerAlasdair Kergon <agk@redhat.com>
Mon, 17 May 2010 18:39:01 +0000 (18:39 +0000)
VERSION
VERSION_DM
WHATS_NEW
WHATS_NEW_DM
lib/filters/filter.c

diff --git a/VERSION b/VERSION
index d1ca44f4224f77264bb43ba2fed2936b3b155ca7..7d505fe125696a3b6dc5a550c3701ca82784fb30 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.02.65(2)-cvs (2010-04-30)
+2.02.65(2)-cvs (2010-05-17)
index f118b152d80fea425e13b94f74bae727f1fb7a41..373c88d7fb3802048b86b4c182f5018eb029757d 100644 (file)
@@ -1 +1 @@
-1.02.48-cvs (2010-04-30)
+1.02.48-cvs (2010-05-17)
index 97acc08a4efdfd79cccf346b0429e56486bd529d..7fc58d2678a3f6b7efd08ea76a00239798c9945e 100644 (file)
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,19 +1,22 @@
-Version 2.02.65 - 
-=================================
-  Fix clvmd init script to not deactive non-clustered volume groups.
-  Disallow cluster attr toggling if there are active mirrors or snapshots.
+Version 2.02.65 - 17th May 2010
+===============================
+  Fix clvmd init script never to deactivate non-clustered volume groups.
+  Disallow vgchange --clustered if there are active mirrors or snapshots.
+  Introduce lv_is_mirrored.
   Use /bin/bash for scripts with bashisms.
-  Skip internal lvm devices in scan if ignore suspended devices is requested.
+  Skip internal lvm devices in scan if ignore_suspended_devices is set.
   Do not merge old device cache after we run full scan. (2.02.56)
   Add pkgconfigdir Makefile variable for make install override.
-  Switch usage of Libs.private: to Requires.private: in devmapper.pc, lvm2app.pc.
-  Use field Requires.private: for devmapper-event.pc.
-  Add devmapper library to linked libdevmapper-event.so.
-  Link liblvm2cmd.so with devmapper-event and devmapper libs.
+  Configure pkgconfig udev and selinux dependencies.
+  Switch Libs.private to Requires.private in devmapper.pc and lvm2app.pc.
+  Use pkgconfig Requires.private for devmapper-event.pc.
+  Add libdevmapper to linked libdevmapper-event.so.
+  Link liblvm2cmd.so with libdevmapper-event and libdevmapper.
   Fix truncated total size displayed by pvscan.
-  Add new --sysinit option for vgchange and lvchange.
-  Suppress duplicate error messages about read failures and missing devices.
-  Install plugins to $(libdir)/device-mapper and $(libdir)/lvm2.
+  Add new --sysinit compound option to vgchange and lvchange.
+  Drop duplicate errors for read failures and missing devices to verbose level.
+  Use $(libdir)/lvm2 with make install_lvm2_plugin.
+  Use $(libdir)/device-mapper with make install_dm_plugin.
   Add dm_list_splice() function to join two lists together.
 
 Version 2.02.64 - 30th April 2010
index b4a56d40e15ecf64f8c0d07d77c05e5c089da8f0..1b015d430175e36e4a2165dc81040daed736e388 100644 (file)
@@ -1,8 +1,10 @@
-Version 1.02.48 -
-=================================
+Version 1.02.48 - 17th May 2010
+================================
   Use -d to control level of messages sent to syslog by dmeventd.
   Change -d to -f to run dmeventd in foreground.
   Do not print encryption key in message debug output (cryptsetup luksResume).
+  Fix dmeventd static build library dependencies.
+  Fix udev flags on remove in create_and_load error path.
 
 Version 1.02.47 - 30th April 2010
 =================================
index 2f865477aae533cb3421f3169c79107136e6fcaa..889cb0db93c34b38a06364ed5aab8400fa556e59 100644 (file)
@@ -130,6 +130,7 @@ static int _passes_lvm_type_device_filter(struct dev_filter *f __attribute((unus
                return 0;
        }
 
+       /* FIXME Always check 'layer' regardless of ignore_suspended_devices */
        /* Skip suspended devices */
        if (MAJOR(dev->dev) == _device_mapper_major &&
            ignore_suspended_devices() && !device_is_usable(dev)) {
This page took 0.045957 seconds and 5 git commands to generate.