mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-26 08:39:25 -05:00
0.99.1.1
This commit is contained in:
parent
f311018823
commit
f595d6ac57
10
CHANGES.md
10
CHANGES.md
@ -1,3 +1,13 @@
|
|||||||
|
Synapse 0.99.1.1 (2019-02-14)
|
||||||
|
=============================
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- Fix "TypeError: '>' not supported" when starting without an existing certificate.
|
||||||
|
Fix a bug where an existing certificate would be reprovisoned every day. ([\#4648](https://github.com/matrix-org/synapse/issues/4648))
|
||||||
|
|
||||||
|
|
||||||
Synapse 0.99.1 (2019-02-14)
|
Synapse 0.99.1 (2019-02-14)
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
Fix "TypeError: '>' not supported" when starting without an existing certificate.
|
|
||||||
Fix a bug where an existing certificate would be reprovisoned every day.
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
matrix-synapse-py3 (0.99.1.1) stable; urgency=medium
|
||||||
|
|
||||||
|
* New synapse release 0.99.1.1
|
||||||
|
|
||||||
|
-- Synapse Packaging team <packages@matrix.org> Thu, 14 Feb 2019 17:19:44 +0000
|
||||||
|
|
||||||
matrix-synapse-py3 (0.99.1) stable; urgency=medium
|
matrix-synapse-py3 (0.99.1) stable; urgency=medium
|
||||||
|
|
||||||
[ Damjan Georgievski ]
|
[ Damjan Georgievski ]
|
||||||
|
@ -27,4 +27,4 @@ try:
|
|||||||
except ImportError:
|
except ImportError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
__version__ = "0.99.1"
|
__version__ = "0.99.1.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user