aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2017-08-06 12:38:50 +0200
committerNikolaus Rath <Nikolaus@rath.org>2017-08-06 12:38:50 +0200
commit5d64c08f698c12d3418b47103ac4bcf5a7747800 (patch)
treec28999ceca3aa5709bd9ee31bd50dc3db503ada3
parent586ad60414ba774a8fbd9dbc5609faa3821a7a4a (diff)
downloadsshfs-5d64c08f698c12d3418b47103ac4bcf5a7747800.tar
sshfs-5d64c08f698c12d3418b47103ac4bcf5a7747800.tar.gz
sshfs-5d64c08f698c12d3418b47103ac4bcf5a7747800.tar.bz2
sshfs-5d64c08f698c12d3418b47103ac4bcf5a7747800.zip
Released 3.2.0sshfs-3.2.0
-rw-r--r--AUTHORS1
-rw-r--r--ChangeLog.rst6
-rw-r--r--configure.ac2
3 files changed, 5 insertions, 4 deletions
diff --git a/AUTHORS b/AUTHORS
index 9dcc409..901239b 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -21,6 +21,7 @@ Bill Zissimopoulos <billziss@navimatics.com>
Chris Wolfe <cwolfe@chromium.org>
gala <gala132@users.noreply.github.com>
George Vlahavas <vlahavas@gmail.com>
+harrim4n <git@harrim4n.com>
Jakub Jelen <jjelen@redhat.com>
Julio Merino <jmmv@google.com>
Julio Merino <jmmv@meroh.net>
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 973d86b..858d247 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,8 +1,8 @@
-Unreleased Changes
-------------------
+Release 3.2.0 (2017-08-06)
+--------------------------
* Re-enabled writeback cache.
-* SSHFS now supports O_APPEND.
+* SSHFS now supports O_APPEND.
Release 3.1.0 (2017-08-04)
--------------------------
diff --git a/configure.ac b/configure.ac
index 67fe5e1..d3af91e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(sshfs, 3.1.0)
+AC_INIT(sshfs, 3.2.0)
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)