snac2

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

commit 29fb145fc471034d563ec49d19f4a2da6e330ff1
parent 2824ba5be3c1f4c16195567ace77e5933a553cf0
Author: default <nobody@localhost>
Date:   Sun,  7 May 2023 18:10:12 +0200

Updated RELEASE_NOTES.

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

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md @@ -1,5 +1,13 @@ # Release Notes +## 2.31 + +Use named semaphores instead of anonymous ones, to make it work under MacOS (contributed by Saagar Jha). + +Fix warning in ugly pointer substraction (contributed by Saagar Jha). + +Fixed webfinger and curl issues, which crashed snac while trying to follow Mitra users (contributed by Poesty). + ## 2.30 Fixed a bug that made some notifications to be missed.