aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS2
-rw-r--r--ChangeLog.rst4
-rw-r--r--meson.build2
3 files changed, 5 insertions, 3 deletions
diff --git a/AUTHORS b/AUTHORS
index c0ea088..5c47d22 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -23,6 +23,7 @@ Brandon Carter <b-carter@users.noreply.github.com>
Chris Wolfe <cwolfe@chromium.org>
Clayton G. Hobbs <clay@lakeserv.net>
Daniel Lublin <daniel@lublin.se>
+Dominique Martinet <asmadeus@codewreck.org>
DrDaveD <2129743+DrDaveD@users.noreply.github.com>
gala <gala132@users.noreply.github.com>
Galen Getsov <4815620+ggetsov@users.noreply.github.com>
@@ -30,6 +31,7 @@ George Vlahavas <vlahavas@gmail.com>
G.raud Meyer <graud@gmx.com>
harrim4n <git@harrim4n.com>
Jakub Jelen <jjelen@redhat.com>
+jeg139 <54814784+jeg139@users.noreply.github.com>
Josh Triplett <josh@joshtriplett.org>
Julio Merino <jmmv@google.com>
Julio Merino <jmmv@meroh.net>
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 6c7c416..a9c3a8e 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,5 +1,5 @@
-Unreleased Changes
-------------------
+Release 3.7.0 (2020-01-03)
+--------------------------
* New max_conns option enables the use of multiple connections to improve responsiveness
during large file transfers. Thanks to Timo Savola for doing most of the implementation
diff --git a/meson.build b/meson.build
index 362abd0..f6bbe51 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('sshfs', 'c', version: '3.6.0',
+project('sshfs', 'c', version: '3.7.0',
meson_version: '>= 0.40',
default_options: [ 'buildtype=debugoptimized' ])