]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v5.0.0 v5.0.0
authorEric Sandeen <sandeen@sandeen.net>
Fri, 3 May 2019 17:14:36 +0000 (12:14 -0500)
committerEric Sandeen <sandeen@redhat.com>
Fri, 3 May 2019 17:14:36 +0000 (12:14 -0500)
Update all the necessary files for a 5.0.0 release.

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

diff --git a/VERSION b/VERSION
index 2c8e7d40c340be5174d05c869a5fcafc5559d83f..da4c175a9ea6e799586d2ad5663b730df3b3839b 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=5
 PKG_MINOR=0
-PKG_REVISION=0-rc1
+PKG_REVISION=0
 PKG_BUILD=1
index a54cb3cf6ecc1f29c14e6727045fd2a7250874d6..b81208b15ddc6fc6f40d8062af38c36692a38770 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs], [5.0.0-rc1], [linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs], [5.0.0], [linux-xfs@vger.kernel.org])
 AC_PREREQ(2.50)
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
index 323539eebf6f5cc932e82d94d954acf32f64669d..d0700a7482f1184c9c093ea27f34a88e22f66aae 100644 (file)
@@ -1,3 +1,9 @@
+xfsprogs (5.0.0-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Nathan Scott <nathans@debian.org>  Fri, 03 May 2019 11:55:58 -0500
+
 xfsprogs (5.0.0-rc1-1) unstable; urgency=low
 
   * New upstream pre-release
index e40bfe2bedd084dac34489fede09e5827fc62d70..2ea0d122fe5d818254756ad16f0e61af64a8c0c2 100644 (file)
@@ -1,3 +1,7 @@
+xfsprogs-5.0.0 (03 May 2019)
+       - xfs_db: scan all sparse inodes when using 'frag' (Jorge Guerra)
+       - Fix build with newer statx headers (Eric Sandeen)
+
 xfsprogs-5.0.0-rc1 (26 Apr 2019)
        - mkfs: validate extent size hint parameters (Darrick Wong)
        - xfs_repair: bump on-disk nlink when adding lost+found (Darrick Wong)