aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@redhat.com>2018-02-26 19:50:56 -0600
committerEric Sandeen <sandeen@redhat.com>2018-02-26 19:50:56 -0600
commit4bfc773dea23bc845fb48159a1a5e873d241d593 (patch)
tree9c135a1361be74c892b50abd4fa6404dc25fae0f
parent4f35436ef1b45d3233a90223b2d32d9a6c8d0a16 (diff)
downloadxfsprogs-dev-4bfc773dea23bc845fb48159a1a5e873d241d593.tar.gz
xfsprogs: Release v4.15.1v4.15.1
Update all the necessary files for a 4.15.1 release. Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
-rw-r--r--VERSION2
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog6
-rw-r--r--doc/CHANGES5
4 files changed, 13 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 38bcbb007a..4d0c8902e8 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 7d5b707a19..3a0ab184af 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 f230230732..6c125bb881 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xfsprogs (4.15.1-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Nathan Scott <nathans@debian.org> 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 e8b9b578b2..3a94d60f78 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)