Skip to content

Commit c91eb9a

Browse files
committed
Released 3.7.3
1 parent 103c6ba commit c91eb9a

File tree

4 files changed

+36
-3
lines changed

4 files changed

+36
-3
lines changed

AUTHORS

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,31 @@
11
Current Maintainer
22
------------------
33

4-
Nikolaus Rath <Nikolaus@rath.org>
4+
None.
55

66

77
Past Maintainers
88
----------------
99

10+
Nikolaus Rath <Nikolaus@rath.org> (until 05/2022)
1011
Miklos Szeredi <miklos@szeredi.hu> (until 12/2015)
1112

1213

1314
Contributors (autogenerated list)
1415
---------------------------------
1516

16-
17+
a1346054 <36859588+a1346054@users.noreply.github.com>
1718
Alan Jenkins <alan.christopher.jenkins@gmail.com>
1819
Alexander Neumann <alexander@bumpern.de>
1920
Anatol Pomozov <anatol.pomozov@gmail.com>
2021
Andrew Stone <a@stne.dev>
22+
Antonio Rojas <arojas@archlinux.org>
2123
Benjamin Fleischer <fleiben@gmail.com>
2224
Berserker <berserker.troll@yandex.com>
2325
Bill Zissimopoulos <billziss@navimatics.com>
2426
bjoe2k4 <bjoe2k4@users.noreply.github.com>
2527
Brandon Carter <b-carter@users.noreply.github.com>
28+
Cam Cope <github@camcope.me>
2629
Chris Wolfe <cwolfe@chromium.org>
2730
Clayton G. Hobbs <clay@lakeserv.net>
2831
Daniel Lublin <daniel@lublin.se>
@@ -42,6 +45,8 @@ Julio Merino <jmmv@meroh.net>
4245
Junichi Uekawa <dancerj@gmail.com>
4346
Junichi Uekawa <dancer@netfort.gr.jp>
4447
kalvdans <github@kalvdans.no-ip.org>
48+
Kim Brose <kim.brose@rwth-aachen.de>
49+
Matthew Berginski <matthew.berginski@gmail.com>
4550
Michael Forney <mforney@mforney.org>
4651
Mike Kelly <mike@pair.com>
4752
Mike Salvatore <mike.s.salvatore@gmail.com>
@@ -51,6 +56,7 @@ mssalvatore <mike.s.salvatore@gmail.com>
5156
Nikolaus Rath <Nikolaus@rath.org>
5257
Percy Jahn <email@percyjahn.de>
5358
Peter Belm <peterbelm@gmail.com>
59+
Peter Wienemann <peter.wienemann@uni-bonn.de>
5460
Qais Patankar <qaisjp@gmail.com>
5561
Quentin Rameau <quinq@fifth.space>
5662
Reid Wagner <wagnerreid@gmail.com>

ChangeLog.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
Release 3.7.3 (2022-05-26)
2+
--------------------------
3+
4+
* Minor bugfixes.
5+
6+
* This is the last release from the current maintainer. SSHFS is now no longer maintained
7+
or developed. Github issue tracking and pull requests have therefore been disabled. The
8+
mailing list (see below) is still available for use.
9+
10+
If you would like to take over this project, you are welcome to do so. Please fork it
11+
and develop the fork for a while. Once there has been 6 months of reasonable activity,
12+
please contact Nikolaus@rath.org and I'll be happy to give you ownership of this
13+
repository or replace with a pointer to the fork.
14+
15+
116
Release 3.7.2 (2021-06-08)
217
--------------------------
318

README.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
This Project is Orphaned
2+
========================
3+
4+
This project is no longer maintained or developed. Github issue tracking and pull requests have
5+
therefore been disabled. The mailing list (see below) is still available for use.
6+
7+
If you would like to take over this project, you are welcome to do so. Please fork it and
8+
develop the fork for a while. Once there has been 6 months of reasonable activity, please
9+
contact Nikolaus@rath.org and I'll be happy to give you ownership of this repository or
10+
replace with a pointer to the fork.
11+
12+
113
SSHFS
214
=====
315

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

0 commit comments

Comments
 (0)