aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2022-05-26 14:23:35 +0100
committerNikolaus Rath <Nikolaus@rath.org>2022-05-26 14:23:35 +0100
commitc91eb9a9a992f1a36c49a8e6f1146e45b5e1c8e7 (patch)
tree4e62540cf78839b679777c29cf51a32b1d3e139b
parent103c6ba68ba3d42e529b8001cde271090c6abcd9 (diff)
downloadsshfs-c91eb9a9a992f1a36c49a8e6f1146e45b5e1c8e7.tar
sshfs-c91eb9a9a992f1a36c49a8e6f1146e45b5e1c8e7.tar.gz
sshfs-c91eb9a9a992f1a36c49a8e6f1146e45b5e1c8e7.tar.bz2
sshfs-c91eb9a9a992f1a36c49a8e6f1146e45b5e1c8e7.zip
Released 3.7.3HEADsshfs-3.7.3master
-rw-r--r--AUTHORS10
-rw-r--r--ChangeLog.rst15
-rw-r--r--README.rst12
-rw-r--r--meson.build2
4 files changed, 36 insertions, 3 deletions
diff --git a/AUTHORS b/AUTHORS
index 873fb14..1a187fa 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,28 +1,31 @@
Current Maintainer
------------------
-Nikolaus Rath <Nikolaus@rath.org>
+None.
Past Maintainers
----------------
+Nikolaus Rath <Nikolaus@rath.org> (until 05/2022)
Miklos Szeredi <miklos@szeredi.hu> (until 12/2015)
Contributors (autogenerated list)
---------------------------------
-
+a1346054 <36859588+a1346054@users.noreply.github.com>
Alan Jenkins <alan.christopher.jenkins@gmail.com>
Alexander Neumann <alexander@bumpern.de>
Anatol Pomozov <anatol.pomozov@gmail.com>
Andrew Stone <a@stne.dev>
+Antonio Rojas <arojas@archlinux.org>
Benjamin Fleischer <fleiben@gmail.com>
Berserker <berserker.troll@yandex.com>
Bill Zissimopoulos <billziss@navimatics.com>
bjoe2k4 <bjoe2k4@users.noreply.github.com>
Brandon Carter <b-carter@users.noreply.github.com>
+Cam Cope <github@camcope.me>
Chris Wolfe <cwolfe@chromium.org>
Clayton G. Hobbs <clay@lakeserv.net>
Daniel Lublin <daniel@lublin.se>
@@ -42,6 +45,8 @@ Julio Merino <jmmv@meroh.net>
Junichi Uekawa <dancerj@gmail.com>
Junichi Uekawa <dancer@netfort.gr.jp>
kalvdans <github@kalvdans.no-ip.org>
+Kim Brose <kim.brose@rwth-aachen.de>
+Matthew Berginski <matthew.berginski@gmail.com>
Michael Forney <mforney@mforney.org>
Mike Kelly <mike@pair.com>
Mike Salvatore <mike.s.salvatore@gmail.com>
@@ -51,6 +56,7 @@ mssalvatore <mike.s.salvatore@gmail.com>
Nikolaus Rath <Nikolaus@rath.org>
Percy Jahn <email@percyjahn.de>
Peter Belm <peterbelm@gmail.com>
+Peter Wienemann <peter.wienemann@uni-bonn.de>
Qais Patankar <qaisjp@gmail.com>
Quentin Rameau <quinq@fifth.space>
Reid Wagner <wagnerreid@gmail.com>
diff --git a/ChangeLog.rst b/ChangeLog.rst
index b68be94..0c24187 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,3 +1,18 @@
+Release 3.7.3 (2022-05-26)
+--------------------------
+
+* Minor bugfixes.
+
+* This is the last release from the current maintainer. SSHFS is now no longer maintained
+ or developed. Github issue tracking and pull requests have therefore been disabled. The
+ mailing list (see below) is still available for use.
+
+ If you would like to take over this project, you are welcome to do so. Please fork it
+ and develop the fork for a while. Once there has been 6 months of reasonable activity,
+ please contact Nikolaus@rath.org and I'll be happy to give you ownership of this
+ repository or replace with a pointer to the fork.
+
+
Release 3.7.2 (2021-06-08)
--------------------------
diff --git a/README.rst b/README.rst
index d27ccdf..4c7e333 100644
--- a/README.rst
+++ b/README.rst
@@ -1,3 +1,15 @@
+This Project is Orphaned
+========================
+
+This project is no longer maintained or developed. Github issue tracking and pull requests have
+therefore been disabled. The mailing list (see below) is still available for use.
+
+If you would like to take over this project, you are welcome to do so. Please fork it and
+develop the fork for a while. Once there has been 6 months of reasonable activity, please
+contact Nikolaus@rath.org and I'll be happy to give you ownership of this repository or
+replace with a pointer to the fork.
+
+
SSHFS
=====
diff --git a/meson.build b/meson.build
index ec6f9b4..f990ecb 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('sshfs', 'c', version: '3.7.2',
+project('sshfs', 'c', version: '3.7.3',
meson_version: '>= 0.40',
default_options: [ 'buildtype=debugoptimized' ])