snac2

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

commit 8e4b1d7c4d7ffb53def5807ca61fb0a9b6d2da19
parent 4351fe6dfe4e42040a876d75a8e5956dde399a7d
Author: default <nobody@localhost>
Date:   Wed, 17 Jan 2024 09:19:10 +0100

Updated RELEASE_NOTES.

Diffstat:
MRELEASE_NOTES.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md @@ -6,7 +6,7 @@ Fixed a collision in webfinger caching. This may affect federation with some sof Fixed crashes in some command-line options. -New command-line option `state`, that dumps some information about the running server and the state of each thread. +New command-line option `state`, that dumps some information about the running server and the state of each thread (note: this feature uses shared memory blocks and you may need an argument to the `make` call in older Linux distributions; please see the `README` file for details). Mastodon API: added some fixes for integration with the Mona iOS app (contributed by jamesoff).