diff --git a/AUTHORS b/AUTHORS index 9f05a8f5..d0f55291 100644 --- a/AUTHORS +++ b/AUTHORS @@ -17,10 +17,13 @@ Alan Jenkins Alexander Neumann Benjamin Fleischer Chris Wolfe -Google Inc. +gala +George Vlahavas Julio Merino +Julio Merino Mike Kelly Miklos Szeredi +Miklos Szeredi Nikolaus Rath Percy Jahn Qais Patankar diff --git a/ChangeLog b/ChangeLog index f788ade8..f7661b8c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,5 @@ -Draft notes for upcoming release --------------------------------- +Release 2.6 (2015-03-01) +------------------------ * Integrated osxfuse's copy of sshfs, which means that sshfs now works on OS X out of the box. @@ -8,12 +8,12 @@ Draft notes for upcoming release * Added -o cache_clean_interval=N and -o cache_min_clean_interval=N options to let users tune the cleaning behavior of the cache. -Release 2.7 (2015-01-28) +Release 2.6 (2015-01-28) ------------------------ * New maintainer (Nikolaus Rath ) -Release 2.6 (2014-01-14) +Release 2.5 (2014-01-14) ------------------------ * Some performance improvements for large directories. diff --git a/configure.ac b/configure.ac index a91ec3fc..65162d46 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(sshfs, 2.6) +AC_INIT(sshfs, 2.7) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h)