From 25babb5524cf4dd4624045129b127b95add08255 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Sun, 26 Feb 2017 14:03:31 -0600 Subject: [PATCH] xfsprogs: Release v4.10.0 Update all the necessary files for a 4.10.0 release. Signed-off-by: Eric Sandeen --- VERSION | 2 +- configure.ac | 2 +- debian/changelog | 6 ++++++ doc/CHANGES | 18 ++++++++++++++++++ 4 files changed, 26 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 4fb1c9644..b077a1f2f 100644 --- a/VERSION +++ b/VERSION @@ -2,6 +2,6 @@ # This file is used by configure to get version information # PKG_MAJOR=4 -PKG_MINOR=9 +PKG_MINOR=10 PKG_REVISION=0 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index 1506b5eb6..491be20d7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [4.9.0], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [4.10.0], [linux-xfs@vger.kernel.org]) AC_PREREQ(2.50) AC_CONFIG_AUX_DIR([.]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/debian/changelog b/debian/changelog index 05b509230..e54a058db 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (4.10.0) unstable; urgency=low + + * New upstream release + + -- Nathan Scott Sun, 26 Feb 2017 14:02:20 -0600 + xfsprogs (4.9.0) unstable; urgency=low * New upstream release diff --git a/doc/CHANGES b/doc/CHANGES index 6b4102977..9ba8d4266 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,21 @@ +xfsprogs-4.10.0 (6 Feb 2017) + - build: fix __bitwise definitions vs kernel headers (Darrick Wong) + +xfsprogs-4.10.0-rc1 (15 Feb 2017) + - build: fix cross-compile (Gwendal Grignou) + - remove old Irix support (Christoph Hellwig) + - xfs_repair: various additional checks (Darrick Wong) + - xfs_repair: document dirty log conditions (Darrick Wong) + - xfs_repair: document exit codes (Zirong Lang) + - xfs_io: fix building with musl (Ralph Sennhauser) + - xfs_io: add set_encpolicy / get_encpolicy (Eric Biggers) + - xfs_io: Fix command iteration (Dave Chinner) + - xfs_io: fix missing syncfs command (Amir Goldstein) + - xfs_db: fix 'source' command when passed as a -c option (Darrick Wong) + - xfs_logprint: handle log operation split of inode item (Hou Tao) + - xfs_metadump: ignore empty attribute leaf (Eric Sandeen) + - libxfs: don't OOM on corrupt agcount (Darrick Wong) + xfsprogs-4.9.0 (5 Jan 2017) - no changes from v4.9.0-rc1 -- 2.47.2