]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: bump version and update changelog
authorChristoph Hellwig <hch@lst.de>
Tue, 12 Jan 2010 19:56:00 +0000 (20:56 +0100)
committerChristoph Hellwig <hch@lst.de>
Tue, 12 Jan 2010 19:56:00 +0000 (20:56 +0100)
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Alex Elder <aelder@sgi.com>
VERSION
debian/changelog
doc/CHANGES

diff --git a/VERSION b/VERSION
index 60188182694d62dedd6004de96b7df7444e211cb..633a27056517d722f8f221e432ec45bc5f04f932 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -2,6 +2,6 @@
 # This file is used by configure to get version information
 #
 PKG_MAJOR=3
-PKG_MINOR=0
-PKG_REVISION=4
+PKG_MINOR=1
+PKG_REVISION=0
 PKG_BUILD=1
index 462ebff9aa027bb778765f9425df332ffc08346a..c3e366e3b4a5b4c6fbaa6c2a6eecbdfbbaab1b91 100644 (file)
@@ -1,6 +1,6 @@
 xfsprogs (3.1.0) unstable; urgency=low
 
-  * New bugfix release
+  * New upstream release
   * Merged German translation (closes: #521389)
   * Merged German translation update (closes: #557100)
   * Uptodate po file is provided now (closes: #538962)
index 515c04c009514d41808aaed90207b13c9a90baa4..e8afbae3f49e2e304b252c95b49fac8fb26c1d2d 100644 (file)
@@ -1,3 +1,25 @@
+xfsprogs-3.1.0
+       - Reduce memory usage in xfs_repair by using better data structures.
+       - Add additional checks in xfs_repair to detect freespace btree
+         corruption instead of only rebuilding the btrees.  Useful for the
+         no-modify mode.
+       - Fix libhandle to use the right path to issue by-handle ioctls for
+         symbolic links and special files.
+       - Use lazy superblock counters by default.  At least kernel 2.6.22 is
+         needed for this feature.
+       - Use physical device sector size if available in mkfs.xfs,
+         so 4K sector devices are handed more gracefully.
+       - Add a German translation, thanks to Chris Leick.
+       - Enable the madvise and mincor commands in xfs_io.
+       - Fix unsafe temporary file creation in xfs_fsr.
+       - Add support for discarding unused space on SSDs or thin provisioned
+         arrays in mkfs.xfs.
+       - Allow linking against libblkid for topology information.
+       - Add symbol versioning for libhandle.
+       - Remove the included RPM and binary tarball built infrastructure.
+       - Various build system improvements.
+       - Small fixes to xfs_db and xfs_io.
+
 xfsprogs-3.0.4 (17 September 2009)
        - Fix a memory leak in xfsprogs.
        - Increase hash chain length in xfsprogs when running out of memory.