From: Nikolaus Rath Date: Fri, 28 Oct 2016 18:58:01 +0000 (-0700) Subject: Released 3.0.0rc1 X-Git-Tag: fuse-3.0.0rc1 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4964c2137e0f1688dafd1f01b9379c59d044545c;p=qemu-gpiodev%2Flibfuse.git Released 3.0.0rc1 --- diff --git a/AUTHORS b/AUTHORS index b32cc92..fb50894 100644 --- a/AUTHORS +++ b/AUTHORS @@ -21,6 +21,7 @@ Anatol Pomozov Antonio SJ Musumeci bobrofon Christopher Harrison +Consus Csaba Henk cvs2git <> Dalvik Khertel @@ -44,6 +45,7 @@ Madan Valluri Mark Glines Max Krasnyansky Michael Grigoriev +Mihail Konev Miklos Szeredi Miklos Szeredi mkmm@gmx-topmail.de diff --git a/ChangeLog.rst b/ChangeLog.rst index 65df8a5..a849be4 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,5 +1,8 @@ -Unreleased Changes -================== +FUSE 3.0.0-rc1 (2016-10-28) +=========================== + +This is a release candidate. Functionality and API will correspond +to the final release unless any serious bugs are discovered. * Added a `max_read` field to `struct fuse_conn_info`. For the time being, the maximum size of read requests has to be specified both diff --git a/configure.ac b/configure.ac index 7482f8a..2eb932f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(fuse, 3.0.0pre0) +AC_INIT(fuse, 3.0.0rc1) AC_PREREQ(2.59d) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_TARGET