]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v5.1.0-rc0 v5.1.0-rc0
authorEric Sandeen <sandeen@redhat.com>
Wed, 8 May 2019 02:47:09 +0000 (21:47 -0500)
committerEric Sandeen <sandeen@redhat.com>
Wed, 8 May 2019 02:47:09 +0000 (21:47 -0500)
Update all the necessary files for a 5.1.0-rc0 prerelease.

Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
VERSION
configure.ac
debian/changelog
doc/CHANGES

diff --git a/VERSION b/VERSION
index da4c175a9ea6e799586d2ad5663b730df3b3839b..f73e694d6911ae4c55b3b09641a078aa7daf6536 100644 (file)
--- 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
index b81208b15ddc6fc6f40d8062af38c36692a38770..0553e82a44164f0676f2fa73e2be70ecc0e0e18b 100644 (file)
@@ -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])
index d0700a7482f1184c9c093ea27f34a88e22f66aae..20bbda9682712034b2080742753bb7396f94b8fb 100644 (file)
@@ -1,3 +1,9 @@
+xfsprogs (5.1.0-rc0-1) unstable; urgency=low
+
+  * New upstream pre-release
+
+ -- Nathan Scott <nathans@debian.org>  Tue, 07 May 2019 21:27:56 -0500
+
 xfsprogs (5.0.0-1) unstable; urgency=low
 
   * New upstream release
index 2ea0d122fe5d818254756ad16f0e61af64a8c0c2..66e9c99b230ad379633c7317037ca117ab2252b6 100644 (file)
@@ -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)