Released 3.0.0pre0 fuse-3.0.0pre0
authorNikolaus Rath <Nikolaus@rath.org>
Mon, 3 Oct 2016 16:04:48 +0000 (09:04 -0700)
committerNikolaus Rath <Nikolaus@rath.org>
Mon, 3 Oct 2016 16:08:58 +0000 (09:08 -0700)
AUTHORS
ChangeLog.rst
configure.ac
lib/Makefile.am

diff --git a/AUTHORS b/AUTHORS
index a43c07329423bb84c96be0ba2dee0bc259475e7b..b32cc92a2132666b717091a078c2534c63998351 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -16,19 +16,26 @@ Contributors
 CUSE has been written by Tejun Heo <teheo@suse.de>. Furthermore, the
 following people have contributed patches (autogenerated list):
 
+Alex Richman <alex@richman.io>
 Anatol Pomozov <anatol.pomozov@gmail.com>
+Antonio SJ Musumeci <trapexit@spawn.link>
+bobrofon <ifbossfor@ya.ru>
 Christopher Harrison <ch12@sanger.ac.uk>
 Csaba Henk <csaba.henk@creo.hu>
 cvs2git <>
 Dalvik Khertel <khertel@outlook.com>
 Daniel Thau <danthau@bedrocklinux.org>
 David McNab <david@rebirthing.co.nz>
+David Sheets <sheets@alum.mit.edu>
 Emmanuel Dreyfus <manu@netbsd.org>
 Enke Chen <enkechen@yahoo.com>
+Eric Engestrom <eric@engestrom.ch>
 Eric Wong <normalperson@yhbt.net>
 Fabrice Bauzac <fbauzac@amadeus.com>
 Feng Shuo <steve.shuo.feng@gmail.com>
+Hendrik Brueckner <brueckner@linux.vnet.ibm.com>
 Ikey Doherty <michael.i.doherty@intel.com>
+Jan Blumschein <jan@jan-blumschein.de>
 Joachim Schiele <joachim.schiele@daimler.com>
 Joachim Schiele <js@lastlog.de>
 John Muir <john@jmuir.com>
@@ -48,5 +55,7 @@ Reuben Hawkins <reubenhwk@gmail.com>
 Richard W.M. Jones <rjones@redhat.com>
 Riku Voipio <riku.voipio@linaro.org>
 Roland Bauerschmidt <rb@debian.org>
+Sam Stuewe <halosghost@archlinux.info>
 Sebastian Pipping <sebastian@pipping.org>
 therealneworld@gmail.com <therealneworld@gmail.com>
+Winfried Koehler <w_scan@gmx-topmail.de>
index b93cbb91a2a9e0734ddd685a7356ee33771e4f20..78f6d5183df39c8ef29e1db7a8e628c43909ccd4 100644 (file)
@@ -1,5 +1,8 @@
-Unreleased Changes
-==================
+FUSE 3.0.0pre0 (2016-10-03)
+============================
+
+* This is a preview release. Functionality and API may still change
+  before the 3.0.0 release.
 
 * The `fuse_lowlevel_new` function has been renamed to
   `fuse_session_new` and no longer interprets the --version or --help
index db5852b0b84afc129ee8c488f5711517a1bc4714..39bddc7ae4bcc57c4dc5a797094016dff69f5584 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT(fuse, 3.0.0_pre0)
+AC_INIT(fuse, 3.0.0pre0)
 AC_PREREQ(2.59d)
 AC_CONFIG_MACRO_DIR([m4])
 AC_CANONICAL_TARGET
index 69e9dc5fbd0e364086901569be0f686ac8ffbb9f..e7f6fd40a5a2a7118e3507396ee8aeb864812ab0 100644 (file)
@@ -33,7 +33,7 @@ libfuse3_la_SOURCES =         \
        $(iconv_source)         \
        $(mount_source)
 
-libfuse3_la_LDFLAGS = -pthread @libfuse_libs@ -version-number 0:0:0 \
+libfuse3_la_LDFLAGS = -pthread @libfuse_libs@ -version-number 3:0:0 \
        -Wl,--version-script,$(srcdir)/fuse_versionscript
 
 if NETBSD