]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v5.9.0-rc0 libxfs-5.9-sync v5.9.0-rc0
authorEric Sandeen <sandeen@sandeen.net>
Fri, 18 Sep 2020 18:23:53 +0000 (14:23 -0400)
committerEric Sandeen <sandeen@sandeen.net>
Fri, 18 Sep 2020 18:23:53 +0000 (14:23 -0400)
Update all the necessary files for a 5.9.0-rc0 release.

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

diff --git a/VERSION b/VERSION
index d6a125398c6e8bacebbcdf140e5759044495e509..60820545c472658356aa518b1ae927a47ffade8b 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=8
-PKG_REVISION=0
+PKG_MINOR=9
+PKG_REVISION=0-rc0
 PKG_BUILD=1
index edf2ae9b627641fb1b7fb34b8b79d5b3ea66825b..906e5d80bc865c4d0ee98cf272ac603214671bb3 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs], [5.8.0], [linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs], [5.9.0-rc0], [linux-xfs@vger.kernel.org])
 AC_PREREQ(2.50)
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
index 5602f20ddc1a6e5d05c433be61a20084654ce9d2..688659e6af637fdba674c2e4f8a32830e911f93a 100644 (file)
@@ -1,3 +1,9 @@
+xfsprogs (5.9.0-rc0-1) unstable; urgency=low
+
+  * New upstream prerelease
+
+ -- Nathan Scott <nathans@debian.org>  Thu, 17 Sep 2020 09:11:13 -0500
+
 xfsprogs (5.8.0-1) unstable; urgency=low
 
   * New upstream release
index 8eac1763370811ffd2289616402cbbf07e1ead30..d912e72d1e745d2e9df1eaa49c5640e9754cd747 100644 (file)
@@ -1,3 +1,7 @@
+xfsprogs-5.9.0-rc0 (17 Sep 2020)
+       - libxfs changes merged from kernel 5.9
+       - libxfs: make buffers track the per-ag structures (Darrick Wong)
+
 xfsprogs-5.8.0 (04 Sep 2020)
        - xfs_db: set b_ops to NULL for types without verifiers (Eric Sandeen)