diff options
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/index.rst | 1 | ||||
-rw-r--r-- | doc/source/releases/v16.rst | 14 |
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. |