From: Eric Sandeen Date: Mon, 6 Dec 2021 21:41:57 +0000 (-0500) Subject: xfsprogs: Release v5.14.2 X-Git-Tag: v5.14.2^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0cdc68c3110411d7c3c8a0e3ad064a044fb61ee4;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v5.14.2 Update all the necessary files for a 5.14.2 release. Signed-off-by: Eric Sandeen --- diff --git a/VERSION b/VERSION index 7778d7ffc..cffebfbd8 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=5 PKG_MINOR=14 -PKG_REVISION=1 +PKG_REVISION=2 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index 5b8e902e2..64a16d43d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [5.14.1], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [5.14.2], [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 920380e8c..dcaf30851 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +xfsprogs (5.14.2-1) unstable; urgency=medium + + * New upstream release + - Move rogue fallthrough macro out of linux.h (Closes: #1000974) + + -- Nathan Scott Mon, 06 Dec 2021 14:26:57 -0500 + xfsprogs (5.14.1-1) unstable; urgency=medium * New upstream release diff --git a/doc/CHANGES b/doc/CHANGES index 31118f2ed..d99cf8371 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,6 @@ +xfsprogs-5.14.2 (06 Dec 2021) + - libxfs: move rogue fallthrough macro out of linux.h (Darrick J. Wong) + xfsprogs-5.14.1 (02 Dec 2021) - libxfs: fix atomic64_t for 32-bit architectures (Darrick J. Wong) - libfrog: fix crc32c self test code on cross builds (Darrick J. Wong)