]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Bump xfsprogs version number after last couple of changes.
authorNathan Scott <nathans@sgi.com>
Wed, 23 Mar 2005 02:57:38 +0000 (02:57 +0000)
committerNathan Scott <nathans@sgi.com>
Wed, 23 Mar 2005 02:57:38 +0000 (02:57 +0000)
Merge of master-melb:xfs-cmds:21927a by kenmcd.

VERSION
debian/changelog
doc/CHANGES

diff --git a/VERSION b/VERSION
index 0dc331bc2db0321353d4e5ca83b05872be81c34e..b0e59256e35cee7f418b07ccb11d7c40020d7769 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=2
 PKG_MINOR=6
-PKG_REVISION=26
+PKG_REVISION=27
 PKG_BUILD=1
index 8556f85d005c1cafc472b0836caac14a57e2f7ed..159f0556ca467977d494cedba5c4ce7137ab4da0 100644 (file)
@@ -1,3 +1,9 @@
+xfsprogs (2.6.27-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Nathan Scott <nathans@debian.org>  Wed, 23 Mar 2005 11:05:00 +1100
+
 xfsprogs (2.6.26-1) unstable; urgency=low
 
   * New upstream release.
index 600613b7f6465bf55f83f1dc917e7dc0afd3c6cd..2311c4094fe54c6afff52e503089b9a180bc6cbe 100644 (file)
@@ -1,3 +1,10 @@
+xfsprogs-2.6.27 (23 March 2005)
+       - Fix default mkfs allocation group size calculations
+         for filesystem sizes in the range 32 - 64 terabytes.
+       - Add noalign mkfs suboptions for -d/-r to disable the
+         sunit/swidth auto-alignment (based on logical volume
+         geometry, extracted from the driver).
+
 xfsprogs-2.6.26 (08 March 2005)
        - Fix compilation problem with version 4 of gcc
          (thanks to Andreas Jochens).