]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Update xfsprogs version to 2.7.0. v2.7.0
authorNathan Scott <nathans@sgi.com>
Fri, 16 Sep 2005 15:22:05 +0000 (15:22 +0000)
committerNathan Scott <nathans@sgi.com>
Fri, 16 Sep 2005 15:22:05 +0000 (15:22 +0000)
Merge of master-melb:xfs-cmds:23842a by kenmcd.

VERSION
debian/changelog
doc/CHANGES

diff --git a/VERSION b/VERSION
index 1835aa4774782581a53ef96689a519041e96e8ae..0f1b6b381ca8f9a4d70bb62fe72471917b4b5465 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -2,6 +2,6 @@
 # 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
index fde8003c11b2f0c169c1abc80096c086605cd330..ed7c53fb6a03fc1ab34772a026df1b395c45b622 100644 (file)
@@ -1,8 +1,8 @@
-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
 
index 69fe2bd9952bc9d1d05ffb353280a3ede7e97a7b..90e0e06a237943b9b48c718f75dec359cce14710 100644 (file)
@@ -1,3 +1,11 @@
+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.