]> Untitled Git - lemmy.git/blobdiff - RELEASES.md
Merge remote-tracking branch 'yerba/outbox-activities'
[lemmy.git] / RELEASES.md
index 20e15d8bc0581a12718fd7eebee072629cf5318e..c881b95cbbf60cd5525361ff08b38ebd0fcc65bc 100644 (file)
@@ -21,6 +21,16 @@ We've also seen the first release of [Lemmur](https://github.com/krawieck/lemmur
 - Added query performance testing and comparisons. Added indexes to make sure every query is `< 30 ms`.
 - Added compilation time testing.
 
+### Federation
+
+This release includes some bug fixes for federation, and some changes to get us closer to compliance with the ActivityPub standard.
+
+- [Community bans now federating](https://github.com/LemmyNet/lemmy/issues/1287).
+- [Local posts sometimes got marked as remote](https://github.com/LemmyNet/lemmy/issues/1302).
+- [Creator of post/comment was not notified about new child comments](https://github.com/LemmyNet/lemmy/issues/1325).
+- [Community deletion now federated](https://github.com/LemmyNet/lemmy/issues/1256).
+
+None of these are breaking changes, so federation between 0.9.0 and 0.8.11 will work without problems.
 
 ### Lemmy javascript / typescript client
 
@@ -41,24 +51,12 @@ We've also seen the first release of [Lemmur](https://github.com/krawieck/lemmur
 - We moved documentation into a separate git repository, and support translation for the docs now!
 - Moved our code of conduct into the documentation.
 
-### Federation
-
-This release includes some bug fixes for federation, and some changes to get us closer to compliance with the ActivityPub standard.
-
-- fixed: [Community bans not federating](https://github.com/LemmyNet/lemmy/issues/1287)
-- fixed: [Local posts sometimes got marked as remote](https://github.com/LemmyNet/lemmy/issues/1302)
-- fixed: [Creator of post/comment is not notified about new child comments](https://github.com/LemmyNet/lemmy/issues/1325)
-- fixed: [Community deletion not federated](https://github.com/LemmyNet/lemmy/issues/1256)
-
-None of these are breaking changes, so federation between 0.9.0 and 0.8.11 will work without problems.
-
-
 ## Upgrading
 
-If you'd like to make a DB backup before upgrading, follow [this guide](https://lemmy.ml/docs/en/administration_backup_and_restore.html).
+If you'd like to make a DB backup before upgrading, follow [this guide](https://lemmy.ml/docs/en/administration/backup_and_restore.html).
 
-- [Upgrade with manual Docker installation](https://lemmy.ml/docs/en/administration_install_docker.html#updating)
-- [Upgrade with Ansible installation](https://lemmy.ml/docs/en/administration_install_ansible.html)
+- [Upgrade with manual Docker installation](https://lemmy.ml/docs/en/administration/install_docker.html#updating)
+- [Upgrade with Ansible installation](https://lemmy.ml/docs/en/administration/install_ansible.html)
 
 # Lemmy v0.8.0 Release (2020-10-16)