Released 3.9.0 fuse-3.9.0
authorNikolaus Rath <Nikolaus@rath.org>
Sat, 14 Dec 2019 10:39:13 +0000 (10:39 +0000)
committerNikolaus Rath <Nikolaus@rath.org>
Sat, 14 Dec 2019 10:39:13 +0000 (10:39 +0000)
AUTHORS
ChangeLog.rst
meson.build

diff --git a/AUTHORS b/AUTHORS
index 2bee369b40d7a6ebb82117771497a05f46b6db61..9d4d49b7ab2aba3eda21753149df45c7832a9c4e 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -131,6 +131,7 @@ Stefan Hajnoczi <stefanha@redhat.com>
 Tej Chajed <tchajed@mit.edu>
 tenzap <46226844+tenzap@users.noreply.github.com>
 therealneworld@gmail.com <therealneworld@gmail.com>
+Tomasz Kulasek <34129113+tkulasek@users.noreply.github.com>
 Tomohiro Kusumi <kusumi.tomohiro@gmail.com>
 userwithuid <userwithuid@gmail.com>
 Valentin Plugaru <valentin.plugaru@uni.lu>
index 57bd74381ab63519acb00f502db826abb6baf208..7087e7182ee8751d8fc660933eb396e1b1a4fc0c 100644 (file)
@@ -1,4 +1,4 @@
-Unreleased Changes
+libfuse 3.9.0 (2019-12-14)
 ==========================
 
 * Added support for FUSE_EXPLICIT_INVAL_DATA to enable
index 0f1a77f7f1f02b301e2a5bd0e51b131f525f6961..aad338efab88aa5aafaaae01a2a8c6e199be2a99 100644 (file)
@@ -1,4 +1,4 @@
-project('libfuse3', ['cpp', 'c'], version: '3.8.0',
+project('libfuse3', ['cpp', 'c'], version: '3.9.0',
         meson_version: '>= 0.42',
         default_options: [ 'buildtype=debugoptimized' ])