snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit c7285494fca4f2b205998b35ad6c2c143f3fbd50
parent 1722b2891d338ae40e99adcbbfa2017bc1de1bf9
Author: default <nobody@localhost>
Date:   Sat,  1 Apr 2023 04:25:02 +0200

Updated RELEASE_NOTES.

Diffstat:
MRELEASE_NOTES.md | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md @@ -1,5 +1,11 @@ # Release Notes +## 2.26 + +The OpenSSL code has been refactored to avoid using deprecated functions. + +Added more aggressive filtering on unwanted `Announce` (boost) messages. + ## 2.25 Federation with other instances have been improved by collecting shared inbox information from input messages more thoroughly.