Released 3.3.2

This commit is contained in:
Nikolaus Rath 2018-04-29 18:06:03 +01:00
parent 646a3c417b
commit 39663c8288
3 changed files with 8 additions and 1 deletions

View File

@ -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>

View File

@ -1,3 +1,8 @@
Release 3.3.2 (2018-04-29)
--------------------------
* New `renamexdev` workaround.
Release 3.3.1 (2017-10-25)
--------------------------

View File

@ -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' ])