]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v4.7 v4.7.0
authorDave Chinner <david@fromorbit.com>
Thu, 4 Aug 2016 01:37:20 +0000 (11:37 +1000)
committerDave Chinner <david@fromorbit.com>
Thu, 4 Aug 2016 01:37:20 +0000 (11:37 +1000)
Update all the release files for a 4.7 release.

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

diff --git a/VERSION b/VERSION
index 955953369b9b14928458fb355f4f3df05b9b788e..9fcf604da0a6354bab54e3245a5da01335e4bdc6 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=4
 PKG_MINOR=7
-PKG_REVISION=0-rc2
+PKG_REVISION=0
 PKG_BUILD=1
index 6568d5f0212498e1e149b35ffec577fa5ca069e2..1bb5fef954519675ea448be2deea6c834e01f25a 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs], [4.7.0-rc2], [xfs@oss.sgi.com])
+AC_INIT([xfsprogs], [4.7.0], [xfs@oss.sgi.com])
 AC_PREREQ(2.50)
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
index c74416c1e29b0bf96fe75050c3f99f7750579103..a1cf645b537239cd1fd51f58f15da93356be2db8 100644 (file)
@@ -1,3 +1,9 @@
+xfsprogs (4.7.0) unstable; urgency=low
+
+  * New upstream release
+
+ -- Nathan Scott <nathans@debian.org>  Fri, 05 Aug 2016 11:35:57 +1000
+
 xfsprogs (4.5.0) unstable; urgency=low
 
   * New upstream release
index 7807fb91ba487d185279e9b71ed2039101efaf46..32a9709f1643c0a5ccb121db4a88812e5008fc17 100644 (file)
@@ -1,4 +1,15 @@
-xfsprogs-4.7.0-rc1 (22 Jun 2015)
+xfsprogs-4.7.0 (5 Aug 2016)
+       - xfs_io: man page for copy_file_range (Anna Schumaker)
+       - xfs_quota: handle XFS_GETNEXTQUOTA failure sanely (Zorro Lang)
+       - mkfs: remove old glibc build failure workaround (Felix Janda)
+
+xfsprogs-4.7.0-rc2 (20 Jul 2016)
+       - xfs_io: add support for copy_file_range (Anna Schumaker)
+       - repair: fix exit value after low memory is detected (Zorro Lang)
+       - repair: fix quota inode detection issue (Eric Sandeen)
+       - fix coverity issues from 4.7-rc1 (Bill O'Donnell)
+
+xfsprogs-4.7.0-rc1 (22 Jun 2016)
        - libxfs kernel sync up to 4.7-rc1
        - quota: new efficient iteration mechanism (Eric Sandeen)
        - quota: support usernames starting with digits (Zorro Lang)
@@ -17,19 +28,14 @@ xfsprogs-4.7.0-rc1 (22 Jun 2015)
        - man page updates (Eric Sandeen, Jan Tulak, Zorro Lang)
        - repair: RT summary inode rebuild fix (Eric Sandeen)
        - db: sparse inode check fixes (Brian Foster)
-xfsprogs-4.7.0-rc2 (20 Jul 2015)
-       - xfs_io: add support for copy_file_range (Anna Schumaker)
-       - repair: fix exit value after low memory is detected (Zorro Lang)
-       - repair: fix quota inode detection issue (Eric Sandeen)
-       - fix coverity issues from 4.7-rc1 (Bill O'Donnell)
 
-xfsprogs-4.5.0 (15 Mar 2015)
+xfsprogs-4.5.0 (15 Mar 2016)
        - xfs_io: prevent divide-by-zero on random IO (Dmitry Monakhov)
        - xfs_db: dquot command documentation fixes (Eric Sandeen)
        - xfs_quota: better command line parsing and documentation
          (Zorro Lang)
 
-xfsprogs-4.5.0-rc1 (17 Feb 2015)
+xfsprogs-4.5.0-rc1 (17 Feb 2016)
        - libxfs: update to match kernel 4.5-rc1 code base
        - xfs_io: add DAX inode flag support
        - repair: scalability improvements on large corrupt filesystems