summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2023-07-11 06:56:01 +0200
committerGravatar default2023-07-11 06:56:01 +0200
commit068c8233a192c8464297cfe95509f6932d09bd43 (patch)
tree2bfdee004e11e475a7948645b1ef41a12764e220
parentSimplified inbox_list(). (diff)
downloadsnac2-068c8233a192c8464297cfe95509f6932d09bd43.tar.gz
snac2-068c8233a192c8464297cfe95509f6932d09bd43.tar.xz
snac2-068c8233a192c8464297cfe95509f6932d09bd43.zip
Updated RELEASE_NOTES.
-rw-r--r--RELEASE_NOTES.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 505bf25..f5fd0e6 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,5 +1,9 @@
1# Release Notes 1# Release Notes
2 2
3## 2.37
4
5Fixed a bug that prevented working in systemd restricted environments (details: `mkdir()` failed if trying to set the setgid bit).
6
3## 2.36 7## 2.36
4 8
5Added proper HTTP caching when serving static files (attached images, avatars, etc.) 9Added proper HTTP caching when serving static files (attached images, avatars, etc.)