diff options
| author | 2023-02-11 06:58:11 +0100 | |
|---|---|---|
| committer | 2023-02-11 06:58:11 +0100 | |
| commit | 4fc6efb2275d8d514639eb74d379eae0deb64011 (patch) | |
| tree | 9872b755cea690878380a0cec8853fb26c0d3f55 | |
| parent | Added 'fattr' to the pledge() list. (diff) | |
| download | snac2-4fc6efb2275d8d514639eb74d379eae0deb64011.tar.gz snac2-4fc6efb2275d8d514639eb74d379eae0deb64011.tar.xz snac2-4fc6efb2275d8d514639eb74d379eae0deb64011.zip | |
Updated RELEASE_NOTES.
| -rw-r--r-- | RELEASE_NOTES.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 559ed4d..df129d1 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md | |||
| @@ -6,6 +6,8 @@ Fixed a bug with the Delete button in the web interface: sometimes, instead of t | |||
| 6 | 6 | ||
| 7 | Fixed a bug in the command-line option `follow` (and probably others), that made it fail silently if there was no running server. | 7 | Fixed a bug in the command-line option `follow` (and probably others), that made it fail silently if there was no running server. |
| 8 | 8 | ||
| 9 | Fixed a crash under OpenBSD (a recent change needed a new permission to the `pledge()` call that was forgotten). | ||
| 10 | |||
| 9 | ## 2.21 | 11 | ## 2.21 |
| 10 | 12 | ||
| 11 | Users can now specify an expire time for the entries in their timelines (both their own and others'). | 13 | Users can now specify an expire time for the entries in their timelines (both their own and others'). |