diff --git a/AUTHORS b/AUTHORS index 873fb147..1a187fae 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,28 +1,31 @@ Current Maintainer ------------------ -Nikolaus Rath +None. Past Maintainers ---------------- +Nikolaus Rath (until 05/2022) Miklos Szeredi (until 12/2015) Contributors (autogenerated list) --------------------------------- - +a1346054 <36859588+a1346054@users.noreply.github.com> Alan Jenkins Alexander Neumann Anatol Pomozov Andrew Stone +Antonio Rojas Benjamin Fleischer Berserker Bill Zissimopoulos bjoe2k4 Brandon Carter +Cam Cope Chris Wolfe Clayton G. Hobbs Daniel Lublin @@ -42,6 +45,8 @@ Julio Merino Junichi Uekawa Junichi Uekawa kalvdans +Kim Brose +Matthew Berginski Michael Forney Mike Kelly Mike Salvatore @@ -51,6 +56,7 @@ mssalvatore Nikolaus Rath Percy Jahn Peter Belm +Peter Wienemann Qais Patankar Quentin Rameau Reid Wagner diff --git a/ChangeLog.rst b/ChangeLog.rst index b68be949..0c241876 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 d27ccdfb..4c7e333f 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 ec6f9b4c..f990ecbf 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' ])