aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS4
-rw-r--r--ChangeLog.rst4
-rw-r--r--meson.build2
3 files changed, 7 insertions, 3 deletions
diff --git a/AUTHORS b/AUTHORS
index dcc0db8..f9da5fd 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -21,11 +21,13 @@ Berserker <berserker.troll@yandex.com>
Bill Zissimopoulos <billziss@navimatics.com>
Brandon Carter <b-carter@users.noreply.github.com>
Chris Wolfe <cwolfe@chromium.org>
+Daniel Lublin <daniel@lublin.se>
gala <gala132@users.noreply.github.com>
George Vlahavas <vlahavas@gmail.com>
G.raud Meyer <graud@gmx.com>
harrim4n <git@harrim4n.com>
Jakub Jelen <jjelen@redhat.com>
+Josh Triplett <josh@joshtriplett.org>
Julio Merino <jmmv@google.com>
Julio Merino <jmmv@meroh.net>
Mike Kelly <mike@pair.com>
@@ -36,6 +38,8 @@ Percy Jahn <email@percyjahn.de>
Qais Patankar <qaisjp@gmail.com>
Reid Wagner <wagnerreid@gmail.com>
Rian Hunter <rian@alum.mit.edu>
+Rian Hunter <rianhunter@users.noreply.github.com>
+Samuel Murray <samuel.murray@outlook.com>
Timo Savola <timo.savola@iki.fi>
tpoindessous <thomas@poindessous.com>
Zoltan Kuscsik <zoltan.kuscsik@linaro.org>
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 13b1916..1563ea5 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,5 +1,5 @@
-Unreleased Changes
-------------------
+Release 3.4.0 (2018-06-29)
+--------------------------
* Make utimens(NULL) result in timestamp "now" -- no more touched files
dated 1970-01-01
diff --git a/meson.build b/meson.build
index 91baa20..e09ba1c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('sshfs', 'c', version: '3.3.2',
+project('sshfs', 'c', version: '3.4.0',
meson_version: '>= 0.38',
default_options: [ 'buildtype=debugoptimized' ])