Released 3.8.0 fuse-3.8.0
authorNikolaus Rath <Nikolaus@rath.org>
Sun, 3 Nov 2019 09:53:39 +0000 (09:53 +0000)
committerNikolaus Rath <Nikolaus@rath.org>
Sun, 3 Nov 2019 09:53:39 +0000 (09:53 +0000)
AUTHORS
ChangeLog.rst
meson.build

diff --git a/AUTHORS b/AUTHORS
index 1e81480dfc8bf794cf96cb5546ec249f234ded98..2bee369b40d7a6ebb82117771497a05f46b6db61 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -54,6 +54,7 @@ David Sheets <sheets@alum.mit.edu>
 divinity76 <divinity76@gmail.com>
 DrDaveD <2129743+DrDaveD@users.noreply.github.com>
 Dr. David Alan Gilbert <dgilbert@redhat.com>
+Emily Herbert <emilyherbert@cs.umass.edu>
 Emmanuel Dreyfus <manu@netbsd.org>
 Enke Chen <enkechen@yahoo.com>
 Eric Engestrom <eric@engestrom.ch>
@@ -136,3 +137,4 @@ Valentin Plugaru <valentin.plugaru@uni.lu>
 Vivek Goyal <vgoyal@redhat.com>
 William Woodruff <william@yossarian.net>
 Winfried Koehler <w_scan@gmx-topmail.de>
+Yuri Per <yuri@acronis.com>
index a37b63f481a48382f13b85d35530f1f470a3ba40..a99f11df2f190e0ead6537e3f7b8111a61b431d6 100644 (file)
@@ -1,5 +1,5 @@
-Unreleased Changes
-==================
+libfuse 3.8.0 (2019-11-03)
+==========================
 
 * Added support for FUSE_LSEEK operation which can be used to report holes
   in sparse files.
index b71baba36490c4aeb475b0b15bc09debf806152d..0f1a77f7f1f02b301e2a5bd0e51b131f525f6961 100644 (file)
@@ -1,4 +1,4 @@
-project('libfuse3', ['cpp', 'c'], version: '3.7.0',
+project('libfuse3', ['cpp', 'c'], version: '3.8.0',
         meson_version: '>= 0.42',
         default_options: [ 'buildtype=debugoptimized' ])