From: Nathan Scott Date: Fri, 7 Jul 2006 04:58:00 +0000 (+0000) Subject: Bump version number after recent changes in repair. X-Git-Tag: v2.9.0~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab1caf79ab20cc84599b8b349afa6640206b68ce;p=thirdparty%2Fxfsprogs-dev.git Bump version number after recent changes in repair. Merge of master-melb:xfs-cmds:26457a by kenmcd. --- diff --git a/VERSION b/VERSION index ceff3e1e8..dcc46e0b7 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=2 PKG_MINOR=8 -PKG_REVISION=5 +PKG_REVISION=6 PKG_BUILD=1 diff --git a/debian/changelog b/debian/changelog index eec55d51a..7345b5b30 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -xfsprogs (2.8.5-1) unstable; urgency=low +xfsprogs (2.8.6-1) unstable; urgency=low * New upstream release. - -- Nathan Scott Wed, 05 Jul 2006 09:10:23 +1000 + -- Nathan Scott Fri, 07 Jul 2006 09:10:23 +1000 xfsprogs (2.8.4-1) unstable; urgency=low diff --git a/doc/CHANGES b/doc/CHANGES index 4088c8f14..165db255d 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,6 @@ +xfsprogs-2.8.6 (07 July 2006) + - Fixed xfs_repair handling of duplicate names in a directory. + xfsprogs-2.8.5 (05 July 2006) - Update translation Makefile to work better with the Ubuntu translation system. Thanks to feedback from Martin Pitt.