From: Dave Chinner Date: Wed, 17 Feb 2016 06:02:02 +0000 (+1100) Subject: xfsprogs: Release v4.5.0-rc1 X-Git-Tag: v4.5.0-rc1^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1abecdabbc9190db2fa7c3dab15931b7b9ddbb0d;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v4.5.0-rc1 Update all the release files for a 4.5.0-rc1 release. Signed-off-by: Dave Chinner --- diff --git a/VERSION b/VERSION index e55298167..c0e4d34fa 100644 --- 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 diff --git a/configure.ac b/configure.ac index b96a81d20..6d012ceaf 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/doc/CHANGES b/doc/CHANGES index 9d3ebe895..f3216102f 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -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)