aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@sandeen.net>2019-12-20 16:47:12 -0500
committerEric Sandeen <sandeen@redhat.com>2019-12-20 16:47:12 -0500
commit0cfb2952319d237f1d079097810546f24e3883bf (patch)
tree8b0efe3801e4646c48dd2b932a3aad562b1c6a1c
parenta4e8b806d02fdb3b74b6d60546093f88f010f3b9 (diff)
downloadxfsprogs-dev-master.tar.gz
xfsprogs: Release v5.4.0HEADmasterfor-next
Update all the necessary files for a 5.4.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 adc123c9e9..27694a169f 100644
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
#
PKG_MAJOR=5
PKG_MINOR=4
-PKG_REVISION=0-rc1
+PKG_REVISION=0
PKG_BUILD=1
diff --git a/configure.ac b/configure.ac
index 54feb80048..98a35809c1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs], [5.4.0-rc1], [linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs], [5.4.0], [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 7dcfd5389d..d19b18601e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xfsprogs (5.4.0-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Nathan Scott <nathans@debian.org> Fri, 20 Dec 2019 15:43:02 -0600
+
xfsprogs (5.4.0-rc1-1) unstable; urgency=low
* New upstream pre-release
diff --git a/doc/CHANGES b/doc/CHANGES
index f8c7ca61cd..ffb29f62d4 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,3 +1,6 @@
+xfsprogs-5.4.0 (20 Dec 2019)
+ - No further changes
+
xfsprogs-5.4.0-rc1 (17 Dec 2019)
- mkfs.xfs: Notify about discard & make it interruptable (Pavel Reichl)
- xfs_admin: support external log devices (Darrick Wong)