aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@sandeen.net>2022-05-04 15:06:31 -0400
committerEric Sandeen <sandeen@sandeen.net>2022-05-04 15:06:31 -0400
commitafe6c94368623c45fad236d43b74f3df36b8159c (patch)
tree8f9ee957b65c13852310e2c321aab53783527908
parent8804eaced35c075fe9c25ca5a5ffe9289502feb3 (diff)
downloadxfsprogs-dev-afe6c94368623c45fad236d43b74f3df36b8159c.tar.gz
xfsprogs: Release v5.16.0v5.16.0
Update all the necessary files for a 5.16.0 release. Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
-rw-r--r--VERSION2
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog11
-rw-r--r--doc/CHANGES8
4 files changed, 18 insertions, 5 deletions
diff --git a/VERSION b/VERSION
index 6ecb348257..de91209e5e 100644
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
#
PKG_MAJOR=5
PKG_MINOR=16
-PKG_REVISION=0-rc0
+PKG_REVISION=0
PKG_BUILD=1
diff --git a/configure.ac b/configure.ac
index 28399fdacb..3e7563f907 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs], [5.16.0-rc0], [linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs], [5.16.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 5670b08528..af21bce1af 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+xfsprogs (5.16.0-1) unstable; urgency=medium
+
+ * New upstream release
+
+ [ Bastian Germann ]
+ * debian: Generate .gitcensus instead of .census (Closes: #999743)
+
+ -- Nathan Scott <nathans@debian.org> Wed, 04 May 2022 14:50:48 -0400
+
xfsprogs (5.15.0-1) unstable; urgency=medium
* New upstream release
@@ -7,7 +16,7 @@ xfsprogs (5.15.0-1) unstable; urgency=medium
xfsprogs (5.14.2-1) unstable; urgency=medium
* New upstream release
- - Move rogue fallthrough macro out of linux.h (Closes: #1000974)
+ * Move rogue fallthrough macro out of linux.h (Closes: #1000974)
-- Nathan Scott <nathans@debian.org> Mon, 06 Dec 2021 14:26:57 -0500
diff --git a/doc/CHANGES b/doc/CHANGES
index b2d2598757..3833d45a9a 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,7 +1,11 @@
-xfsprogs-5.16.0-rc0 (28 Apr 2022)
+xfsprogs-5.16.0 (04 May 2022)
+ - libxfs: remove kernel stubs from xfs_shared.h (Eric Sandeen)
+ - debian: Generate .gitcensus instead of .census (Bastian Germann))
+
+xfsprogs-5.16.0-rc0 (28 Apr 2022)
- libxfs changes merged from kernel 5.16
-xfsprogs-5.15.0 (06 Apr 2022)
+xfsprogs-5.15.0 (06 Apr 2022)
- mkfs: increase the min log size to 64MB when possible (Eric Sandeen)
- xfs_scrub: retry items that are ok except for XFAIL (Darrick J. Wong)
- xfs_scrub: fix xfrog_scrub_metadata error reporting (Darrick J. Wong)