Released fuse-3.16.2 fuse-3.16.2
authorNikolaus Rath <Nikolaus@rath.org>
Tue, 10 Oct 2023 07:38:49 +0000 (08:38 +0100)
committerNikolaus Rath <Nikolaus@rath.org>
Tue, 10 Oct 2023 07:38:49 +0000 (08:38 +0100)
AUTHORS
ChangeLog.rst
dev-docs/release-process.md
meson.build

diff --git a/AUTHORS b/AUTHORS
index b6b5253a78310748a934557f21978b0db1ac2786..c3b2e9d66ba7f843ec499708dd74bafdf7b472f3 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -69,6 +69,7 @@ Daniel Thau <danthau@bedrocklinux.org>
 David Galeano <davidgaleano@gmail.com>
 David McNab <david@rebirthing.co.nz>
 David Sheets <sheets@alum.mit.edu>
+dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
 Dharmendra singh <dsingh@ddn.com>
 Dharmendra Singh <dsingh@ddn.com>
 divinity76 <divinity76@gmail.com>
@@ -156,8 +157,10 @@ Miklos Szeredi <mszeredi@suse.cz>
 Miklos Szeredi <szmi@users.noreply.github.com>
 Misono Tomohiro <misono.tm@gmail.com>
 mkmm@gmx-topmail.de <mkmm@gmx-topmail.de>
+mrdvdrm <mrdvdrm@gmail.com>
 Natanael Copa <ncopa@alpinelinux.org>
 Niels de Vos <ndevos@redhat.com>
+Nikola Petrov <73067824+Petrov22Nikola@users.noreply.github.com>
 Nikolaus Rath <Nikolaus@rath.org>
 Nozomi Miyamori <99280467+nm004@users.noreply.github.com>
 Oded Arbel <oded@geek.co.il>
index 698e2dc2a311b27920c8cee34f84bf483383cd6c..cab3e81f45867acaccd63e3ed403c5c430ce971b 100644 (file)
@@ -1,3 +1,8 @@
+libfuse 3.16.2 (2023-10-10)
+===========================
+
+* Various small fixes and improvements.
+
 libfuse 3.16.1 (2023-08-08)
 ===========================
 
index 53b21cdf841669db0ec2feaf2455388a7ae36ac4..c466d947a1ecd41c2575efa5de8777b534d4881c 100644 (file)
@@ -1,9 +1,6 @@
 Release Process
 ===============
 
-NOTE: Before releasing 3.17.1, we *must* release at least 3.16.2, because the
-signify/fuse-3.17.pub was accidentally not included in the 3.16.1 release tarball.
-
 * `set TAG fuse-A.B.C`
 * Update version in
   * `ChangeLog.rst`
index b447055e79350706ed2079096ee7c864743b32b9..042c19c221313f72c437d025542ca6b116cb4300 100644 (file)
@@ -1,4 +1,4 @@
-project('libfuse3', ['c'], version: '3.16.1',
+project('libfuse3', ['c'], version: '3.16.2',
         meson_version: '>= 0.51',
         default_options: [
             'buildtype=debugoptimized',