diff options
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | ChangeLog.rst | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 8 insertions, 3 deletions
@@ -21,6 +21,7 @@ Anatol Pomozov <anatol.pomozov@gmail.com> Antonio SJ Musumeci <trapexit@spawn.link> bobrofon <ifbossfor@ya.ru> Christopher Harrison <ch12@sanger.ac.uk> +Consus <consus@gmx.com> Csaba Henk <csaba.henk@creo.hu> cvs2git <> Dalvik Khertel <khertel@outlook.com> @@ -44,6 +45,7 @@ Madan Valluri <mvalluri@cumulus-systems.com> Mark Glines <mark@glines.org> Max Krasnyansky <maxk@kernel.org> Michael Grigoriev <mag@luminal.org> +Mihail Konev <k.mvc@ya.ru> Miklos Szeredi <miklos@szeredi.hu> Miklos Szeredi <mszeredi@suse.cz> mkmm@gmx-topmail.de <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 |