From: Eric Sandeen Date: Wed, 8 May 2019 02:47:09 +0000 (-0500) Subject: xfsprogs: Release v5.1.0-rc0 X-Git-Tag: v5.1.0-rc0^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3391ee04459ac09ad96b37d2cc8fa3d516ff13b1;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v5.1.0-rc0 Update all the necessary files for a 5.1.0-rc0 prerelease. Signed-off-by: Eric Sandeen --- diff --git a/VERSION b/VERSION index da4c175a9..f73e694d6 100644 --- a/VERSION +++ b/VERSION @@ -2,6 +2,6 @@ # This file is used by configure to get version information # PKG_MAJOR=5 -PKG_MINOR=0 -PKG_REVISION=0 +PKG_MINOR=1 +PKG_REVISION=0-rc0 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index b81208b15..0553e82a4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [5.0.0], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [5.1.0-rc0], [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 d0700a748..20bbda968 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (5.1.0-rc0-1) unstable; urgency=low + + * New upstream pre-release + + -- Nathan Scott Tue, 07 May 2019 21:27:56 -0500 + xfsprogs (5.0.0-1) unstable; urgency=low * New upstream release diff --git a/doc/CHANGES b/doc/CHANGES index 2ea0d122f..66e9c99b2 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,6 @@ +xfsprogs-5.1.0-rc0 (07 May 2019) + - libxfs changes merged from kernel 5.1 + xfsprogs-5.0.0 (03 May 2019) - xfs_db: scan all sparse inodes when using 'frag' (Jorge Guerra) - Fix build with newer statx headers (Eric Sandeen)