]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release 4.8.0 v4.8.0
authorDave Chinner <david@fromorbit.com>
Mon, 17 Oct 2016 03:17:48 +0000 (14:17 +1100)
committerDave Chinner <david@fromorbit.com>
Mon, 17 Oct 2016 03:17:48 +0000 (14:17 +1100)
Update all the necessary files for a 4.8.0 release.

Signed-off-by: Dave Chinner <david@fromorbit.com>
VERSION
configure.ac
debian/changelog
doc/CHANGES

diff --git a/VERSION b/VERSION
index 2010721af87c89f9f0b7edfe74348a8c98db4581..496cd7c19fab31622ba25b10778330f59e64e2b1 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=4
 PKG_MINOR=8
-PKG_REVISION=0-rc3
+PKG_REVISION=0
 PKG_BUILD=1
index bc97ef531657095d5ee283e376f05487542e56ff..50e04dfd93c27de0a85b29b2a3dc8a71cec6c084 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs], [4.8.0-rc3], [linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs], [4.8.0], [linux-xfs@vger.kernel.org])
 AC_PREREQ(2.50)
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
index a1cf645b537239cd1fd51f58f15da93356be2db8..bcbcdab94776692c2482496d151e82fc08747faa 100644 (file)
@@ -1,3 +1,9 @@
+xfsprogs (4.8.0) unstable; urgency=low
+
+  * New upstream release
+
+ -- Nathan Scott <nathans@debian.org>  Mon, 17 Oct 2016 14:13:45 +1100
+
 xfsprogs (4.7.0) unstable; urgency=low
 
   * New upstream release
index 8c6e7afe3e0da12cb9af10ca7843dbc26d1b2d57..58186c0e0e20ee86bfcb6524c71ce83194e10ccd 100644 (file)
@@ -1,3 +1,6 @@
+xfsprogs-4.8-0 (17 Oct 2016)
+       - no changes from v4.8.0-rc3
+
 xfsprogs-4.8-0-rc3 (3 Oct 2016)
        - xfs_io: clean up inode command (Eric Sandeen)
        - xfs_repair: fix phase 5 btree size overestimation (Darrick Wong)