]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v4.16.1 v4.16.1
authorEric Sandeen <sandeen@redhat.com>
Tue, 1 May 2018 02:34:51 +0000 (21:34 -0500)
committerEric Sandeen <sandeen@redhat.com>
Tue, 1 May 2018 02:34:51 +0000 (21:34 -0500)
Update all the necessary files for a 4.16.1 release.

Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
VERSION
configure.ac
debian/changelog
doc/CHANGES

diff --git a/VERSION b/VERSION
index 0e4589671717d31ebedea4ed272d6900089025e0..4fa587dc0d247789c6a5a72d6d2747ae3efb1029 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=4
 PKG_MINOR=16
-PKG_REVISION=0
+PKG_REVISION=1
 PKG_BUILD=1
index 4292431c7725ca1ab4117e61d5b19ddc07360a1a..508eefede0735f21b10f3a78a94b6f863bb7b73c 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs], [4.16.0], [linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs], [4.16.1], [linux-xfs@vger.kernel.org])
 AC_PREREQ(2.50)
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
index 93e781d60551031dbbfecda930cc61a8438b6c84..2923ccd6ee5e6aeb2325b3bbc903f63ba23c296d 100644 (file)
@@ -1,3 +1,10 @@
+xfsprogs (4.16.1-1) unstable; urgency=low
+
+  * New upstream release
+  * Remove bashism in fsck.xfs
+
+ -- Nathan Scott <nathans@debian.org>  Mon, 30 Apr 2018 21:27:59 -0500
+
 xfsprogs (4.16.0-1) unstable; urgency=low
 
   * New upstream release
index 28da6b42da34d0f2f86260fb4b6d7203cabea20e..ddca84705525b5fd5dd5f44294318f1c8464834f 100644 (file)
@@ -1,3 +1,6 @@
+xfsprogs-4.16.1 (30 Apr 2018)
+       - fsck.xfs: remove bashism which may interfere with boot (Eric Sandeen)
+
 xfsprogs-4.16.0 (25 Apr 2018)
        - No further changes