diff options
author | default <nobody@localhost> | 2023-05-10 19:16:01 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-05-10 19:16:01 +0200 |
commit | 2a7f5f7b4df96cc885808d9a4079da76860833c7 (patch) | |
tree | e9b1d8cdbd5cccaf445eb1024d00ada5dbb91709 /RELEASE_NOTES.md | |
parent | a15ec49a1d4c47d91c8455ad486b5e62f0cdfd11 (diff) |
Updated RELEASE_NOTES.
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index fba8bde..3f6a285 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,11 +2,13 @@ ## 2.31 +Fixed webfinger and curl issues, which crashed snac while trying to follow Mitra users (contributed by Poesty). + 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 semaphore name conflicts (contributed by Poesty). -Fixed webfinger and curl issues, which crashed snac while trying to follow Mitra users (contributed by Poesty). +Fix warning in ugly pointer substraction (contributed by Saagar Jha). ## 2.30 |