aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@redhat.com>2017-09-26 20:45:05 -0500
committerEric Sandeen <sandeen@redhat.com>2017-09-26 20:45:05 -0500
commitd4a36331dc383c7c7747e244b3ae20155ae92c98 (patch)
tree5b42022e8048ee6d1d8ce7b0a3b44848f836cd73
parentefe512176ca32ca08dfb0d2497ae8d9a4990f21e (diff)
downloadxfsprogs-dev-d4a36331dc383c7c7747e244b3ae20155ae92c98.tar.gz
xfsprogs: Release v4.13.1HEADv4.13.1master
Update all the necessary files for a 4.13.1 release. Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
-rw-r--r--VERSION2
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog10
-rw-r--r--doc/CHANGES3
4 files changed, 13 insertions, 4 deletions
diff --git a/VERSION b/VERSION
index 41cee12814..fb4b5b8ead 100644
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
#
PKG_MAJOR=4
PKG_MINOR=13
-PKG_REVISION=0
+PKG_REVISION=1
PKG_BUILD=1
diff --git a/configure.ac b/configure.ac
index 4dbd9423ff..4161c3b4dc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs], [4.13.0], [linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs], [4.13.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 57e03182e7..57f587d025 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,14 +1,20 @@
+xfsprogs (4.13.1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Nathan Scott <nathans@debian.org> Tue, 26 Sep 2017 20:42:32 -0500
+
xfsprogs (4.13.0) unstable; urgency=low
* New upstream release
- -- Nathan Scott <nathans@debian.org> Tue, 26 Sep 2017 11:40:08 -0500
+ -- Nathan Scott <nathans@debian.org> Tue, 26 Sep 2017 11:40:08 -0500
xfsprogs (4.12.0) unstable; urgency=low
* New upstream release
- -- Nathan Scott <nathans@debian.org> Thu, 20 Jul 2017 10:54:03 -0500
+ -- Nathan Scott <nathans@debian.org> Thu, 20 Jul 2017 10:54:03 -0500
xfsprogs (4.11.0) unstable; urgency=low
diff --git a/doc/CHANGES b/doc/CHANGES
index 7df4b6a32f..3774e255a8 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,3 +1,6 @@
+xfsprogs-4.13.1 (26 Sep 2017)
+ - fix global array overrun in mkfs (Darrick Wong)
+
xfsprogs-4.13.0 (26 Sep 2017)
- no changes from v4.13.0-rc2