summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2023-05-25 17:24:16 +0200
committerGravatar default2023-05-25 17:24:16 +0200
commit11ab582ccde5a09b2c901814558e857fcf297b93 (patch)
tree66b0e31492b024a0663840eda1d40f81a3f72d24
parentIf sem_open() fails, try again with sem_init(). (diff)
downloadpenes-snac2-11ab582ccde5a09b2c901814558e857fcf297b93.tar.gz
penes-snac2-11ab582ccde5a09b2c901814558e857fcf297b93.tar.xz
penes-snac2-11ab582ccde5a09b2c901814558e857fcf297b93.zip
Updated RELEASE_NOTES.
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index b850a95..9e2dd17 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -6,6 +6,8 @@ Polls (in #ActivityPub lingo, Questions) are shown and can be voted on. Creating
6 6
7If an URL written in a post links to an image, it's converted to an attachment. 7If an URL written in a post links to an image, it's converted to an attachment.
8 8
9Fixed a bug in the semaphore code that caused total hangs on OpenBSD.
10
9## 2.32 11## 2.32
10 12
11New user configuration switch to drop direct messages from people you don't follow, in order to mitigate spam from Mastodon open registration instances. 13New user configuration switch to drop direct messages from people you don't follow, in order to mitigate spam from Mastodon open registration instances.