]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v5.7.0 v5.7.0
authorEric Sandeen <sandeen@sandeen.net>
Fri, 24 Jul 2020 18:33:08 +0000 (14:33 -0400)
committerEric Sandeen <sandeen@sandeen.net>
Fri, 24 Jul 2020 18:33:08 +0000 (14:33 -0400)
Update all the necessary files for a 5.7.0 release.

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

diff --git a/VERSION b/VERSION
index 9773888f648299b74d92788714688c01fe578df5..beaeb52ac6287cddb5714560dd536ef17b6a98ba 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=5
 PKG_MINOR=7
-PKG_REVISION=0-rc1
+PKG_REVISION=0
 PKG_BUILD=1
index e5fc5c6228632209d79ffb135ee92986a30f123f..7d7d7347baaf734f8cdff08e9c9035f37ac5af0e 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs], [5.7.0-rc1], [linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs], [5.7.0], [linux-xfs@vger.kernel.org])
 AC_PREREQ(2.50)
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
index 6cf57dca94d56949fb94c893e4164ef2ebd9aeb3..cedcabcf8b58978c0421989700498918f9e8258b 100644 (file)
@@ -1,3 +1,9 @@
+xfsprogs (5.7.0-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Nathan Scott <nathans@debian.org>  Fri, 24 Jul 2020 11:30:00 -0700
+
 xfsprogs (5.7.0-rc1-1) unstable; urgency=low
 
   * New upstream prerelease
index 671a1c96965548e599fff05250897a29dc221f23..4555f84152ce4eec91170546f1ef5cf704134ea2 100644 (file)
@@ -1,3 +1,6 @@
+xfsprogs-5.7.0 (24 Jul 2020)
+       - xfs_io: Document '-q' option for sendfile command (Xiao Yang)
+
 xfsprogs-5.7.0-rc1 (15 Jul 2020)
        - remove libreadline support (Christoph Hellwig)
        - xfs_quota: allow individual timer extension (Eric Sandeen)