Released 3.5.0

This commit is contained in:
Nikolaus Rath 2018-08-28 14:58:39 +01:00
parent d0c5fa3ed6
commit b5d1484314
3 changed files with 4 additions and 3 deletions

View File

@ -36,6 +36,7 @@ Miklos Szeredi <mszeredi@suse.cz>
Nikolaus Rath <Nikolaus@rath.org>
Percy Jahn <email@percyjahn.de>
Qais Patankar <qaisjp@gmail.com>
Quentin Rameau <quinq@fifth.space>
Reid Wagner <wagnerreid@gmail.com>
Rian Hunter <rian@alum.mit.edu>
Rian Hunter <rianhunter@users.noreply.github.com>

View File

@ -1,5 +1,5 @@
Unreleased Changes
------------------
Release 3.5.0 (2018-08-28)
--------------------------
* Fixed error code returned by rename(), allowing proper fallback.
* Port to Cygwin.

View File

@ -1,4 +1,4 @@
project('sshfs', 'c', version: '3.4.0',
project('sshfs', 'c', version: '3.5.0',
meson_version: '>= 0.38',
default_options: [ 'buildtype=debugoptimized' ])