From: Eric Sandeen Date: Fri, 4 Oct 2002 16:19:29 +0000 (+0000) Subject: Bump version, document xfs_repair memory allocation fix. X-Git-Tag: v2.4.0~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04b9f19c0be2749ebd2483f93d35184cdbca774d;p=thirdparty%2Fxfsprogs-dev.git Bump version, document xfs_repair memory allocation fix. Bump version, document xfs_repair memory allocation fix. --- diff --git a/VERSION b/VERSION index 156b7c3c8..eca6306b9 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=2 PKG_MINOR=3 -PKG_REVISION=3 +PKG_REVISION=4 PKG_BUILD=0 diff --git a/doc/CHANGES b/doc/CHANGES index 8ebb2b280..428c62d88 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,7 @@ +xfsprogs-2.3.4 (04 October 2002) + - xfs_repair: fix size calculation bug in repair's memory allocation, + reduces memory usage by a factor of 4. + xfsprogs-2.3.3 (16 September 2002) - Fix mkfs bug when optimizing AG size on striped devices, ASSERT(agcount != 0) tripped on single-ag filesystems.