summaryrefslogtreecommitdiffstats
path: root/doc/source/releases/v16.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/releases/v16.rst')
-rw-r--r--doc/source/releases/v16.rst14
1 files changed, 14 insertions, 0 deletions
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.