]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v4.2.0 v4.2.0
authorDave Chinner <david@fromorbit.com>
Mon, 7 Sep 2015 00:14:31 +0000 (10:14 +1000)
committerDave Chinner <david@fromorbit.com>
Mon, 7 Sep 2015 00:14:31 +0000 (10:14 +1000)
Update all the release files for a 4.2.0 release.

Signed-off-by: Dave Chinner <david@fromorbit.com>
VERSION
configure.ac
debian/changelog
doc/CHANGES

diff --git a/VERSION b/VERSION
index 04de50d279a64090b7f293a6eca17ba78e5064b8..52e84d9c7076171e0c8f43620b39aaf5464ff188 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=4
 PKG_MINOR=2
-PKG_REVISION=0-rc3
+PKG_REVISION=0
 PKG_BUILD=1
index e700d030418156dd75bb9be3ee1411261c45bfa8..16f3f68baf31c0766e5fc02e122a37e455336520 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs], [4.2.0-rc3])
+AC_INIT([xfsprogs], [4.2.0])
 AC_PREREQ(2.50)
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
index d519861c48c1b103c8261675d90a98f8078953aa..801e1160a841acc227691a1d1590283e840ddec2 100644 (file)
@@ -1,3 +1,9 @@
+xfsprogs (4.2.0) unstable; urgency=low
+
+  * New upstream release
+
+ -- Nathan Scott <nathans@debian.org>  Mon, 07 Sep 2015 10:13:54 +1000
+
 xfsprogs (3.2.4) unstable; urgency=low
 
   * New upstream release
index 8b0ebe2cbc0712295527675d9c83e524ef9a2f63..4138214db25537e4a71fa941e52c2d9344eede3c 100644 (file)
@@ -1,3 +1,12 @@
+xfsprogs-4.2.0 (7 Sep 2015)
+       - repair: fix crashes due to missing geometry pointer (Eric Sandeen)
+       - repair: fix node handling on large attribute btrees (Brian Foster)
+       - repair: attribute block header verification fixes (Darrick Wong)
+       - libxfs: more error negation fixes (Darrick Wong)
+       - libxfs: cancelled readahead buffer state initialisation fixes
+         (Darrick Wong)
+       - build: include/xfs header path fix (Lucas Stach)
+
 xfsprogs-4.2.0-rc3 (25 Aug 2015)
        - xfs_repair: directory verification fixes (Darrick Wong)
        - libxfs: errno negation fixes (Darrick Wong)