From 28f55ccc9c768d93af14399fd945e5929d05073f Mon Sep 17 00:00:00 2001 From: Dave Chinner Date: Mon, 7 Sep 2015 10:14:31 +1000 Subject: [PATCH] xfsprogs: Release v4.2.0 Update all the release files for a 4.2.0 release. Signed-off-by: Dave Chinner --- VERSION | 2 +- configure.ac | 2 +- debian/changelog | 6 ++++++ doc/CHANGES | 9 +++++++++ 4 files changed, 17 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 04de50d27..52e84d9c7 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=4 PKG_MINOR=2 -PKG_REVISION=0-rc3 +PKG_REVISION=0 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index e700d0304..16f3f68ba 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/debian/changelog b/debian/changelog index d519861c4..801e1160a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (4.2.0) unstable; urgency=low + + * New upstream release + + -- Nathan Scott Mon, 07 Sep 2015 10:13:54 +1000 + xfsprogs (3.2.4) unstable; urgency=low * New upstream release diff --git a/doc/CHANGES b/doc/CHANGES index 8b0ebe2cb..4138214db 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -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) -- 2.47.2