aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@redhat.com>2018-04-30 21:34:51 -0500
committerEric Sandeen <sandeen@redhat.com>2018-04-30 21:34:51 -0500
commit27c3aeb25d1ef93c63e46443d73503353ba5e1a5 (patch)
tree725c850a398fe433b5078573a0b3b85eee1140a6
parent7a58ab019b250a66287a1c91ba3693fef3e15b77 (diff)
downloadxfsprogs-dev-27c3aeb25d1ef93c63e46443d73503353ba5e1a5.tar.gz
xfsprogs: Release v4.16.1HEADv4.16.1master
Update all the necessary files for a 4.16.1 release. Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
-rw-r--r--VERSION2
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog7
-rw-r--r--doc/CHANGES3
4 files changed, 12 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 0e45896717..4fa587dc0d 100644
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
#
PKG_MAJOR=4
PKG_MINOR=16
-PKG_REVISION=0
+PKG_REVISION=1
PKG_BUILD=1
diff --git a/configure.ac b/configure.ac
index 4292431c77..508eefede0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])
diff --git a/debian/changelog b/debian/changelog
index 93e781d605..2923ccd6ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/doc/CHANGES b/doc/CHANGES
index 28da6b42da..ddca847055 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -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