xfsdump: v3.1.4 Release

Update all the files for a v3.1.4 release.

Signed-off-by: Dave Chinner <david@fromorbit.com>

diff --git a/VERSION b/VERSION
index 58a77e2..e68ef43 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 1392e58..746caf4 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.