]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v5.12.0 v5.12.0
authorEric Sandeen <sandeen@sandeen.net>
Fri, 21 May 2021 19:53:24 +0000 (15:53 -0400)
committerEric Sandeen <sandeen@sandeen.net>
Fri, 21 May 2021 19:53:24 +0000 (15:53 -0400)
Update all the necessary files for a 5.12.0 release.

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

diff --git a/VERSION b/VERSION
index adb4a0f2a274bf4e6b3c7905513f859c5bb3aa4b..9b63ed0859a97778407f3f33300a358c89df1226 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=5
 PKG_MINOR=12
-PKG_REVISION=0-rc1
+PKG_REVISION=0
 PKG_BUILD=1
index e5e20d68e544bf212310371210c2801f5495d72e..e1775ed9e0e020bdd89fc47ad2c1a5f3a9320bbe 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs], [5.12.0-rc1], [linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs], [5.12.0], [linux-xfs@vger.kernel.org])
 AC_PREREQ(2.50)
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
index a65e5d637f2e3f2bbd3eca21f4f8135ae10b039f..107c579b795d6d5fcb34b49e996cf5cd0b6e58ff 100644 (file)
@@ -1,3 +1,9 @@
+xfsprogs (5.12.0-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Nathan Scott <nathans@debian.org>  Fri, 21 May 2021 15:52:00 -0400
+
 xfsprogs (5.11.0-1) unstable; urgency=medium
 
   * New upstream release
index 14b36016d7acd7b243b0d662490d3d123a488f8f..93d289a1808fbbeeff81dd53814257e41667ae40 100644 (file)
@@ -1,3 +1,6 @@
+xfsprogs-5.12.0 (21 May 2021)
+       - No further changes
+
 xfsprogs-5.12.0-rc1 (07 May 2021)
        - mkfs: don't default to too-large physical sector size (Jeff Moyer)
        - repair: phase 6 speedups (Dave Chinner, Gao Xiang)