summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2014-11-15 18:14:28 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2014-11-15 18:14:28 +0100
commit380484dcef5d69e5fdde1db04fabc0a3a033490c (patch)
treeaf1fd79a10512110bb0d4fe354a5b8090ca207c4 /doc
parent8958be14e876e28cad09ea1ed988c93b9f54fe16 (diff)
downloadfastd-380484dcef5d69e5fdde1db04fabc0a3a033490c.tar
fastd-380484dcef5d69e5fdde1db04fabc0a3a033490c.zip
fastd v16 release notes
Diffstat (limited to 'doc')
-rw-r--r--doc/source/index.rst1
-rw-r--r--doc/source/releases/v16.rst14
2 files changed, 15 insertions, 0 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 93177c5..e8a9e28 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -18,6 +18,7 @@ Release notes
.. toctree::
:maxdepth: 2
+ releases/v16
releases/v15
Cryptographic algorithms
diff --git a/doc/source/releases/v16.rst b/doc/source/releases/v16.rst
new file mode 100644
index 0000000..82ec9e1
--- /dev/null
+++ b/doc/source/releases/v16.rst
@@ -0,0 +1,14 @@
+fastd v16
+=========
+
+Bugfixes
+~~~~~~~~
+* Fix segmentation fault after peers with static IP addresses have been loaded
+* Fix segmentation fault when status sockets are used with unnamed peers (e.g. peers authenticated by a on-verify handler)
+
+Other changes
+~~~~~~~~~~~~~
+* The JSON output of the status sockets has changed
+
+ To fix using the status socket with peers without names or with duplicate names, the
+ peers' public keys are now use as the keys in the JSON object.