summaryrefslogtreecommitdiffstats
path: root/doc/source
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 /doc/source
parente9ccb06be40f54c82320af67359445b9dd574b84 (diff)
downloadfastd-0412bf46cb37c501d46e321f12683ce783ade63b.tar
fastd-0412bf46cb37c501d46e321f12683ce783ade63b.zip
fastd v18v18
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/conf.py4
-rw-r--r--doc/source/releases/v18.rst5
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.