mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-13 03:20:37 -05:00
0.99.1rc2
This commit is contained in:
parent
464c301584
commit
3bc238629e
3 changed files with 10 additions and 2 deletions
|
|
@ -1,3 +1,12 @@
|
||||||
|
Synapse 0.99.1rc2 (2019-02-13)
|
||||||
|
==============================
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- Fix errors when using default bind_addresses with replication/metrics listeners. ([\#4636](https://github.com/matrix-org/synapse/issues/4636))
|
||||||
|
|
||||||
|
|
||||||
Synapse 0.99.1rc1 (2019-02-12)
|
Synapse 0.99.1rc1 (2019-02-12)
|
||||||
==============================
|
==============================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Fix errors when using default bind_addresses with replication/metrics listeners.
|
|
||||||
|
|
@ -27,4 +27,4 @@ try:
|
||||||
except ImportError:
|
except ImportError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
__version__ = "0.99.1rc1"
|
__version__ = "0.99.1rc2"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue