From a9a1cc004675f35df34c68f3e134c2194311943f Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Tue, 1 Mar 2016 08:49:53 -0800 Subject: Released 2.7 --- AUTHORS | 5 ++++- ChangeLog | 8 ++++---- configure.ac | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/AUTHORS b/AUTHORS index 9f05a8f..d0f5529 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 f788ade..f7661b8 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 a91ec3f..65162d4 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) -- cgit v1.2.3