]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v4.5.0-rc1 v4.5.0-rc1
authorDave Chinner <david@fromorbit.com>
Wed, 17 Feb 2016 06:02:02 +0000 (17:02 +1100)
committerDave Chinner <david@fromorbit.com>
Wed, 17 Feb 2016 06:02:02 +0000 (17:02 +1100)
Update all the release files for a 4.5.0-rc1 release.

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

diff --git a/VERSION b/VERSION
index e55298167de42ecf66e6a144803d00747c2120d0..c0e4d34fa60d6f1ab2a48f408be4cf4b1239f066 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=3
-PKG_REVISION=0
+PKG_MINOR=5
+PKG_REVISION=0-rc1
 PKG_BUILD=1
index b96a81d20b6583460750b03b4730198718f2bc0e..6d012ceaf59a9c5c5e548087c27f11947cf0b13e 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs], [4.3.0])
+AC_INIT([xfsprogs], [4.5.0-rc1])
 AC_PREREQ(2.50)
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
index 9d3ebe895950d23c73cf87c567f44fe4c8bd8e2f..f3216102f26634f37dfc36c93678531fe9a3a7ed 100644 (file)
@@ -1,3 +1,22 @@
+xfsprogs-4.5.0-rc1 (17 Feb 2015)
+       - libxfs: update to match kernel 4.5-rc1 code base
+       - xfs_io: add DAX inode flag support
+       - repair: scalability improvements on large corrupt filesystems
+       - repair: directory rebuild fixes
+       - mdrestore: progress accounting now works
+       - metadump: fix btree block unused region zeroing
+       - quota: timer command fixes (Eric Sandeen)
+       - mkfs: man page cleanups (Eric Sandeen)
+       - xfs_io: reflink, dedupe and other fixes (Darrick Wong)
+       - quota: Q_XGETNEXTQUOTA support (Eric Sandeen)
+       - build cleanups for alternate C librarys (Joshua Kinard, Felix Janda)
+       - db: check fixes for sparse inodes (Darrick Wong)
+       - various: Fixes for Coverity reports (Vivek Trivedi)
+       - xfs_io: Document zero and help commands (Eric Sandeen)
+       - mkfs: DIO can use logical sector size limits (Eric Sandeen)
+       - repair: don't reset log cycle numbers when zeroing (Brian Foster)
+       - db: add ability to format log to a specific cycle (Brian Foster)
+
 xfsprogs-4.3.0 (23 Nov 2015)
        - xfs_fsr: cleanups to recent changes (Eric Sandeen)
        - xfs_fsr: improved temp file attr fork handling (Eric Sandeen)