]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v4.3.0-rc1 v4.3.0-rc1
authorDave Chinner <david@fromorbit.com>
Wed, 14 Oct 2015 00:31:15 +0000 (11:31 +1100)
committerDave Chinner <david@fromorbit.com>
Wed, 14 Oct 2015 00:31:15 +0000 (11:31 +1100)
Update all the release files for a 4.3.0-rc1 release.

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

diff --git a/VERSION b/VERSION
index 52e84d9c7076171e0c8f43620b39aaf5464ff188..1cac059a8be644375d099aabf25e7af37cef20b9 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -2,6 +2,6 @@
 # This file is used by configure to get version information
 #
 PKG_MAJOR=4
-PKG_MINOR=2
-PKG_REVISION=0
+PKG_MINOR=3
+PKG_REVISION=0-rc1
 PKG_BUILD=1
index 7cb87bcc442aa6315d3cd9a58cc0002033a97c2b..7b57521e4eb145ce73225c20ba4203bb3f5607da 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs], [4.2.0])
+AC_INIT([xfsprogs], [4.3.0-rc1])
 AC_PREREQ(2.50)
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
index 4138214db25537e4a71fa941e52c2d9344eede3c..3fac1a8f508046f2d73794f27e282d38a453e2f1 100644 (file)
@@ -1,3 +1,12 @@
+xfsprogs-4.3.0-rc1 (14 Oct 2015)
+       - xfs_io: reflink and dedupe operation support (Darrick Wong)
+       - xfs_db: blockget/blocktrash support for v5 filesystems
+         (Darrick Wong)
+       - xfs_repair: many directory/attr cleanups and fixes (Eric Sandeen)
+       - More OS X build improvements (Jan Tulak)
+       - Log zeroing rework for v5 filesystems to prevent log sequence
+         numbers from going backwards (Brain Foster)
+
 xfsprogs-4.2.0 (7 Sep 2015)
        - repair: fix crashes due to missing geometry pointer (Eric Sandeen)
        - repair: fix node handling on large attribute btrees (Brian Foster)
index 400a103e7e9d71a84b888ee6828104ad7cc53f81..577257a354d442e1cc0a2b9381b11ffbe2f64a71 100755 (executable)
@@ -2,6 +2,12 @@
 #
 # Automate generation of a new release
 #
+# Need to first update these files:
+#
+# VERSION (with new version number)
+# docs/CHANGES (with changelog and version/date string)
+# configure.ac (with new version string)
+# debian/changelog (with new release entry, only for release version)
 
 . ./VERSION