]> sourceware.org Git - lvm2.git/commitdiff
pre-release
authorAlasdair Kergon <agk@redhat.com>
Fri, 15 Jun 2007 19:05:02 +0000 (19:05 +0000)
committerAlasdair Kergon <agk@redhat.com>
Fri, 15 Jun 2007 19:05:02 +0000 (19:05 +0000)
VERSION
WHATS_NEW
WHATS_NEW_DM

diff --git a/VERSION b/VERSION
index fd2456e1f8f02c2e6bc5e050d5865c63c6b419ff..75f38f4ce86ef72b5e4ae6819cf636665fb0e563 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.02.26-cvs (2007-04-27)
+2.02.26-cvs (2007-06-15)
index 00a0f63cdd01a7d0d03d8608f60ebcc7aed8a309..3f32935737f5630a7c4b86805cbfcad015328c78 100644 (file)
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,24 +1,24 @@
-Version 2.02.26 -
-=================================
+Version 2.02.26 - 15th June 2007
+================================
   Update vgcfgrestore man page.
-  Allow keyboard interrupt in user prompts where appropriate.
-  Remove system-lv code from clvmd. It's highly dodgy and never used.
-  Convert a lot of code pv dereferences to use get_pv_* functions.
-  Suppress a couple benign warnings by adding variable initializations.
+  Allow keyboard interrupt during user prompts when appropriate.
+  Remove unused clvmd system-lv code.
+  Replace many physical_volume struct dereferences with new get_pv_* functions.
+  Suppress a benign compile-time warning.
   Convert find_pv_in_vg_by_uuid and pv_create to use PV handles.
-  Add get_pv_* functions to return PV members (external LVM library).
   Add wrappers to some functions in preparation for external LVM library.
-  Allow vgcfgrestore to list metadata backup files using -f
+  Add -f to vgcfgrestore to list metadata backup files.
   Add vg_check_status to consolidate vg status checks and error messages.
   Add pvdisplay --maps implementation.
-  Fix vgcfgrestore man pg to show mandatory VG name and remove LVM1 options.
-  Fix vgrename man page to include UUID and be consistent with lvrename.
+  Remove unsupported LVM1 options from vgcfgrestore man page.
+  Update vgcfgrestore man page to show mandatory VG name.
+  Update vgrename man page to include UUID and be consistent with lvrename.
   Add (experimental) OpenAIS support to clvmd.
-  Remove symlinks if parent volume is deactivated.
+  Fix deactivation code to follow dependencies and remove symlinks.
   Fix and clarify vgsplit error messages.
-  Fix a segfault if a device has no target (no table)
-  Add some more debuglogs to clvmd startup.
-  Misc clvmd cleanups
+  Fix a segfault in device_is_usable() if a device has no table.
+  Add some more debug messages to clvmd startup.
+  Misc clvmd cleanups.
 
 Version 2.02.25 - 27th April 2007
 =================================
index 6c0983478a1113b5d9084281fedf9e4653b21723..6d5bcf43aa1d1c564a7b15c81a48ea476b52f37f 100644 (file)
@@ -1,5 +1,5 @@
-Version 1.02.20 -
-=================================
+Version 1.02.20 - 15th June 2007
+================================
   Fix default dmsetup report buffering and add --unbuffered.
   Add tree-based and dependency fields to dmsetup reports.
 
This page took 0.040195 seconds and 5 git commands to generate.