aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@sandeen.net>2022-06-03 15:18:59 -0400
committerEric Sandeen <sandeen@sandeen.net>2022-06-03 15:18:59 -0400
commit8c642e6fd8d48bc27cd70c3dca8b51a8e9a641e6 (patch)
treedbc3af982c5445485c7a1977ebbf86312c91e4a7
parent1a35c8dff6654d901a96123a7b316265d9e9f941 (diff)
downloadxfsprogs-dev-8c642e6fd8d48bc27cd70c3dca8b51a8e9a641e6.tar.gz
xfsprogs: Release v5.18.0v5.18.0
Update all the necessary files for a 5.18.0 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/CHANGES3
4 files changed, 11 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 488102e2b2..dbc2e9c074 100644
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
#
PKG_MAJOR=5
PKG_MINOR=18
-PKG_REVISION=0-rc1
+PKG_REVISION=0
PKG_BUILD=1
diff --git a/configure.ac b/configure.ac
index 02afd8050a..03f68cacb9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs],[5.18.0-rc1],[linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs],[5.18.0],[linux-xfs@vger.kernel.org])
AC_PREREQ([2.69])
AC_CONFIG_AUX_DIR([.])
AC_CONFIG_MACRO_DIR([m4])
diff --git a/debian/changelog b/debian/changelog
index af21bce1af..342c346c42 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xfsprogs (5.18.0-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Nathan Scott <nathans@debian.org> Fri, 03 Jun 2022 15:18:30 -0400
+
xfsprogs (5.16.0-1) unstable; urgency=medium
* New upstream release
diff --git a/doc/CHANGES b/doc/CHANGES
index 174ab98e34..bfc3e3c858 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,3 +1,6 @@
+xfsprogs-5.18.0 (03 Jun 2022)
+ - xfsprogs: more autoconf modernisation (Darrick J. Wong)
+
xfsprogs-5.18.0-rc1 (27 May 2022)
- mkfs: Fix memory leak (Pavel Reichl)
- mkfs: don't trample the gid set in the protofile (Darrick J. Wong)