Skip to content

Commit

Permalink
Released 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikratio committed Jul 8, 2017
1 parent af31551 commit ff6194b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Bill Zissimopoulos <[email protected]>
Chris Wolfe <[email protected]>
gala <[email protected]>
George Vlahavas <[email protected]>
Jakub Jelen <[email protected]>
Julio Merino <[email protected]>
Julio Merino <[email protected]>
Mike Kelly <[email protected]>
Expand All @@ -30,4 +31,5 @@ Nikolaus Rath <[email protected]>
Percy Jahn <[email protected]>
Qais Patankar <[email protected]>
Rian Hunter <[email protected]>
tpoindessous <[email protected]>
Zoltan Kuscsik <[email protected]>
4 changes: 2 additions & 2 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Unreleased Changes
------------------
Release 3.0.0 (2017-07-08)
--------------------------

* sshfs now requires libfuse 3.1.0 or newer.
* When supported by the kernel, sshfs now uses writeback caching.
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT(sshfs, 2.9)
AC_INIT(sshfs, 3.0.0)
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)
Expand All @@ -17,7 +17,7 @@ case "$target_os" in
esac

export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH
PKG_CHECK_MODULES([SSHFS], [fuse >= 3.1 glib-2.0 gthread-2.0])
PKG_CHECK_MODULES([SSHFS], [fuse3 >= 3.1 glib-2.0 gthread-2.0])
have_fuse_opt_parse=no
oldlibs="$LIBS"
LIBS="$LIBS $SSHFS_LIBS"
Expand Down

0 comments on commit ff6194b

Please sign in to comment.