From: Dave Chinner Date: Wed, 14 Oct 2015 00:31:15 +0000 (+1100) Subject: xfsprogs: Release v4.3.0-rc1 X-Git-Tag: v4.3.0-rc1^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f7efc5e715946ff1da3561b18edbc234a3868c63;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v4.3.0-rc1 Update all the release files for a 4.3.0-rc1 release. Signed-off-by: Dave Chinner --- diff --git a/VERSION b/VERSION index 52e84d9c7..1cac059a8 100644 --- 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 diff --git a/configure.ac b/configure.ac index 7cb87bcc4..7b57521e4 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/doc/CHANGES b/doc/CHANGES index 4138214db..3fac1a8f5 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -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) diff --git a/release.sh b/release.sh index 400a103e7..577257a35 100755 --- a/release.sh +++ b/release.sh @@ -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