aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
3 files changed, 5 insertions, 4 deletions
diff --git a/AUTHORS b/AUTHORS
index d0f5529..eb91f30 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -27,3 +27,4 @@ Miklos Szeredi <mszeredi@suse.cz>
Nikolaus Rath <Nikolaus@rath.org>
Percy Jahn <email@percyjahn.de>
Qais Patankar <qaisjp@gmail.com>
+Rian Hunter <rian@alum.mit.edu>
diff --git a/ChangeLog b/ChangeLog
index 8ede99f..98a2c9c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,10 @@
-Unreleased Changes
-------------------
+Release 2.7 (2016-06-22)
+------------------------
* Added support for the "fsync" extension.
* Fixed a build problem with bitbake
-Release 2.6 (2015-03-01)
+Release 2.6 (2016-03-01)
------------------------
* Integrated osxfuse's copy of sshfs, which means that sshfs now works
diff --git a/configure.ac b/configure.ac
index ed23d0c..7c0cdd1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(sshfs, 2.7)
+AC_INIT(sshfs, 2.8)
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)