Sfoglia il codice sorgente

1.9.1

tags/v1.9.1^0
Erik Johnston 4 anni fa
parent
commit
77d9357226
4 ha cambiato i file con 16 aggiunte e 2 eliminazioni
  1. +9
    -0
      CHANGES.md
  2. +0
    -1
      changelog.d/6793.bugfix
  3. +6
    -0
      debian/changelog
  4. +1
    -1
      synapse/__init__.py

+ 9
- 0
CHANGES.md Vedi File

@@ -1,3 +1,12 @@
Synapse 1.9.1 (2020-01-28)
==========================

Bugfixes
--------

- Fix bug where setting `mau_limit_reserved_threepids` config would cause Synapse to refuse to start. ([\#6793](https://github.com/matrix-org/synapse/issues/6793))


Synapse 1.9.0 (2020-01-23)
==========================



+ 0
- 1
changelog.d/6793.bugfix Vedi File

@@ -1 +0,0 @@
Fix bug where setting `mau_limit_reserved_threepids` config would cause Synapse to refuse to start.

+ 6
- 0
debian/changelog Vedi File

@@ -1,3 +1,9 @@
matrix-synapse-py3 (1.9.1) stable; urgency=medium

* New synapse release 1.9.1.

-- Synapse Packaging team <packages@matrix.org> Tue, 28 Jan 2020 13:09:23 +0000

matrix-synapse-py3 (1.9.0) stable; urgency=medium

* New synapse release 1.9.0.


+ 1
- 1
synapse/__init__.py Vedi File

@@ -36,7 +36,7 @@ try:
except ImportError:
pass

__version__ = "1.9.0"
__version__ = "1.9.1"

if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)):
# We import here so that we don't have to install a bunch of deps when


Caricamento…
Annulla
Salva