Skip to content

Commit a7e1038

Browse files
committed
Released 3.7.0
1 parent 8340a67 commit a7e1038

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

AUTHORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,15 @@ Brandon Carter <b-carter@users.noreply.github.com>
2323
Chris Wolfe <cwolfe@chromium.org>
2424
Clayton G. Hobbs <clay@lakeserv.net>
2525
Daniel Lublin <daniel@lublin.se>
26+
Dominique Martinet <asmadeus@codewreck.org>
2627
DrDaveD <2129743+DrDaveD@users.noreply.github.com>
2728
gala <gala132@users.noreply.github.com>
2829
Galen Getsov <4815620+ggetsov@users.noreply.github.com>
2930
George Vlahavas <vlahavas@gmail.com>
3031
G.raud Meyer <graud@gmx.com>
3132
harrim4n <git@harrim4n.com>
3233
Jakub Jelen <jjelen@redhat.com>
34+
jeg139 <54814784+jeg139@users.noreply.github.com>
3335
Josh Triplett <josh@joshtriplett.org>
3436
Julio Merino <jmmv@google.com>
3537
Julio Merino <jmmv@meroh.net>

ChangeLog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Unreleased Changes
2-
------------------
1+
Release 3.7.0 (2020-01-03)
2+
--------------------------
33

44
* New max_conns option enables the use of multiple connections to improve responsiveness
55
during large file transfers. Thanks to Timo Savola for doing most of the implementation

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('sshfs', 'c', version: '3.6.0',
1+
project('sshfs', 'c', version: '3.7.0',
22
meson_version: '>= 0.40',
33
default_options: [ 'buildtype=debugoptimized' ])
44

0 commit comments

Comments
 (0)