From: Dave Chinner Date: Wed, 22 Jun 2016 01:24:46 +0000 (+1000) Subject: xfsprogs: Release v4.7-rc1 X-Git-Tag: v4.7.0-rc1^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fb2595e968282039b778c5d0efbe1e97aaddbc7b;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v4.7-rc1 Update all the release files for a 4.7-rc1 release. Signed-off-by: Dave Chinner --- diff --git a/VERSION b/VERSION index 7cf74681f..da341b2e1 100644 --- a/VERSION +++ b/VERSION @@ -2,6 +2,6 @@ # This file is used by configure to get version information # PKG_MAJOR=4 -PKG_MINOR=5 -PKG_REVISION=0 +PKG_MINOR=7 +PKG_REVISION=0-rc1 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index a4a6cfa19..83f90206d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [4.5.0], [xfs@oss.sgi.com]) +AC_INIT([xfsprogs], [4.7.0-rc1], [xfs@oss.sgi.com]) AC_PREREQ(2.50) AC_CONFIG_AUX_DIR([.]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/doc/CHANGES b/doc/CHANGES index 5db16a22b..2bb29bd42 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,23 @@ +xfsprogs-4.7.0-rc1 (22 Jun 2015) + - libxfs kernel sync up to 4.7-rc1 + - quota: new efficient iteration mechanism (Eric Sandeen) + - quota: support usernames starting with digits (Zorro Lang) + - xfs_io: mmap/mremap fixes (Zorro Lang) + - build/translation fixes (Mike Frysinger) + - repair: error messge cleanups (Eric Sandeen) + - mkfs: table based option parsing (Jan Tulak, Eric Sandeen) + - metadump: sector size support fixes (Eric Sandeen) + - db: unaligned acces fixes (Eric Sandeen) + - db: add CRC recalculation for corrupt blocks + - db: fix array notation handling in print commands + - db: Note that fragmenation factor is meaningless (Eric Sandeen) + - repair: more efficient secondary superblock search (Bill O'Donnell) + - quota: timer reporting corner case fixes (Eric Sandeen) + - headers: struct fsxattr redifinition fixes (Christoph Hellwig) + - 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.5.0 (15 Mar 2015) - xfs_io: prevent divide-by-zero on random IO (Dmitry Monakhov) - xfs_db: dquot command documentation fixes (Eric Sandeen)