]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Bump xfsprogs version for xfs_io fixes.
authorNathan Scott <nathans@sgi.com>
Sat, 18 Sep 2004 14:35:16 +0000 (14:35 +0000)
committerNathan Scott <nathans@sgi.com>
Sat, 18 Sep 2004 14:35:16 +0000 (14:35 +0000)
Merge of xfs-cmds-melb:slinx:19501a by kenmcd.

VERSION
debian/changelog
doc/CHANGES

diff --git a/VERSION b/VERSION
index 0743ecc9609e23a69046233ef233f738d5473bb6..da221c84d7e184da0c532825dbcf5521556c01e8 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=2
 PKG_MINOR=6
-PKG_REVISION=22
+PKG_REVISION=23
 PKG_BUILD=1
index 8c6ad651e136dd1dc519c25fec1135d63d63628b..e756b508725c277437e0f29a6e100cf6d84a358e 100644 (file)
@@ -1,8 +1,8 @@
-xfsprogs (2.6.22-1) unstable; urgency=low
+xfsprogs (2.6.23-1) unstable; urgency=low
 
   * New upstream release.
 
- -- Nathan Scott <nathans@debian.org>  Fri, 10 Sep 2004 11:10:57 +1000
+ -- Nathan Scott <nathans@debian.org>  Fri, 17 Sep 2004 17:04:45 +1000
 
 xfsprogs (2.6.21-1) unstable; urgency=low
 
index a40a193925c8b5bae85fde0dc828d637c47a5b9c..26cbf781c08377f08dafbdbbb65fb3829ab8efcf 100644 (file)
@@ -1,3 +1,11 @@
+xfsprogs-2.6.23 (17 September 2004)
+       - Fix xfs_io pread/pwrite -b option, when used more than
+         once we would use the largest of the previous values,
+         instead of the (possibly smaller) value specified.
+       - Add recursive modes to lsattr/chattr xfs_io commands.
+        - Make xfs_io run any given command line commands (-c)
+          on all files specified, not just the first.
+
 xfsprogs-2.6.22 (10 September 2004)
        - Update xfs_io to get a clean compile on IRIX with the
          MIPSPro compilers.