diff options
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | ChangeLog.rst | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 5 insertions, 4 deletions
@@ -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) |