aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS3
-rw-r--r--ChangeLog12
-rw-r--r--configure.ac2
3 files changed, 13 insertions, 4 deletions
diff --git a/AUTHORS b/AUTHORS
index eb91f30..c89de97 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -16,6 +16,8 @@ Contributors (autogenerated list)
Alan Jenkins <alan.christopher.jenkins@gmail.com>
Alexander Neumann <alexander@bumpern.de>
Benjamin Fleischer <fleiben@gmail.com>
+Berserker <berserker.troll@yandex.com>
+Bill Zissimopoulos <billziss@navimatics.com>
Chris Wolfe <cwolfe@chromium.org>
gala <gala132@users.noreply.github.com>
George Vlahavas <vlahavas@gmail.com>
@@ -28,3 +30,4 @@ Nikolaus Rath <Nikolaus@rath.org>
Percy Jahn <email@percyjahn.de>
Qais Patankar <qaisjp@gmail.com>
Rian Hunter <rian@alum.mit.edu>
+Zoltan Kuscsik <zoltan.kuscsik@linaro.org>
diff --git a/ChangeLog b/ChangeLog
index 98a2c9c..4644ae8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,16 @@
-Release 2.7 (2016-06-22)
+Release 2.9 (2017-04-17)
+------------------------
+
+* Improved support for Cygwin.
+* Various small bugfixes.
+
+Release 2.8 (2016-06-22)
------------------------
* Added support for the "fsync" extension.
-* Fixed a build problem with bitbake
+* Fixed a build problem with bitbake
-Release 2.6 (2016-03-01)
+Release 2.7 (2016-03-01)
------------------------
* Integrated osxfuse's copy of sshfs, which means that sshfs now works
diff --git a/configure.ac b/configure.ac
index 7c0cdd1..f33bb1b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(sshfs, 2.8)
+AC_INIT(sshfs, 2.9)
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)