From 42dfaf9a5bdc1ee429c7718e8788ca37a5763e0d Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Thu, 3 Aug 2017 17:59:08 +0200 Subject: Released 2.10 --- AUTHORS | 2 ++ ChangeLog.rst | 4 ++-- configure.ac | 2 +- meson.build | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/AUTHORS b/AUTHORS index c89de97..9dcc409 100644 --- a/AUTHORS +++ b/AUTHORS @@ -21,6 +21,7 @@ Bill Zissimopoulos Chris Wolfe gala George Vlahavas +Jakub Jelen Julio Merino Julio Merino Mike Kelly @@ -30,4 +31,5 @@ Nikolaus Rath Percy Jahn Qais Patankar Rian Hunter +tpoindessous Zoltan Kuscsik diff --git a/ChangeLog.rst b/ChangeLog.rst index 36ea132..9e91ce8 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,5 +1,5 @@ -Unreleased Changes ------------------- +Release 2.10 (2017-08-03) +------------------------- * Fixed a crash due to a race condition when listing directory contents. diff --git a/configure.ac b/configure.ac index a043142..76026ad 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(sshfs, 2.9) +AC_INIT(sshfs, 2.10) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h) diff --git a/meson.build b/meson.build index 659c37d..5bbba54 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('sshfs', 'c', version: '3.0.0', +project('sshfs', 'c', version: '2.10.0', meson_version: '>= 0.38', default_options: [ 'buildtype=plain' ]) -- cgit v1.2.3