diff options
author | kaniini <ariadne@dereferenced.org> | 2019-07-31 20:27:09 +0000 |
---|---|---|
committer | kaniini <ariadne@dereferenced.org> | 2019-07-31 20:27:09 +0000 |
commit | 0eff6349a05aeb62ace21453346ee4aab9c911db (patch) | |
tree | 17465a21c7d929fe2b8792ca92eba6bf6baca1bd /CHANGELOG.md | |
parent | cca9d64cb819149c9c48978e8e8571f99af2ef5b (diff) | |
parent | 2536628cac71dcc525ce74e72cdfa8d8562dbbf7 (diff) | |
download | pleroma-1.0.3.tar.gz |
Merge branch 'release/1.0.3' into 'master'v1.0.3
1.0.3 release
See merge request pleroma/pleroma!1514
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 816f5025f..62fc3ac85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,12 @@ 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/). -## [Unreleased] +## [1.0.3] - 2019-07-31 +### Security +- OStatus: eliminate the possibility of a protocol downgrade attack. +- OStatus: prevent following locked accounts, bypassing the approval process. +- TwitterAPI: use CommonAPI to handle remote follows instead of OStatus. + ### Fixed - `pleroma_ctl` not detecting the master branch properly. If you get "Releases are built only for master and develop branches" error when updating, please add `-` to the end of the line in `releases/start_erl.data` |