From: Christoph Hellwig Date: Thu, 16 Apr 2009 19:13:21 +0000 (+0200) Subject: xfsprogs: bump version and updates CHANGES X-Git-Tag: v3.0.1~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2c1bf582c50dff6f5e8a89378caa22f71aa5b1bb;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: bump version and updates CHANGES Signed-off-by: Christoph Hellwig Reviewed-by: Eric Sandeen --- diff --git a/VERSION b/VERSION index 665924b18..f622663fc 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=3 PKG_MINOR=0 -PKG_REVISION=0 +PKG_REVISION=1 PKG_BUILD=1 diff --git a/doc/CHANGES b/doc/CHANGES index 710718b43..435b2936f 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,14 @@ +xfsprogs-3.0.1 + - Update the Makepkgs script to generate proper source tarballs. + - New project(5) and projid(5) man pages. + - Fix extent array reallocation in the xfs_io bmap command, + thanks to Tomasz Majkowski. + - Small specfile improvements, thanks to Jan Engelhardt. + - Allow xfs_freeze to freeze non-XFS filesystems. + - Fix the xfs_db bmbta command. + - Fix parallel builds, thanks to Mike Frysinger. + - Various autoconf/libtoool fixes, thanks to Andreas Gruenbacher. + xfsprogs-3.0.0 (4 February 2009) - Various smaller xfs_repair improvements. - Various gettext improvements, thanks to Jakub Bogusz.