aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@sandeen.net>2019-12-13 16:21:06 -0500
committerEric Sandeen <sandeen@redhat.com>2019-12-13 16:21:06 -0500
commit6f1df6a36f81941fdaac257b7717484619e2124a (patch)
treea8ac18259161f9c850d9fc406b323353e299a814
parent0f498e72204712d7608210942db023e98aab1180 (diff)
downloadxfsprogs-dev-6f1df6a36f81941fdaac257b7717484619e2124a.tar.gz
xfsprogs: Release v5.4.0-rc0
Update all the necessary files for a 5.4.0-rc0 prerelease. Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
-rw-r--r--VERSION4
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog6
-rw-r--r--doc/CHANGES3
4 files changed, 12 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index 5e384f266f..23f2fe3613 100644
--- a/VERSION
+++ b/VERSION
@@ -2,6 +2,6 @@
# This file is used by configure to get version information
#
PKG_MAJOR=5
-PKG_MINOR=3
-PKG_REVISION=0
+PKG_MINOR=4
+PKG_REVISION=0-rc0
PKG_BUILD=1
diff --git a/configure.ac b/configure.ac
index 444b40d7e8..30b1213bf2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs], [5.3.0], [linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs], [5.4.0-rc0], [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 70d8bb8d72..332215ff4a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xfsprogs (5.4.0-rc0-1) unstable; urgency=low
+
+ * New upstream pre-release
+
+ -- Nathan Scott <nathans@debian.org> Fri, 15 Nov 2019 15:00:00 -0500
+
xfsprogs (5.3.0-1) unstable; urgency=low
* New upstream release
diff --git a/doc/CHANGES b/doc/CHANGES
index d7d4620a38..fff27b4627 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,3 +1,6 @@
+xfsprogs-5.4.0-rc0 (15 Nov 2019)
+ - libxfs changes merged from kernel 5.4
+
xfsprogs-5.3.0 (15 Nov 2019)
- No further changes