Merge of master-melb:xfs-cmds:23842a by kenmcd.
# This file is used by configure to get version information
#
PKG_MAJOR=2
-PKG_MINOR=6
-PKG_REVISION=37
+PKG_MINOR=7
+PKG_REVISION=0
PKG_BUILD=1
-xfsprogs (2.6.37-1) unstable; urgency=low
+xfsprogs (2.7.0-1) unstable; urgency=low
* New upstream release.
- -- Nathan Scott <nathans@debian.org> Thu, 11 Aug 2005 13:25:07 +1000
+ -- Nathan Scott <nathans@debian.org> Fri, 16 Sep 2005 16:29:21 +1000
xfsprogs (2.6.36-1) unstable; urgency=low
+xfsprogs-2.7.0 (16 Septempber 2005)
+ - Support for updated extended attributes format (attr2)
+ - Make xfs_quota tool issue a quota sync in all the needed
+ places, before reporting, to counter affects of delayed
+ allocation.
+ - Quota-related ID signedness issue fixes.
+ - Expert mode xfs_db commands to set/remove attributes.
+
xfsprogs-2.6.37 (11 August 2005)
- Fix FreeBSD builds (getmntinfo), thanks to Craig Rodrigues.