From 8059e2ce630dd2b984f7a6c44a2b5291b0fe2abc Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Mon, 9 Nov 2020 09:52:00 +0000 Subject: Released 3.7.1 --- AUTHORS | 6 ++++++ ChangeLog.rst | 6 ++++++ meson.build | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 5c47d22..cb17caf 100644 --- a/AUTHORS +++ b/AUTHORS @@ -13,18 +13,21 @@ Miklos Szeredi (until 12/2015) Contributors (autogenerated list) --------------------------------- + Alan Jenkins Alexander Neumann Anatol Pomozov Benjamin Fleischer Berserker Bill Zissimopoulos +bjoe2k4 Brandon Carter Chris Wolfe Clayton G. Hobbs Daniel Lublin Dominique Martinet DrDaveD <2129743+DrDaveD@users.noreply.github.com> +Fabrice Fontaine gala Galen Getsov <4815620+ggetsov@users.noreply.github.com> George Vlahavas @@ -35,6 +38,8 @@ jeg139 <54814784+jeg139@users.noreply.github.com> Josh Triplett Julio Merino Julio Merino +Junichi Uekawa +Junichi Uekawa kalvdans Michael Forney Mike Kelly @@ -51,6 +56,7 @@ Rian Hunter Rian Hunter Samuel Murray S. D. Cloudt +Simon Arlott <70171+nomis@users.noreply.github.com> smheidrich sunwire <50745572+sunwire@users.noreply.github.com> Tim Harder diff --git a/ChangeLog.rst b/ChangeLog.rst index a9c3a8e..f3f6352 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,3 +1,9 @@ +Release 3.7.1 (2020-11-09) +-------------------------- + +* Minor bugfixes. + + Release 3.7.0 (2020-01-03) -------------------------- diff --git a/meson.build b/meson.build index f6bbe51..6bf3aae 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('sshfs', 'c', version: '3.7.0', +project('sshfs', 'c', version: '3.7.1', meson_version: '>= 0.40', default_options: [ 'buildtype=debugoptimized' ]) -- cgit v1.2.3