]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v4.9.0-rc1 v4.9.0-rc1
authorEric Sandeen <sandeen@sandeen.net>
Thu, 22 Dec 2016 22:41:04 +0000 (16:41 -0600)
committerEric Sandeen <sandeen@redhat.com>
Thu, 22 Dec 2016 22:41:04 +0000 (16:41 -0600)
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
VERSION
configure.ac
doc/CHANGES

diff --git a/VERSION b/VERSION
index 496cd7c19fab31622ba25b10778330f59e64e2b1..57c50ad90e5b918f4595211ccf3baf9fbd4fc8b4 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=8
-PKG_REVISION=0
+PKG_MINOR=9
+PKG_REVISION=0-rc1
 PKG_BUILD=1
index ee918d1310194f0fa75897e37bef59545b43915e..ca03bb3317eb338c2b8d9f526d5c352538b0cc47 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs], [4.8.0], [linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs], [4.9.0-rc1], [linux-xfs@vger.kernel.org])
 AC_PREREQ(2.50)
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
index 58186c0e0e20ee86bfcb6524c71ce83194e10ccd..9f09bacfb56337d4dd81fe2755fa1cb98e9ebe16 100644 (file)
@@ -1,3 +1,12 @@
+xfsprogs-4.9-rc1 (22 Dec 2016)
+       - add reflink and dedupe support (Darrick Wong)
+       - Convert from off64_t to off_t (Felix Janda)
+       - xfs_io: add command line option to start an idle thread (Amir Goldstein)
+       - xfs_repair: junk leaf attribute if count == 0 (Eric Sandeen)
+       - xfs_quota: handle wrapped id from GETNEXTQUOTA (Eric Sandeen)
+       - xfs_repair: fix some potential null pointer deferences (Darrick Wong)
+       - libxfs_apply: filtering fixes (Dave Chinner)
+
 xfsprogs-4.8-0 (17 Oct 2016)
        - no changes from v4.8.0-rc3