From: Nathan Scott Date: Thu, 28 Jul 2005 06:03:50 +0000 (+0000) Subject: Bump xfsprogs version number. X-Git-Tag: v2.7.0~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fbf5a8c35ff91d95dd364dc7beec0f641d45e4c1;p=thirdparty%2Fxfsprogs-dev.git Bump xfsprogs version number. Merge of master-melb:xfs-cmds:23297a by kenmcd. --- diff --git a/VERSION b/VERSION index e5f2789ed..5fe9ef9fa 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=2 PKG_MINOR=6 -PKG_REVISION=35 +PKG_REVISION=36 PKG_BUILD=1 diff --git a/debian/changelog b/debian/changelog index ef60a414b..5aa78f3ea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 20 Jun 2005 10:32:24 +1000 + -- Nathan Scott Thu, 28 Jul 2005 14:01:50 +1000 xfsprogs (2.6.28-1) unstable; urgency=low diff --git a/doc/CHANGES b/doc/CHANGES index 73126e66d..0e7a5dc0f 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -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.