aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2017-10-25 19:32:34 +0100
committerNikolaus Rath <Nikolaus@rath.org>2017-10-25 19:32:34 +0100
commit7f56cfc60233863eff1b580d56aacc87d4e2e2ba (patch)
treeb328d5615c2fe777775c50ec80d734e424e31aec
parentfd3aa6594f1f99edbc3dffa5f8a933ca29f8dcd9 (diff)
downloadsshfs-7f56cfc60233863eff1b580d56aacc87d4e2e2ba.tar
sshfs-7f56cfc60233863eff1b580d56aacc87d4e2e2ba.tar.gz
sshfs-7f56cfc60233863eff1b580d56aacc87d4e2e2ba.tar.bz2
sshfs-7f56cfc60233863eff1b580d56aacc87d4e2e2ba.zip
Released 3.3.1sshfs-3.3.1
-rw-r--r--AUTHORS2
-rw-r--r--ChangeLog.rst4
-rw-r--r--meson.build2
3 files changed, 5 insertions, 3 deletions
diff --git a/AUTHORS b/AUTHORS
index cb0a467..c56abdc 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -32,6 +32,8 @@ Miklos Szeredi <mszeredi@suse.cz>
Nikolaus Rath <Nikolaus@rath.org>
Percy Jahn <email@percyjahn.de>
Qais Patankar <qaisjp@gmail.com>
+Reid Wagner <wagnerreid@gmail.com>
Rian Hunter <rian@alum.mit.edu>
+Timo Savola <timo.savola@iki.fi>
tpoindessous <thomas@poindessous.com>
Zoltan Kuscsik <zoltan.kuscsik@linaro.org>
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 2eb4fbb..94cb012 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,5 +1,5 @@
-Unreleased Changes
-------------------
+Release 3.3.1 (2017-10-25)
+--------------------------
* Manpage is now installed in correct directory.
* SSHFS now supports (or rather: ignores) some options that it may
diff --git a/meson.build b/meson.build
index 20d588c..6373fe4 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('sshfs', 'c', version: '3.3.0',
+project('sshfs', 'c', version: '3.3.1',
meson_version: '>= 0.38',
default_options: [ 'buildtype=debugoptimized' ])