]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Bump version number after couple of earlier changes.
authorNathan Scott <nathans@sgi.com>
Wed, 30 Mar 2005 03:46:24 +0000 (03:46 +0000)
committerNathan Scott <nathans@sgi.com>
Wed, 30 Mar 2005 03:46:24 +0000 (03:46 +0000)
Merge of master-melb:xfs-cmds:21992a by kenmcd.

VERSION
debian/changelog
doc/CHANGES

diff --git a/VERSION b/VERSION
index b0e59256e35cee7f418b07ccb11d7c40020d7769..34f2296fe1cba202c835548922f6ac2d294200f7 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=2
 PKG_MINOR=6
-PKG_REVISION=27
+PKG_REVISION=28
 PKG_BUILD=1
index 159f0556ca467977d494cedba5c4ce7137ab4da0..bf907083683b873b969ec806435ebf8c351a4a0e 100644 (file)
@@ -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 <nathans@debian.org>  Wed, 23 Mar 2005 11:05:00 +1100
+ -- Nathan Scott <nathans@debian.org>  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 <nathans@debian.org>  Tue, 29 Mar 2005 11:57:57 +1000
 
 xfsprogs (2.6.26-1) unstable; urgency=low
 
index 2311c4094fe54c6afff52e503089b9a180bc6cbe..6099216c3312f48f67ec9fda0dfccf4fc3f3d487 100644 (file)
@@ -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.