From 0412bf46cb37c501d46e321f12683ce783ade63b Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 28 Mar 2016 23:43:56 +0200 Subject: fastd v18 --- CMakeLists.txt | 2 +- doc/fastd.1 | 2 +- doc/source/conf.py | 4 ++-- doc/source/releases/v18.rst | 5 +++-- 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. -- cgit v1.2.3