From b0567f1e1c2f9208fda904ed58d0b041a1f795c6 Mon Sep 17 00:00:00 2001 From: Alex Elder Date: Fri, 23 Oct 2009 15:04:52 -0500 Subject: [PATCH] 3.0.5 release 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 --- VERSION | 2 +- doc/CHANGES | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 601881826..9dff34aa3 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=3 PKG_MINOR=0 -PKG_REVISION=4 +PKG_REVISION=5 PKG_BUILD=1 diff --git a/doc/CHANGES b/doc/CHANGES index 515c04c00..2e4d2ac6f 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -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. -- 2.47.2