]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: v3.2.0-rc1 release v3.2.0-rc1
authorDave Chinner <david@fromorbit.com>
Mon, 14 Apr 2014 06:42:18 +0000 (16:42 +1000)
committerDave Chinner <david@fromorbit.com>
Mon, 14 Apr 2014 06:42:18 +0000 (16:42 +1000)
Update all the various version and changelog files for a v3.2.0-rc1
release.

Signed-off-by: Dave Chinner <david@fromorbit.com>
VERSION
doc/CHANGES

diff --git a/VERSION b/VERSION
index f3b53c1111039309dccd29ec25dde9945ee67ebc..abf13d6b0ee7d009b6ccbf8801cf2068df9659a8 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=3
 PKG_MINOR=2
-PKG_REVISION=0-alpha2
+PKG_REVISION=0-rc1
 PKG_BUILD=1
index f25bb392f71ff5ac2fb87b3abc8cb9faf23e95d7..a5d76545569d81801553e986622e3a1edd556bd8 100644 (file)
@@ -1,3 +1,21 @@
+xfsprogs-3.2.0-rc1 (14 April 2014)
+       - First release candidate for full support of CRC enabled filesystems
+       - Large number of Coverity related fixes and cleanups
+       - disambiguous of CRC validation errors from IO errors.
+       - Improved dangerous mode handling in repair
+       - repair handles garbage in zeroed areas of superblocks better
+       - repair validates dirent ftype field fully
+       - metadump fully supports discontiguous directory blocks
+       - metadump only recalculates CRCs on metadata it obfuscates so as to
+         preserve errors in the metadata where possible.
+       - default log size that mkfs creates is now reverted to the same size
+         as 3.1.x releases create.
+       - mkfs sets the ftype on directory entries correctly during protofile
+         population
+       - xfs_io support O_TMPFILE, flink, FALLOC_FL_ZERO_RANGE and
+         FALLOC_FL_COLLAPSE_RANGE,
+       - logprint handles split entries better
+
 xfsprogs-3.2.0-alpha2 (25 November 2013)
        - Alpha release for the purpose of testing the CRC feature in
          kernels 3.10 and newer.