]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
3.1.3 release v3.1.3
authorNathan Scott <nathans@debian.org>
Thu, 26 Aug 2010 13:14:58 +0000 (23:14 +1000)
committerNathan Scott <nathans@debian.org>
Thu, 26 Aug 2010 13:14:58 +0000 (23:14 +1000)
Signed-off-by: Nathan Scott <nathans@debian.org>
VERSION
doc/CHANGES

diff --git a/VERSION b/VERSION
index 40f0361ef8fd1ae2c7b72d6a510c3e6d78febecb..58a77e24acddda17a46754aa0f28ab702040881b 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=3
 PKG_MINOR=1
-PKG_REVISION=2
+PKG_REVISION=3
 PKG_BUILD=1
index 9a3b9983278ed5a0adfc7a82ca07130e0170f263..4ae94d68a1e594412644212408db8bd1f4f43ee1 100644 (file)
@@ -1,3 +1,17 @@
+xfsprogs-3.1.3 (26 August 2010)
+       - Add xfs_io support for XFS_IOC_ZERO_RANGE
+       - Fix depend targets.
+       - Allow xfs_io resvsp command for foreign filesystems.
+       - Fix configure --prefix.
+       - Make xfs_db check for valid inode data pointer before dereferencing.
+       - Validate btree block magic in the xfs_db freesp command,
+         thanks to Peter Watkins.
+       - Unbreak make update-po, permissions problem,
+         thanks to Arkadiusz Miśkiewicz.
+       - Fix linking of libxfs and librt detection (needs pthread),
+         thanks to Arkadiusz Miśkiewicz.
+       - Add a platform_discard_blocks stub for GNU/kFreebsd.
+
 xfsprogs-3.1.2 (6 May 2010)
        - Fix missing thread synchronization in xfs_repair duplicate
          extent tracking.