aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2018-04-29 18:06:03 +0100
committerNikolaus Rath <Nikolaus@rath.org>2018-04-29 18:06:03 +0100
commit39663c8288f97306589f169a969e4610fd5c7d91 (patch)
tree0c95e27dc4037f2f3c5d83a5b7c5d27de7816ffc
parent646a3c417bdb8d0e5bd60991469e7c9ae749901a (diff)
downloadsshfs-39663c8288f97306589f169a969e4610fd5c7d91.tar
sshfs-39663c8288f97306589f169a969e4610fd5c7d91.tar.gz
sshfs-39663c8288f97306589f169a969e4610fd5c7d91.tar.bz2
sshfs-39663c8288f97306589f169a969e4610fd5c7d91.zip
Released 3.3.2sshfs-3.3.2
-rw-r--r--AUTHORS2
-rw-r--r--ChangeLog.rst5
-rw-r--r--meson.build2
3 files changed, 8 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index c56abdc..dcc0db8 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -19,9 +19,11 @@ Anatol Pomozov <anatol.pomozov@gmail.com>
Benjamin Fleischer <fleiben@gmail.com>
Berserker <berserker.troll@yandex.com>
Bill Zissimopoulos <billziss@navimatics.com>
+Brandon Carter <b-carter@users.noreply.github.com>
Chris Wolfe <cwolfe@chromium.org>
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>
Julio Merino <jmmv@google.com>
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 94cb012..6520a0b 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,3 +1,8 @@
+Release 3.3.2 (2018-04-29)
+--------------------------
+
+* New `renamexdev` workaround.
+
Release 3.3.1 (2017-10-25)
--------------------------
diff --git a/meson.build b/meson.build
index 6373fe4..91baa20 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('sshfs', 'c', version: '3.3.1',
+project('sshfs', 'c', version: '3.3.2',
meson_version: '>= 0.38',
default_options: [ 'buildtype=debugoptimized' ])