mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-22 17:46:08 +03: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)
|
||||
==============================
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Fix errors when using default bind_addresses with replication/metrics listeners.
|
|
@ -27,4 +27,4 @@ try:
|
|||
except ImportError:
|
||||
pass
|
||||
|
||||
__version__ = "0.99.1rc1"
|
||||
__version__ = "0.99.1rc2"
|
||||
|
|
Loading…
Reference in a new issue