Merge of master-melb:xfs-cmds:23297a by kenmcd.
#
PKG_MAJOR=2
PKG_MINOR=6
-PKG_REVISION=35
+PKG_REVISION=36
PKG_BUILD=1
-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
-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.