aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-03 09:04:48 -0700
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-03 09:08:58 -0700
commit7667317eef10e32a1b25b9d0abf3e7805e4b8434 (patch)
treee7587da8694d552bfdfc8c83bebc56d57bb37159
parent321af37ee17ca1c821b33efa285ba67e794bc4d5 (diff)
Released 3.0.0pre0
-rw-r--r--AUTHORS9
-rw-r--r--ChangeLog.rst7
-rw-r--r--configure.ac2
-rw-r--r--lib/Makefile.am2
4 files changed, 16 insertions, 4 deletions
diff --git a/AUTHORS b/AUTHORS
index a43c073..b32cc92 100644
--- 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>
diff --git a/ChangeLog.rst b/ChangeLog.rst
index b93cbb9..78f6d51 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -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
diff --git a/configure.ac b/configure.ac
index db5852b..39bddc7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 69e9dc5..e7f6fd4 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -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