aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@redhat.com>2019-08-16 13:16:31 -0400
committerEric Sandeen <sandeen@redhat.com>2019-08-16 13:16:31 -0400
commit7c3f1611923194950e2195b070b5faad9c215aa3 (patch)
tree1cf94113b7761ea6bd8e129b4dc28f0a1d99b308
parent85afaac2908ec0b2e6c63db5ad217f9c46daa8da (diff)
downloadxfsprogs-dev-libxfs-5.3-sync.tar.gz
xfsprogs: Release v5.3.0-rc0v5.3.0-rc0libxfs-5.3-sync
Update all the necessary files for a 5.3.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 79b194e549..301f794bff 100644
--- a/VERSION
+++ b/VERSION
@@ -2,6 +2,6 @@
# This file is used by configure to get version information
#
PKG_MAJOR=5
-PKG_MINOR=2
-PKG_REVISION=0
+PKG_MINOR=3
+PKG_REVISION=0-rc0
PKG_BUILD=1
diff --git a/configure.ac b/configure.ac
index eed43caf6b..0a6b4bc3da 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs], [5.2.0], [linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs], [5.3.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 7ed73bd658..51e272f939 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xfsprogs (5.3.0-rc0-1) unstable; urgency=low
+
+ * New upstream pre-release
+
+ -- Nathan Scott <nathans@debian.org> Fri, 16 Aug 2019 12:14:23 -0500
+
xfsprogs (5.2.0-1) unstable; urgency=low
* New upstream release
diff --git a/doc/CHANGES b/doc/CHANGES
index 1939a727a5..d3c268ab6a 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,3 +1,6 @@
+xfsprogs-5.3.0-rc0 (16 Aug 2019)
+ - libxfs changes merged from kernel 5.3
+
xfsprogs-5.2.0 (09 Aug 2019)
- libxfs: cosmetic changes to trans.c to match kernel (Eric Sandeen)