aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2020-05-10 17:13:03 +0000
committerrinpatch <rinpatch@sdf.org>2020-05-10 17:13:03 +0000
commita6283bbae13a873af969336bd4e62011777a1a70 (patch)
tree12ddd0c3bf128fe0d897ca75c044726666f20207 /CHANGELOG.md
parent019a192e43c2421c74e5126e753aac095db8ad54 (diff)
parent489201d5d549a1ad32bf55d7a29d53c8f2316f14 (diff)
downloadpleroma-2.0.4.tar.gz
Merge branch 'release/2.0.4' into 'stable'v2.0.4
Release/2.0.4 See merge request pleroma/pleroma!2503
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f3394ecbc..f01dc3bd2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,31 @@ 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
+
+### Security
+- AP C2S: Fix a potential DoS by creating nonsensical objects that break timelines
+
+### 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