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 <[email protected]>
2323
Chris Wolfe <[email protected]>
2424
Clayton G. Hobbs <[email protected]>
2525
Daniel Lublin <[email protected]>
26+
Dominique Martinet <[email protected]>
2627
2728
2829
Galen Getsov <[email protected]>
2930
George Vlahavas <[email protected]>
3031
G.raud Meyer <[email protected]>
3132
3233
Jakub Jelen <[email protected]>
34+
3335
Josh Triplett <[email protected]>
3436
Julio Merino <[email protected]>
3537
Julio Merino <[email protected]>

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)