aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2016-11-06 22:00:30 -0800
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-11-06 22:00:30 -0800
commitd0b377c9afde0ebc8f5d2c0be4d124912f3606c1 (patch)
tree421f1ad9d26fc01dadc983192e7c1efb9f84e002
parent16a24c0d8eb49b1408c2eb4fa1c59358d5c9201a (diff)
Released 3.0.0-rc2
-rw-r--r--AUTHORS1
-rw-r--r--ChangeLog.rst4
-rw-r--r--configure.ac2
3 files changed, 4 insertions, 3 deletions
diff --git a/AUTHORS b/AUTHORS
index fb50894..63fa8a8 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -28,6 +28,7 @@ Dalvik Khertel <khertel@outlook.com>
Daniel Thau <danthau@bedrocklinux.org>
David McNab <david@rebirthing.co.nz>
David Sheets <sheets@alum.mit.edu>
+divinity76 <divinity76@gmail.com>
Emmanuel Dreyfus <manu@netbsd.org>
Enke Chen <enkechen@yahoo.com>
Eric Engestrom <eric@engestrom.ch>
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 0a2c503..71e7e23 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,5 +1,5 @@
-Unreleased Changes
-==================
+FUSE 3.0.0-rc2 (2016-11-06)
+===========================
* Fixed documentation of chmod, chown, truncate, utimens and getattr
handlers. The struct fuse_file_info pointer may be NULL even if the
diff --git a/configure.ac b/configure.ac
index 2eb932f..a009c0b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(fuse, 3.0.0rc1)
+AC_INIT(fuse, 3.0.0rc2)
AC_PREREQ(2.59d)
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_TARGET