]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Bump xfsprogs version number.
authorNathan Scott <nathans@sgi.com>
Thu, 28 Jul 2005 06:03:50 +0000 (06:03 +0000)
committerNathan Scott <nathans@sgi.com>
Thu, 28 Jul 2005 06:03:50 +0000 (06:03 +0000)
Merge of master-melb:xfs-cmds:23297a by kenmcd.

VERSION
debian/changelog
doc/CHANGES

diff --git a/VERSION b/VERSION
index e5f2789ed696aab120df38bbd021c349599388ac..5fe9ef9fa213e4bb08ca318eb3e3c84fe5d87c75 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=2
 PKG_MINOR=6
-PKG_REVISION=35
+PKG_REVISION=36
 PKG_BUILD=1
index ef60a414b7f454644f7653a15c26ec212fb79ef6..5aa78f3ead174d659e8a0fb2a8879084c73abb31 100644 (file)
@@ -1,8 +1,9 @@
-xfsprogs (2.6.34-1) unstable; urgency=low
+xfsprogs (2.6.36-1) unstable; urgency=low
 
   * New upstream release.
+  * Fix xfs_repair secondary SB search 32 bit wrap (closes: #320081)
 
- -- Nathan Scott <nathans@debian.org>  Mon, 20 Jun 2005 10:32:24 +1000
+ -- Nathan Scott <nathans@debian.org>  Thu, 28 Jul 2005 14:01:50 +1000
 
 xfsprogs (2.6.28-1) unstable; urgency=low
 
index 73126e66ddde5cd72a2c58fe1690388a63f4f2d2..0e7a5dc0f39a6727bfc09f907bfc5697a13ac721 100644 (file)
@@ -1,4 +1,10 @@
-xfsprogs-2.6.35 (1 July 2005)
+xfsprogs-2.6.36 (28 July 2005)
+       - Fix mkfs stripe unit alignment checks for external logs
+       - Fix running xfs_db on non-XFS devices (was segfaulting)
+       - Fix a 32 bit wrap in xfs_repair searching for secondary
+         superblocks.
+
+xfsprogs-2.6.35 (01 July 2005)
        - Add back fd_to_handle() to libhandle.
        - Add handle call mappings to xfsctl() for IRIX.