aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2017-08-04 15:42:38 +0200
committerNikolaus Rath <Nikolaus@rath.org>2017-08-04 15:42:38 +0200
commitfc63c646020a185b1665153a95cf8a2b04255ad9 (patch)
treed061ef31dea245211ee3b08f653c5fd4e288e480
parent1e6e067fdf91d54bcf72071b00315969cf1ea9d7 (diff)
downloadsshfs-fc63c646020a185b1665153a95cf8a2b04255ad9.tar
sshfs-fc63c646020a185b1665153a95cf8a2b04255ad9.tar.gz
sshfs-fc63c646020a185b1665153a95cf8a2b04255ad9.tar.bz2
sshfs-fc63c646020a185b1665153a95cf8a2b04255ad9.zip
Released 3.1.0sshfs-3.1.0
-rw-r--r--ChangeLog.rst4
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
3 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index d5276cf..2787d11 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,5 +1,5 @@
-Unreleased Changes
-------------------
+Release 3.1.0 (2017-08-04)
+--------------------------
* Temporarily disabled the writeback cache feature, since there
have been reports of dataloss when appending to files when
diff --git a/configure.ac b/configure.ac
index c3e4b71..67fe5e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(sshfs, 3.0.0)
+AC_INIT(sshfs, 3.1.0)
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)
diff --git a/meson.build b/meson.build
index d4a96ea..401e9e2 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('sshfs', 'c', version: '3.0.0',
+project('sshfs', 'c', version: '3.1.0',
meson_version: '>= 0.38',
default_options: [ 'buildtype=plain' ])