summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2022-11-18 19:22:15 +0100
committerGravatar default2022-11-18 19:22:15 +0100
commitb6c35b29550e20476badd731a67c5754aa872ce3 (patch)
tree95cb93b293650d2657079a329281b7486e373937
parentLogging tweaks. (diff)
downloadsnac2-b6c35b29550e20476badd731a67c5754aa872ce3.tar.gz
snac2-b6c35b29550e20476badd731a67c5754aa872ce3.tar.xz
snac2-b6c35b29550e20476badd731a67c5754aa872ce3.zip
Updated RELEASE_NOTES.
-rw-r--r--RELEASE_NOTES.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 7207753..26ed224 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -6,12 +6,10 @@ Marking posts and replies as sensitive content is now possible.
6 6
7On output, shared inboxes are used on instances that support it. This reduces bandwidth usage greatly, specially for very popular users with thousands of followers. 7On output, shared inboxes are used on instances that support it. This reduces bandwidth usage greatly, specially for very popular users with thousands of followers.
8 8
9Added RSS output support for the user posts. 9Added RSS output support for the user posts (by adding .rss to the actor URL or by requesting the actor with an Accept HTTP header of `text/xml` or `application/rss+xml`).
10 10
11Much more aggresive HTML sanitization. 11Much more aggresive HTML sanitization.
12 12
13**disabled by now** On OpenBSD, use the `unveil()` function.
14
15## 2.10 13## 2.10
16 14
17The local timeline purge has been implemented. The maximum days to live can be configured by setting the field `local_purge_days` in the server configuration file. By default it's 0 (no purging). 15The local timeline purge has been implemented. The maximum days to live can be configured by setting the field `local_purge_days` in the server configuration file. By default it's 0 (no purging).