summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2020-05-10 02:36:32 +0300
committerrinpatch <rinpatch@sdf.org>2020-05-10 18:03:28 +0300
commit69e1f23dd377a8c5b63582ad2df67587c54fc910 (patch)
tree3944d7b5f57ec21e5a4886f6034a113f3e718b5e
parent3d9a7cf0cc235f4c305c065e264a77d3c9e7d0e3 (diff)
CHANGELOG.md: Add 2.0.4 entry
-rw-r--r--CHANGELOG.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f3394ecbc..d18822507 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
+## [2.0.4] - 2020-05-10
+
+### Fixed
+- Peertube user lookups not working
+- `InsertSkeletonsForDeletedUsers` migration failing on some instances
+- Healthcheck reporting the number of memory currently used, rather than allocated in total
+- LDAP not being usable in OTP releases
+- Default apache configuration having tls chain issues
+
+### Upgrade notes
+
+#### Apache only
+
+1. Remove the following line from your config:
+```
+ SSLCertificateFile /etc/letsencrypt/live/${servername}/cert.pem
+```
+
+#### Everyone
+
+1. Restart Pleroma
+
## [2.0.3] - 2020-05-02
### Security