aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Chinner <david@fromorbit.com>2014-07-18 08:04:31 +1000
committerDave Chinner <david@fromorbit.com>2014-07-18 08:04:31 +1000
commitfcbf44cb1c896b55eaa65ec0d8519191f9237306 (patch)
tree67c2ee5fc82c314afd09cea4d5fbf868afbec7e5
parent7cdc26b45207d5ab60d627f832d1d8f724a99fa5 (diff)
downloadxfsdump-dev-fcbf44cb1c896b55eaa65ec0d8519191f9237306.tar.gz
xfsdump: v3.1.4 Releasev3.1.4
Update all the files for a v3.1.4 release. Signed-off-by: Dave Chinner <david@fromorbit.com>
-rw-r--r--VERSION2
-rw-r--r--doc/CHANGES10
2 files changed, 11 insertions, 1 deletions
diff --git a/VERSION b/VERSION
index 58a77e24..e68ef438 100644
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
#
PKG_MAJOR=3
PKG_MINOR=1
-PKG_REVISION=3
+PKG_REVISION=4
PKG_BUILD=1
diff --git a/doc/CHANGES b/doc/CHANGES
index 1392e583..746caf43 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,3 +1,13 @@
+xfsdump-3.1.4 (18 July 2014)
+ - fix partial region segfault and debug code (Eric Sandeen)
+ - dump wholly sparse files correctly (Eric Sandeen)
+ - restore capabilities correctly
+ - memory leak fixes (Boris Ranto)
+ - sys_getdents modernisation (Kyle McMartin)
+ - Error message fixes (Iustin Pop)
+ - Updated polish translation (Jakub Bogusz)
+ - debian package build updates (Nathan Scott)
+
xfsdump-3.1.3 (8 May 2013)
- Fix a segfault in xfsrestore when a path name is too long,
thanks to Nigel Tamplin.