From: Dave Chinner Date: Tue, 15 Jul 2014 04:22:37 +0000 (+1000) Subject: xfsprogs: v3.2.1 release X-Git-Tag: v3.2.1^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=642d23de2de415457e1c7a4261dc9bf83a44e084;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: v3.2.1 release Update all the versiona nd changelog files for release. Signed-off-by: Dave Chinner --- diff --git a/VERSION b/VERSION index efd057bba..591ee42cc 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=3 PKG_MINOR=2 -PKG_REVISION=0 +PKG_REVISION=1 PKG_BUILD=1 diff --git a/doc/CHANGES b/doc/CHANGES index fecd358fc..5eab73314 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,20 @@ +xfsprogs-3.2.1 (15 July 2014) + - Added support for new on-disk free inode btree (Brian Foster) + - libxfs inode use-after free fixes (Mark Tinguely) + - xfs_copy threading cleanups (Junxiao Bi) + - xfs_check has been removed + - C++ header compiler fixes (Roger Willcocks) + - xfs_repair prefetch fixes (Eric Sandeen) + - xfs_repair directory block CRC detection fixes (Jan Kara) + - xfs_repair directory rebuild fixes + - libxfs buffer error handling fixes + - xfs_repair quota inode handling fixes + - removed incorrect asserts from phase 2 of xfs_repair + - updated Polish translations (Jakub Bogusz) + - xfs_mkfs 4k sector device fixes (Eric Sandeen) + - xfs_fsr cleanups nd fixes (Eric Sandeen) + - mount options described in xfs(5) man page (Eric Sandeen) + xfsprogs-3.2.0 (16 May 2014) - First release with full support of CRC enabled filesystems - No code changes from 3.2.0-rc3