]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Bump version, document xfs_repair memory allocation fix.
authorEric Sandeen <sandeen@sgi.com>
Fri, 4 Oct 2002 16:19:29 +0000 (16:19 +0000)
committerEric Sandeen <sandeen@sgi.com>
Fri, 4 Oct 2002 16:19:29 +0000 (16:19 +0000)
Bump version, document xfs_repair memory allocation fix.

VERSION
doc/CHANGES

diff --git a/VERSION b/VERSION
index 156b7c3c82eed9ad585b347ed15e8a7e3bc856c1..eca6306b9fe9a143812730b31260707375152206 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=2
 PKG_MINOR=3
-PKG_REVISION=3
+PKG_REVISION=4
 PKG_BUILD=0
index 8ebb2b280306158b4fb5fb041ae98dedf855613c..428c62d88a8594b85689f927b7b19687ce25fdfd 100644 (file)
@@ -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.