]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v5.1.0 v5.1.0
authorEric Sandeen <sandeen@redhat.com>
Fri, 19 Jul 2019 18:19:47 +0000 (13:19 -0500)
committerEric Sandeen <sandeen@redhat.com>
Fri, 19 Jul 2019 18:19:47 +0000 (13:19 -0500)
Update all the necessary files for a 5.1.0 release.

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

diff --git a/VERSION b/VERSION
index 72aa3dcefa1df5dd63410bfe13512c7c2dd53242..8e6f2969dcdf87fdee47defe6e15c77281b40038 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=5
 PKG_MINOR=1
-PKG_REVISION=0-rc1
+PKG_REVISION=0
 PKG_BUILD=1
index c6b92dc0c3da80210ec258f92f1f821890a7af5e..c8116ae8b319c2eee6af037c418b2ca80c34f473 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs], [5.1.0-rc1], [linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs], [5.1.0], [linux-xfs@vger.kernel.org])
 AC_PREREQ(2.50)
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
index 3d988eb12b9f0ab9f17a660f5b70198427697932..31c1f0b935dec67f82d466bd878fc2049ecb8337 100644 (file)
@@ -1,3 +1,9 @@
+xfsprogs (5.1.0-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Nathan Scott <nathans@debian.org>  Fri, 19 Jul 2019 12:38:19 -0500
+
 xfsprogs (5.1.0-rc1-1) unstable; urgency=low
 
   * New upstream pre-release
index d1da658105c88cab7e414e57545ba19e4f42ea53..8d0f5bc3fb6bcca1c70cd0bb0afefced0adc6e05 100644 (file)
@@ -1,3 +1,6 @@
+xfsprogs-5.1.0 (19 Jul 2019)
+       - No further changes
+
 xfsprogs-5.1.0-rc1 (11 Jul 2019)
        - mkfs: enable reflink by default (Darrick Wong)
        - mkfs: fix stripe unit handling (Allison Collins)