summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2016-03-28 23:43:56 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2016-03-28 23:43:56 +0200
commit0412bf46cb37c501d46e321f12683ce783ade63b (patch)
tree744105666ade2bd11c2fada54b3563473b61bbb1
parente9ccb06be40f54c82320af67359445b9dd574b84 (diff)
downloadfastd-0412bf46cb37c501d46e321f12683ce783ade63b.tar
fastd-0412bf46cb37c501d46e321f12683ce783ade63b.zip
fastd v18v18
-rw-r--r--CMakeLists.txt2
-rw-r--r--doc/fastd.12
-rw-r--r--doc/source/conf.py4
-rw-r--r--doc/source/releases/v18.rst5
4 files changed, 7 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1d1f0ff..85d1507 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,7 +4,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
cmake_policy(SET CMP0017 OLD) # Prefer modules in our module directory
project(FASTD C ASM)
-set(FASTD_VERSION "v17+")
+set(FASTD_VERSION "v18")
include(arch)
include(config)
diff --git a/doc/fastd.1 b/doc/fastd.1
index 365f511..1f31e25 100644
--- a/doc/fastd.1
+++ b/doc/fastd.1
@@ -1,4 +1,4 @@
-.TH FASTD 1 "January 2015" "fastd v17+" "User Commands"
+.TH FASTD 1 "March 2016" "fastd v18" "User Commands"
.SH NAME
fastd \- Fast and Secure Tunnelling Daemon
.SH SYNOPSIS
diff --git a/doc/source/conf.py b/doc/source/conf.py
index abb2875..8d2fb2b 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -54,9 +54,9 @@ copyright = '2012-2016, Matthias Schiffer'
# built documents.
#
# The short X.Y version.
-version = '17+'
+version = '18'
# The full version, including alpha/beta/rc tags.
-release = '17+'
+release = '18'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/doc/source/releases/v18.rst b/doc/source/releases/v18.rst
index 7683836..7776db3 100644
--- a/doc/source/releases/v18.rst
+++ b/doc/source/releases/v18.rst
@@ -1,5 +1,5 @@
-fastd v18 (in development)
-==========================
+fastd v18
+=========
New features
~~~~~~~~~~~~
@@ -68,6 +68,7 @@ Bugfixes
Other changes
~~~~~~~~~~~~~
+* fastd now requires at least libuecc v6 (v7 recommended)
* Some error conditions that can't be recovered from will now cause fastd
to exit instead of just logging an error message. This allows service managers like systemd/procd
to restart fastd, so proper operation can be restored.