Skip to content

Commit 8059e2c

Browse files
committed
Released 3.7.1
1 parent 9e01ffd commit 8059e2c

3 files changed

Lines changed: 13 additions & 1 deletion

File tree

AUTHORS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,21 @@ Miklos Szeredi <miklos@szeredi.hu> (until 12/2015)
1313
Contributors (autogenerated list)
1414
---------------------------------
1515

16+
1617
Alan Jenkins <alan.christopher.jenkins@gmail.com>
1718
Alexander Neumann <alexander@bumpern.de>
1819
Anatol Pomozov <anatol.pomozov@gmail.com>
1920
Benjamin Fleischer <fleiben@gmail.com>
2021
Berserker <berserker.troll@yandex.com>
2122
Bill Zissimopoulos <billziss@navimatics.com>
23+
bjoe2k4 <bjoe2k4@users.noreply.github.com>
2224
Brandon Carter <b-carter@users.noreply.github.com>
2325
Chris Wolfe <cwolfe@chromium.org>
2426
Clayton G. Hobbs <clay@lakeserv.net>
2527
Daniel Lublin <daniel@lublin.se>
2628
Dominique Martinet <asmadeus@codewreck.org>
2729
DrDaveD <2129743+DrDaveD@users.noreply.github.com>
30+
Fabrice Fontaine <fontaine.fabrice@gmail.com>
2831
gala <gala132@users.noreply.github.com>
2932
Galen Getsov <4815620+ggetsov@users.noreply.github.com>
3033
George Vlahavas <vlahavas@gmail.com>
@@ -35,6 +38,8 @@ jeg139 <54814784+jeg139@users.noreply.github.com>
3538
Josh Triplett <josh@joshtriplett.org>
3639
Julio Merino <jmmv@google.com>
3740
Julio Merino <jmmv@meroh.net>
41+
Junichi Uekawa <dancerj@gmail.com>
42+
Junichi Uekawa <dancer@netfort.gr.jp>
3843
kalvdans <github@kalvdans.no-ip.org>
3944
Michael Forney <mforney@mforney.org>
4045
Mike Kelly <mike@pair.com>
@@ -51,6 +56,7 @@ Rian Hunter <rian@alum.mit.edu>
5156
Rian Hunter <rianhunter@users.noreply.github.com>
5257
Samuel Murray <samuel.murray@outlook.com>
5358
S. D. Cloudt <s.d.cloudt@student.tue.nl>
59+
Simon Arlott <70171+nomis@users.noreply.github.com>
5460
smheidrich <smheidrich@weltenfunktion.de>
5561
sunwire <50745572+sunwire@users.noreply.github.com>
5662
Tim Harder <radhermit@gmail.com>

ChangeLog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Release 3.7.1 (2020-11-09)
2+
--------------------------
3+
4+
* Minor bugfixes.
5+
6+
17
Release 3.7.0 (2020-01-03)
28
--------------------------
39

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.7.0',
1+
project('sshfs', 'c', version: '3.7.1',
22
meson_version: '>= 0.40',
33
default_options: [ 'buildtype=debugoptimized' ])
44

0 commit comments

Comments
 (0)