From 0b50e26c51d42b3d2a8e0f82c0c1a49f1b5594b5 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Wed, 5 Jul 2023 11:14:33 +0100 Subject: [PATCH] Released fuse-3.15.1 --- ChangeLog.rst | 11 +++++++++++ meson.build | 2 +- signify/.gitignore | 1 + signify/fuse-3.15.pub | 2 ++ signify/fuse-3.16.pub | 2 ++ 5 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 signify/.gitignore create mode 100644 signify/fuse-3.15.pub create mode 100644 signify/fuse-3.16.pub diff --git a/ChangeLog.rst b/ChangeLog.rst index f193806..4515c1b 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,3 +1,14 @@ +libfuse 3.15.1 (2023-07-05) +=========================== + +Future libfuse releases will be signed with `signify`_ rather than PGP (rationale_). This +release is the last to be signed with PGP and contains the signify public key for current +(3.15.X) and upcoming (3.16.X) minor release cycle. + +.. _signify: https://www.openbsd.org/papers/bsdcan-signify.html +.. _rationale: https://latacora.micro.blog/2019/07/16/the-pgp-problem.html + + libfuse 3.15.0 (2023-06-09) =========================== diff --git a/meson.build b/meson.build index 7aa4e0d..489a815 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('libfuse3', ['c'], version: '3.15.0', +project('libfuse3', ['c'], version: '3.15.1', meson_version: '>= 0.51', default_options: [ 'buildtype=debugoptimized', diff --git a/signify/.gitignore b/signify/.gitignore new file mode 100644 index 0000000..3199238 --- /dev/null +++ b/signify/.gitignore @@ -0,0 +1 @@ +*.sec diff --git a/signify/fuse-3.15.pub b/signify/fuse-3.15.pub new file mode 100644 index 0000000..b8c688c --- /dev/null +++ b/signify/fuse-3.15.pub @@ -0,0 +1,2 @@ +untrusted comment: signify public key +RWRsNRJIAGSHE0C6WuVmusQlvudAPlmOOkCw1LbuOLuu+25DuAmPCpDf diff --git a/signify/fuse-3.16.pub b/signify/fuse-3.16.pub new file mode 100644 index 0000000..13fdcb3 --- /dev/null +++ b/signify/fuse-3.16.pub @@ -0,0 +1,2 @@ +untrusted comment: signify public key +RWQtnc3WSoYwHGAdfvtTTVX8RsAXrNwMb8xqVwlY8lYY2Fxn2QUDiPYK -- 2.30.2