mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-12 04:52:26 +01:00
Merge remote-tracking branch 'upstream/release-v1.70'
This commit is contained in:
commit
9406d96467
3 changed files with 13 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
Synapse 1.70.0 (2022-10-26)
|
||||||
|
===========================
|
||||||
|
|
||||||
|
No significant changes since 1.70.0rc2.
|
||||||
|
|
||||||
|
|
||||||
Synapse 1.70.0rc2 (2022-10-25)
|
Synapse 1.70.0rc2 (2022-10-25)
|
||||||
==============================
|
==============================
|
||||||
|
|
||||||
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
||||||
|
matrix-synapse-py3 (1.70.0) stable; urgency=medium
|
||||||
|
|
||||||
|
* New Synapse release 1.70.0.
|
||||||
|
|
||||||
|
-- Synapse Packaging team <packages@matrix.org> Wed, 26 Oct 2022 11:11:50 +0100
|
||||||
|
|
||||||
matrix-synapse-py3 (1.70.0~rc2) stable; urgency=medium
|
matrix-synapse-py3 (1.70.0~rc2) stable; urgency=medium
|
||||||
|
|
||||||
* New Synapse release 1.70.0rc2.
|
* New Synapse release 1.70.0rc2.
|
||||||
|
|
|
@ -57,7 +57,7 @@ manifest-path = "rust/Cargo.toml"
|
||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "matrix-synapse"
|
name = "matrix-synapse"
|
||||||
version = "1.70.0rc2"
|
version = "1.70.0"
|
||||||
description = "Homeserver for the Matrix decentralised comms protocol"
|
description = "Homeserver for the Matrix decentralised comms protocol"
|
||||||
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
|
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
|
Loading…
Reference in a new issue