]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v5.8.0-rc0 libxfs-5.8-sync v5.8.0-rc0
authorEric Sandeen <sandeen@sandeen.net>
Mon, 10 Aug 2020 20:32:17 +0000 (16:32 -0400)
committerEric Sandeen <sandeen@sandeen.net>
Mon, 10 Aug 2020 20:32:17 +0000 (16:32 -0400)
Update all the necessary files for a 5.8.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 beaeb52ac6287cddb5714560dd536ef17b6a98ba..28d74153240ddaa110a8ca6035dc05c2fcece0c0 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=7
-PKG_REVISION=0
+PKG_MINOR=8
+PKG_REVISION=0-rc0
 PKG_BUILD=1
index 7d7d7347baaf734f8cdff08e9c9035f37ac5af0e..fe1584e7704bdf4223f0081835df973967040896 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs], [5.7.0], [linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs], [5.8.0-rc0], [linux-xfs@vger.kernel.org])
 AC_PREREQ(2.50)
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
index cedcabcf8b58978c0421989700498918f9e8258b..8ecdd42e5fad993f86ac116e001f4a35d84158e6 100644 (file)
@@ -1,3 +1,9 @@
+xfsprogs (5.8.0-rc0-1) unstable; urgency=low
+
+  * New upstream prerelease
+
+ -- Nathan Scott <nathans@debian.org>  Mon, 10 Aug 2020 14:42:12 -0500
+
 xfsprogs (5.7.0-1) unstable; urgency=low
 
   * New upstream release
index 4555f84152ce4eec91170546f1ef5cf704134ea2..dcddcc7ad9dba09837e2e206560383c723be5bef 100644 (file)
@@ -1,3 +1,8 @@
+xfsprogs-5.8.0-rc0 (10 Aug 2020)
+       - xfs_repair: check quota counters (Darrick Wong)
+       - xfs_io: fix -D vs -R handling (Xiao Yang)
+       - libxfs changes merged from kernel 5.8
+
 xfsprogs-5.7.0 (24 Jul 2020)
        - xfs_io: Document '-q' option for sendfile command (Xiao Yang)