]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
3.0.5 release v3.0.5
authorAlex Elder <aelder@sgi.com>
Fri, 23 Oct 2009 20:04:52 +0000 (15:04 -0500)
committerAlex Elder <aelder@sgi.com>
Fri, 23 Oct 2009 20:04:52 +0000 (15:04 -0500)
New version number advises of availability of lpath_to_handle(),
as well as significant performance-related changes to xfs_repair.

Updated doc/CHANGES to reflect recent updates.

Signed-off-by: Alex Elder <aelder@sgi.com>
VERSION
doc/CHANGES

diff --git a/VERSION b/VERSION
index 60188182694d62dedd6004de96b7df7444e211cb..9dff34aa3bc11f912fc99febaa3717f71dbfcc4f 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=3
 PKG_MINOR=0
-PKG_REVISION=4
+PKG_REVISION=5
 PKG_BUILD=1
index 515c04c009514d41808aaed90207b13c9a90baa4..2e4d2ac6f45aa7523f850ac1ebe72943410625d5 100644 (file)
@@ -1,3 +1,19 @@
+xfsprogs-3.0.5 (23 October 2009)
+       - Use btrees in xfs_repair in a number of critical data
+         structures, in place of bitmaps and radix trees, resulting
+         in reduced memory and CPU requirements for large file
+         systems.
+       - Various other performance improvements in xfs_repair.
+       - Add a new function lpath_to_handle() to libhandle, which
+         allows symlinks to be handled more robustly.
+       - Tweak the code so a single scanfunc_allocbt() can be used
+         in place of the two nearly-identical functions used before.
+       - Add support for discarding blocks to mkfs (along with a
+         command-line option to avoid its use if desired).
+       - Allow use of libblkid from util-linux if it is available,
+         for determining device geometry.
+       - A few configuration and build improvements.
+
 xfsprogs-3.0.4 (17 September 2009)
        - Fix a memory leak in xfsprogs.
        - Increase hash chain length in xfsprogs when running out of memory.