]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v4.7-rc1 v4.7.0-rc1
authorDave Chinner <david@fromorbit.com>
Wed, 22 Jun 2016 01:24:46 +0000 (11:24 +1000)
committerDave Chinner <david@fromorbit.com>
Wed, 22 Jun 2016 01:24:46 +0000 (11:24 +1000)
Update all the release files for a 4.7-rc1 release.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
VERSION
configure.ac
doc/CHANGES

diff --git a/VERSION b/VERSION
index 7cf74681f3ab887b6a37872ca41c2d520db43d38..da341b2e183949b69325f734fc260352a57fd801 100644 (file)
--- 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
index a4a6cfa199e1997a2167905c2b247049ba42376f..83f90206d1cdba120a30f7530e6c85fc3cb58f92 100644 (file)
@@ -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])
index 5db16a22bfa4f871f89c440de175edf0a458e81b..2bb29bd42e743dd3ed4713f9289f9b6d175b438c 100644 (file)
@@ -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)