Released 3.7.0
This commit is contained in:
parent
8340a67b31
commit
a7e1038203
2
AUTHORS
2
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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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' ])
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue