From: Nathan Scott Date: Wed, 30 Mar 2005 03:46:24 +0000 (+0000) Subject: Bump version number after couple of earlier changes. X-Git-Tag: v2.7.0~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4857a3883f7004bfb2f1aa56d8bdef6b9e149c86;p=thirdparty%2Fxfsprogs-dev.git Bump version number after couple of earlier changes. Merge of master-melb:xfs-cmds:21992a by kenmcd. --- diff --git a/VERSION b/VERSION index b0e59256e..34f2296fe 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=2 PKG_MINOR=6 -PKG_REVISION=27 +PKG_REVISION=28 PKG_BUILD=1 diff --git a/debian/changelog b/debian/changelog index 159f0556c..bf9070836 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,15 @@ -xfsprogs (2.6.27-1) unstable; urgency=low +xfsprogs (2.6.28-1) unstable; urgency=low * New upstream release. + * Fix compilation with gcc version 4 (closes: #300544) - -- Nathan Scott Wed, 23 Mar 2005 11:05:00 +1100 + -- Nathan Scott Wed, 30 Mar 2005 10:52:07 +1000 + +xfsprogs (2.6.26-2) unstable; urgency=low + + * No code differences, recompiled with a more recent gcc version. + + -- Nathan Scott Tue, 29 Mar 2005 11:57:57 +1000 xfsprogs (2.6.26-1) unstable; urgency=low diff --git a/doc/CHANGES b/doc/CHANGES index 2311c4094..6099216c3 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,10 @@ +xfsprogs-2.6.28 (30 March 2005) + - Fix compiler warning in repair/dir.c size checks. + - Fix more compilation problem with version 4 of gcc + (thanks to Andreas Jochens). + - Make xfs_db and xfs_repair cope with filesystems that + have project quota enabled. + xfsprogs-2.6.27 (23 March 2005) - Fix default mkfs allocation group size calculations for filesystem sizes in the range 32 - 64 terabytes.