From d7e1f5f19701d248256c5fd8b97dbb6abc333e52 Mon Sep 17 00:00:00 2001 From: Dave Chinner Date: Thu, 4 Aug 2016 11:37:20 +1000 Subject: [PATCH] xfsprogs: Release v4.7 Update all the release files for a 4.7 release. Signed-off-by: Dave Chinner --- VERSION | 2 +- configure.ac | 2 +- debian/changelog | 6 ++++++ doc/CHANGES | 22 ++++++++++++++-------- 4 files changed, 22 insertions(+), 10 deletions(-) diff --git a/VERSION b/VERSION index 955953369..9fcf604da 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=4 PKG_MINOR=7 -PKG_REVISION=0-rc2 +PKG_REVISION=0 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index 6568d5f02..1bb5fef95 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/debian/changelog b/debian/changelog index c74416c1e..a1cf645b5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (4.7.0) unstable; urgency=low + + * New upstream release + + -- Nathan Scott Fri, 05 Aug 2016 11:35:57 +1000 + xfsprogs (4.5.0) unstable; urgency=low * New upstream release diff --git a/doc/CHANGES b/doc/CHANGES index 7807fb91b..32a9709f1 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -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 -- 2.47.2