#
PKG_MAJOR=2
PKG_MINOR=6
-PKG_REVISION=9
+PKG_REVISION=10
PKG_BUILD=1
-xfsprogs (2.6.9-1) unstable; urgency=low
+xfsprogs (2.6.10-1) unstable; urgency=low
* New upstream release.
- -- Nathan Scott <nathans@debian.org> Sat, 27 Mar 2004 10:50:11 +1100
+ -- Nathan Scott <nathans@debian.org> Mon, 05 Apr 2004 12:08:19 +1000
xfsprogs (2.6.5-1) unstable; urgency=low
+xfsprogs-2.6.10 (05 April 2003)
+ - Fix botch in recent addition of new superblock field
+ (features2) which could result in filesystems with v2
+ logs being created with invalid superblock fields.
+ Thanks to Chris Pascoe for this fix.
+ - Fix error when forcing a too-large v2 log stripe size
+ back to 32K. Thanks to Chris Pascoe for this fix too.
+ - Fix xfs_copy -d option so that it really does create a
+ duplicate filesystem (the log is duplicated too now in
+ that case, whereas previously a fresh log was created).
+
xfsprogs-2.6.9 (26 March 2003)
- Update HFILES in xfsprogs/io/Makefile to package io/io.h
{ offsetof(xfs_sb_t, sb_logsectlog), 0 },
{ offsetof(xfs_sb_t, sb_logsectsize),0 },
{ offsetof(xfs_sb_t, sb_logsunit), 0 },
+ { offsetof(xfs_sb_t, sb_features2), 0 },
{ sizeof(xfs_sb_t), 0 }
};