From: Eric Sandeen Date: Wed, 28 Aug 2019 16:12:12 +0000 (-0400) Subject: xfsprogs: Release v5.3.0-rc1 X-Git-Tag: v5.3.0-rc1^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e74aec5bdca799a09a7e1b65cd0a6c01599ace62;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v5.3.0-rc1 Update all the necessary files for a 5.3.0-rc1 prerelease. Signed-off-by: Eric Sandeen --- diff --git a/VERSION b/VERSION index 4ef119b5e..9c5835608 100644 --- a/VERSION +++ b/VERSION @@ -2,6 +2,6 @@ # This file is used by configure to get version information # PKG_MAJOR=5 -PKG_MINOR=2 -PKG_REVISION=1 +PKG_MINOR=3 +PKG_REVISION=0-rc1 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index 4b7e4c8d8..68d87239a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [5.2.1], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [5.3.0-rc1], [linux-xfs@vger.kernel.org]) AC_PREREQ(2.50) AC_CONFIG_AUX_DIR([.]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/debian/changelog b/debian/changelog index 018956882..fc6639024 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +xfsprogs (5.3.0-rc1-1) unstable; urgency=low + + * New upstream pre-release + + -- Nathan Scott Wed, 28 Aug 2019 10:59:10 -0500 + +xfsprogs (5.3.0-rc0-1) unstable; urgency=low + + * New upstream pre-release + + -- Nathan Scott Fri, 16 Aug 2019 12:14:23 -0500 + xfsprogs (5.2.1-1) unstable; urgency=low * New upstream release diff --git a/doc/CHANGES b/doc/CHANGES index e3d116730..80b7e18f4 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,9 @@ +xfsprogs-5.3.0-rc0 (28 Aug 2019) + - rebase 5.3 branch on top of 5.2.1 + +xfsprogs-5.3.0-rc0 (16 Aug 2019) + - libxfs changes merged from kernel 5.3 + xfsprogs-5.2.1 (21 Aug 2019) - fix geometry calls for kernels older than 5.2 (Eric Sandeen)