aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2017-08-03 17:59:08 +0200
committerNikolaus Rath <Nikolaus@rath.org>2017-08-03 18:00:34 +0200
commit42dfaf9a5bdc1ee429c7718e8788ca37a5763e0d (patch)
treec6dbc1c3edc3e8a7b0a4f3d0caf844a118001389
parente14f6c68f3289fe43f94e61569c13b522997d5d7 (diff)
downloadsshfs-42dfaf9a5bdc1ee429c7718e8788ca37a5763e0d.tar
sshfs-42dfaf9a5bdc1ee429c7718e8788ca37a5763e0d.tar.gz
sshfs-42dfaf9a5bdc1ee429c7718e8788ca37a5763e0d.tar.bz2
sshfs-42dfaf9a5bdc1ee429c7718e8788ca37a5763e0d.zip
Released 2.10sshfs-2.10
-rw-r--r--AUTHORS2
-rw-r--r--ChangeLog.rst4
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
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 <billziss@navimatics.com>
Chris Wolfe <cwolfe@chromium.org>
gala <gala132@users.noreply.github.com>
George Vlahavas <vlahavas@gmail.com>
+Jakub Jelen <jjelen@redhat.com>
Julio Merino <jmmv@google.com>
Julio Merino <jmmv@meroh.net>
Mike Kelly <mike@pair.com>
@@ -30,4 +31,5 @@ Nikolaus Rath <Nikolaus@rath.org>
Percy Jahn <email@percyjahn.de>
Qais Patankar <qaisjp@gmail.com>
Rian Hunter <rian@alum.mit.edu>
+tpoindessous <thomas@poindessous.com>
Zoltan Kuscsik <zoltan.kuscsik@linaro.org>
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' ])