diff options
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/conf.py | 4 | ||||
-rw-r--r-- | doc/source/releases/v18.rst | 5 |
2 files changed, 5 insertions, 4 deletions
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. |