summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2025-01-06 15:26:24 +0100
committerGravatar default2025-01-06 15:26:24 +0100
commitfb9aaa5084172eecca752acb9d7ed2ba07c8fa89 (patch)
tree41ad9efd7dcd610d33feea515ede98076defa299
parentMinor rework to sandbox code. (diff)
downloadpenes-snac2-fb9aaa5084172eecca752acb9d7ed2ba07c8fa89.tar.gz
penes-snac2-fb9aaa5084172eecca752acb9d7ed2ba07c8fa89.tar.xz
penes-snac2-fb9aaa5084172eecca752acb9d7ed2ba07c8fa89.zip
Updated RELEASE_NOTES.
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 07b2a90..828a2f3 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -10,7 +10,7 @@ New "Like by URL" operation (contributed by dheadshot).
10 10
11Added support for a Mastodon-like `/share` link sharing URL, like the one provided by sites like https://mastodonshare.com/ and such. To be able to use it, you must reconfigure your https proxy to redirect `/share` to snac (see `snac(8)`). 11Added support for a Mastodon-like `/share` link sharing URL, like the one provided by sites like https://mastodonshare.com/ and such. To be able to use it, you must reconfigure your https proxy to redirect `/share` to snac (see `snac(8)`).
12 12
13New linux landlock (sandboxing) support for enhanced security (contributed by shtrophic). It's still a bit experimental, so you have to enable it explicitly by setting the `disable_sandbox` field to `false` in `server.json`. 13New linux landlock (sandboxing) support for enhanced security (contributed by shtrophic). It's still a bit experimental, so you have to enable it explicitly by recompiling with the WITH_LINUX_SANDBOX directive (e.g. `make CFLAGS=-DWITH_LINUX_SANDBOX`).
14 14
15Some search fixes regarding repeated matches. 15Some search fixes regarding repeated matches.
16 16