]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
bump xfsprogs version for recent set of changes.
authorNathan Scott <nathans@sgi.com>
Fri, 11 Nov 2005 14:30:02 +0000 (14:30 +0000)
committerNathan Scott <nathans@sgi.com>
Fri, 11 Nov 2005 14:30:02 +0000 (14:30 +0000)
Merge of master-melb:xfs-cmds:24377a by kenmcd.

VERSION
debian/changelog
doc/CHANGES

diff --git a/VERSION b/VERSION
index ab876046eca6f29e4b24677c6e06ade24e04757c..210c61461cbcde34fc913af6090fd6b84540c8b4 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=2
 PKG_MINOR=7
-PKG_REVISION=5
+PKG_REVISION=6
 PKG_BUILD=1
index 430ff2a6e385238cf60a3c90877273e403516ac7..64cc1f5bfc007cb4437b560fccd17d3d4ee95c46 100644 (file)
@@ -1,8 +1,11 @@
-xfsprogs (2.7.5-1) unstable; urgency=low
+xfsprogs (2.7.6-1) unstable; urgency=low
 
   * New upstream release.
+  * Add support for (optional) ATTR2 format extension (closes: #336350)
+  * Allow gcc -pedantic option for C++ <xfs.h> users (closes: #249429)
+  * Fix segv in xfs_db frag command (closes: #338207)
 
- -- Nathan Scott <nathans@debian.org>  Wed, 26 Oct 2005 11:49:59 +1000
+ -- Nathan Scott <nathans@debian.org>  Mon, 31 Oct 2005 08:49:46 +1100
 
 xfsprogs (2.7.4-1) unstable; urgency=low
 
index 7264b2e800f65b25b2424e0e9ac693104ab6a3e0..f99de74fdc53be6d906dd47c6b650e46283da4d6 100644 (file)
@@ -1,3 +1,16 @@
+xfsprogs-2.7.6 (31 October 2005)
+       - Add support for the inode extent size hint for the regular
+         data device (previously was realtime only), and allow the
+         optional inheritance of this property.
+       - Add support for additional read/write patterns in xfs_io
+         (reverse and random, in addition to sequential forwards).
+       - Add some mkfs debugging options to aid testing inheritance
+         of realtime, project ID, and extsize inode attributes.
+       - Add mkfs option for forcing use of ATTR2, and make growfs
+         report its use.
+       - Fix use of cursor in attr_list_by_handle() libhandle code.
+       - Fix several compiler warnings when building on IRIX.
+
 xfsprogs-2.7.5 (26 October 2005)
        - Fix an endian bug in xfs_db "frag" command.
        - Fix some errors on the xfs_quota(8) man page.
@@ -11,7 +24,7 @@ xfsprogs-2.7.4 (08 October 2005)
 xfsprogs-2.7.3 (29 September 2005)
        - Fix xfs_repair handling of the morebits bit.
        - Merge back several kernel changes related to attr2.
-       - Extended xfs_db expert mode commands 
+       - Extended xfs_db expert mode commands
        - Clean up some fsxattr uses to reduce number of syscalls,
          now that IRIX also supports project identifiers via this
          interface.