Richard van der Hoff 5 years ago
parent
commit
f595d6ac57
4 changed files with 17 additions and 3 deletions
  1. 10 0
      CHANGES.md
  2. 0 2
      changelog.d/4648.bugfix
  3. 6 0
      debian/changelog
  4. 1 1
      synapse/__init__.py

+ 10 - 0
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)
 ===========================
 

+ 0 - 2
changelog.d/4648.bugfix

@@ -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 - 0
debian/changelog

@@ -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
 
   [ Damjan Georgievski ]

+ 1 - 1
synapse/__init__.py

@@ -27,4 +27,4 @@ try:
 except ImportError:
     pass
 
-__version__ = "0.99.1"
+__version__ = "0.99.1.1"