]> sourceware.org Git - lvm2.git/commitdiff
pre-release
authorAlasdair Kergon <agk@redhat.com>
Mon, 26 Jan 2009 13:14:22 +0000 (13:14 +0000)
committerAlasdair Kergon <agk@redhat.com>
Mon, 26 Jan 2009 13:14:22 +0000 (13:14 +0000)
VERSION
VERSION_DM
WHATS_NEW
WHATS_NEW_DM

diff --git a/VERSION b/VERSION
index 1a83cb495fa4f9c24f14659a86d2c0213b24e2e9..5144c37311153abe27ecbad0732dc78c68cacbf8 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.02.44-cvs (2008-11-19)
+2.02.44-cvs (2009-01-26)
index 049229976ad097b31255ffc87f574baf62246039..e66bc2cd999aa0b4978da2ca364c8c2def51610a 100644 (file)
@@ -1 +1 @@
-1.02.30-cvs (2008-11-19)
+1.02.30-cvs (2009-01-26)
index adcbeeb076ee6b86bb87ca514b767053dda1e5e0..d7504814bc1194beb0a016886002db20ea81b66e 100644 (file)
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,33 +1,33 @@
-Version 2.02.44 - 
-====================================
-  Add corosync/DLM cluster interface to clvmd
+Version 2.02.44 - 26th January 2009
+===================================
+  Add corosync/DLM cluster interface to clvmd.
   Add --nameprefixes, --unquoted, --rows to pvs, vgs, lvs man pages.
-  Fix fsadm failure with block size != 1K.
+  Fix lvresize size conversion for fsadm when block size is not 1K.
   Fix pvs segfault when run with orphan PV and some VG fields.
   Display a 'dev_size' of zero for missing devices in reports.
   Add pv_mda_size to pvs and vg_mda_size to vgs.
   Fix lvmdump /sys listing to include virtual devices directory.
   Add "--refresh" functionality to vgchange and vgmknodes.
-  Check for maximal LV size when wiping device.
+  Avoid exceeding LV size when wiping device.
   Calculate mirror log size instead of using 1 extent.
-  Check if requested major/minor pair is already used.
+  Ensure requested device number is available before activating with it.
   Fix incorrect exit status from 'help <command>'.
   Fix vgrename using UUID if there are VGs with identical names.
   Fix segfault when invalid field given in reporting commands.
   Refactor init_lvm() for lvmcmdline and clvmd.
   Add liblvm interactive test infrastructure to build.
   Use better random seed value in temp file creation.
-  Add generic function to read /dev/urandom, used in uuid calculation.
+  Add read_urandom to read /dev/urandom. Use in uuid calculation.
   Use displayable_lvs_in_vg and lv_is_displayable for consistency throughout.
   Fix race in vgcreate that would result in second caller overwriting first.
   Fix uninitialised lv_count in vgdisplay -c.
   Don't skip updating pvid hash when lvmcache_info struct got swapped.
   Add tinfo to termcap search path for pld-linux.
   Fix startup race in clvmd.
-  Generate Red Hat clvmd startup script at configuration time with correct paths.
+  Generate Red Hat clvmd startup script at config time with correct paths.
   Fix clvmd & dmeventd builds after tree restructuring.
   Cope with snapshot dependencies when removing a whole VG with lvremove.
-  Make man pages consistent with either-or options (use "|" everywhere).
+  Make man pages and tool help text consistent using | for alternative options.
 
 Version 2.02.43 - 10th November 2008
 ====================================
index 53191652de5a939223b3725fae900b7349b4ff88..a656274b3d2a3798ad804ffbd07025daf15b560e 100644 (file)
@@ -1,8 +1,8 @@
-Version 1.02.30 -
+Version 1.02.30 - 26th January 2009
 ====================================
   Add "all" field to reports expanding to all fields of report type.
-  Add checks for device names in dmsetup and show proper error messages.
-  Replace _dm_snprintf with EMIT_PARAMS macro for creating target lines
+  Enforce device name length and character limitations in libdm.
+  Replace _dm_snprintf with EMIT_PARAMS macro for creating target lines.
 
 Version 1.02.29 - 10th November 2008
 ====================================
This page took 0.050371 seconds and 5 git commands to generate.