diff options
author | rinpatch <rinpatch@sdf.org> | 2019-10-14 21:27:59 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-10-14 21:29:47 +0300 |
commit | 442acb31acd136623bd1dbc3a51f30b24719b181 (patch) | |
tree | 6a76d11a788207662917f257503b9ea95abae568 | |
parent | 832d892c2c77c836aa46f47f9610b5718c7656b3 (diff) | |
download | pleroma-442acb31acd136623bd1dbc3a51f30b24719b181.tar.gz |
Fix pleroma_ctl linkv1.1.0
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b111d3b09..cb3785a02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [1.1.0] - 2019-10-14 **Breaking:** The stable branch has been changed from `master` to `stable`. If you want to keep using 1.0, the `release/1.0` branch will receive security updates for 6 months after 1.1 release. -**OTP Note:** `pleroma_ctl` in 1.0 defaults to `master` and doesn't support specifying arbitrary branches, making `./pleroma_ctl update` fail. To fix this fetch a version of `pleroma_ctl` from 1.1 using the command below and proceed with the update normally: +**OTP Note:** `pleroma_ctl` in 1.0 defaults to `master` and doesn't support specifying arbitrary branches, making `./pleroma_ctl update` fail. To fix this, fetch a version of `pleroma_ctl` from 1.1 using the command below and proceed with the update normally: ``` -curl -Lo ./bin/pleroma_ctl 'https://git.pleroma.social/pleroma/pleroma/blob/stable/rel/files/bin/pleroma_ctl' +curl -Lo ./bin/pleroma_ctl 'https://git.pleroma.social/pleroma/pleroma/raw/develop/rel/files/bin/pleroma_ctl' ``` ### Security - Mastodon API: respect post privacy in `/api/v1/statuses/:id/{favourited,reblogged}_by` |