From: Eric Sandeen Date: Tue, 27 Feb 2018 01:50:56 +0000 (-0600) Subject: xfsprogs: Release v4.15.1 X-Git-Tag: v4.15.1^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4bfc773dea23bc845fb48159a1a5e873d241d593;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v4.15.1 Update all the necessary files for a 4.15.1 release. Signed-off-by: Eric Sandeen --- diff --git a/VERSION b/VERSION index 38bcbb007..4d0c8902e 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=4 PKG_MINOR=15 -PKG_REVISION=0 +PKG_REVISION=1 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index 7d5b707a1..3a0ab184a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [4.15.0], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [4.15.1], [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 f23023073..6c125bb88 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (4.15.1-1) unstable; urgency=low + + * New upstream release + + -- Nathan Scott Mon, 26 Feb 2018 19:45:12 -0600 + xfsprogs (4.15.0-1) unstable; urgency=low * New upstream release diff --git a/doc/CHANGES b/doc/CHANGES index e8b9b578b..3a94d60f7 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,8 @@ +xfsprogs-4.15.1 (26 Feb 2018) + - debian: add build-depends on pkg-config (Darrick Wong) + - debian: don't fail postinst when upgrading chroot (Darrick Wong) + - update Polish translation (Jakub Bogusz) + xfsprogs-4.15.0 (23 Feb 2018) - various debian-related packaging fixes (Nathan Scott)