summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2016-04-23 09:48:15 -0700
committerNikolaus Rath <Nikolaus@rath.org>2016-04-23 09:48:15 -0700
commita82a069c9770019bce0fe695e2b1f1d76139a52c (patch)
tree702e23fd7b28d0e42c7cc8b08d6ce8922ebf3a36
parent85f3ff439c5b35786160c79b34e0efb4a60b51d3 (diff)
downloadfuse-a82a069c9770019bce0fe695e2b1f1d76139a52c.tar.gz
Released 2.9.6fuse-2.9.6
-rw-r--r--AUTHORS1
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
-rw-r--r--lib/Makefile.am2
4 files changed, 9 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index a43c073..c5ad56c 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -50,3 +50,4 @@ Riku Voipio <riku.voipio@linaro.org>
Roland Bauerschmidt <rb@debian.org>
Sebastian Pipping <sebastian@pipping.org>
therealneworld@gmail.com <therealneworld@gmail.com>
+Winfried Koehler <w_scan@gmx-topmail.de>
diff --git a/ChangeLog b/ChangeLog
index 7000730..18358dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+FUSE 2.9.6 (2016-04-23)
+=======================
+
+* Tarball now includes documentation.
+* Shared-object version has now been bumped correctly.
+
FUSE 2.9.5 (2016-01-14)
=======================
diff --git a/configure.ac b/configure.ac
index f2bc3d8..7bad7f5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(fuse, 2.9.5)
+AC_INIT(fuse, 2.9.6)
AC_PREREQ(2.59d)
AC_CONFIG_MACRO_DIR([m4])
diff --git a/lib/Makefile.am b/lib/Makefile.am
index c3a2ab9..e2fb6a2 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -37,7 +37,7 @@ libfuse_la_SOURCES = \
$(iconv_source) \
$(mount_source)
-libfuse_la_LDFLAGS = -pthread @libfuse_libs@ -version-number 2:9:4 \
+libfuse_la_LDFLAGS = -pthread @libfuse_libs@ -version-number 2:9:6 \
-Wl,--version-script,$(srcdir)/fuse_versionscript
if NETBSD