From a82a069c9770019bce0fe695e2b1f1d76139a52c Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Sat, 23 Apr 2016 09:48:15 -0700 Subject: [PATCH] Released 2.9.6 --- AUTHORS | 1 + ChangeLog | 6 ++++++ configure.ac | 2 +- lib/Makefile.am | 2 +- 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 Roland Bauerschmidt Sebastian Pipping therealneworld@gmail.com +Winfried Koehler 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 -- 2.30.2