diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2023-10-10 08:38:49 +0100 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2023-10-10 08:38:49 +0100 |
commit | 7a92727d97c10290b3501d86a194738973edb61d (patch) | |
tree | 6f3d4c9e41953c99dcb79d53aa11c524ce99517b | |
parent | f99b7eba4fba7d1a7a8350aab898691acc60ab6f (diff) | |
download | libfuse-7a92727d97c10290b3501d86a194738973edb61d.tar.gz |
Released fuse-3.16.2
-rw-r--r-- | AUTHORS | 3 | ||||
-rw-r--r-- | ChangeLog.rst | 5 | ||||
-rw-r--r-- | dev-docs/release-process.md | 3 | ||||
-rw-r--r-- | meson.build | 2 |
4 files changed, 9 insertions, 4 deletions
@@ -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> diff --git a/ChangeLog.rst b/ChangeLog.rst index 698e2dc..cab3e81 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,3 +1,8 @@ +libfuse 3.16.2 (2023-10-10) +=========================== + +* Various small fixes and improvements. + libfuse 3.16.1 (2023-08-08) =========================== diff --git a/dev-docs/release-process.md b/dev-docs/release-process.md index 53b21cd..c466d94 100644 --- a/dev-docs/release-process.md +++ b/dev-docs/release-process.md @@ -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` diff --git a/meson.build b/meson.build index b447055..042c19c 100644 --- a/meson.build +++ b/meson.build @@ -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', |