Update all the necessary files for a 5.16.0 release.
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
#
PKG_MAJOR=5
PKG_MINOR=16
-PKG_REVISION=0-rc0
+PKG_REVISION=0
PKG_BUILD=1
-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])
+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
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
-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)