]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v5.9.0 v5.9.0
authorEric Sandeen <sandeen@sandeen.net>
Tue, 20 Oct 2020 15:41:03 +0000 (11:41 -0400)
committerEric Sandeen <sandeen@sandeen.net>
Tue, 20 Oct 2020 15:41:03 +0000 (11:41 -0400)
Update all the necessary files for a 5.9.0 release.

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

diff --git a/VERSION b/VERSION
index 5f25fc4fa340d39733e524c2ab02e5be04b1157d..2f5f4aad2132aebf7ff6f6c8a556dc65dbb6d8bd 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=5
 PKG_MINOR=9
-PKG_REVISION=0-rc1
+PKG_REVISION=0
 PKG_BUILD=1
index 4674673ed67c9dd0f81d2863d633cda7661a8ffa..345d90be8b8c09a9a2ecee463b64ae0b04c458da 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs], [5.9.0-rc1], [linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs], [5.9.0], [linux-xfs@vger.kernel.org])
 AC_PREREQ(2.50)
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
index 67e63ad62b5c1ec413ef0debcf32d5cc82eef2ac..b39159725eee8ff056ea2626b94d800d6f22fe40 100644 (file)
@@ -1,3 +1,9 @@
+xfsprogs (5.9.0-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Nathan Scott <nathans@debian.org>  Tue, 20 Oct 2020 11:38:49 -0400
+
 xfsprogs (5.9.0-rc1-1) unstable; urgency=low
 
   * New upstream prerelease
index c670e21fa4a6f9372d40180773389c16d200413a..479c74c319aeda1feb2926feaff2b28997454df5 100644 (file)
@@ -1,3 +1,6 @@
+xfsprogs-5.9.0 (20 Oct 2020)
+       - No further changes
+
 xfsprogs-5.9.0-rc1 (13 Oct 2020)
        - mkfs.xfs: disallow creation of RT files from proto file (Darrick Wong)
        - mkfs.xfs: fix ASSERT on small device with stripe geom (Pavel Reichl)