0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-05-23 14:03:45 +02:00
This commit is contained in:
Richard van der Hoff 2020-04-03 10:57:07 +01:00
parent 6d7cec7a57
commit 29ce90358c
4 changed files with 16 additions and 4 deletions

View file

@ -1,3 +1,12 @@
Synapse 1.12.3 (2020-04-03)
===========================
Internal Changes
----------------
- Roll back the pin to Pillow 7.0 which was introduced in Synapse 1.12.2. ([\#7212](https://github.com/matrix-org/synapse/issues/7212))
Synapse 1.12.2 (2020-04-02)
===========================

View file

@ -1 +0,0 @@
Roll back the pin to Pillow 7.0 which was introduced in Synapse 1.12.2.

8
debian/changelog vendored
View file

@ -1,9 +1,13 @@
matrix-synapse-py3 (1.12.2ubuntu1) UNRELEASED; urgency=medium
matrix-synapse-py3 (1.12.3) stable; urgency=medium
[ Richard van der Hoff ]
* Update the Debian build scripts to handle the new installation paths
for the support libraries introduced by Pillow 7.1.1.
-- Richard van der Hoff <richard@matrix.org> Thu, 02 Apr 2020 23:18:52 +0100
[ Synapse Packaging team ]
* New synapse release 1.12.3.
-- Synapse Packaging team <packages@matrix.org> Fri, 03 Apr 2020 10:55:03 +0100
matrix-synapse-py3 (1.12.2) stable; urgency=medium

View file

@ -36,7 +36,7 @@ try:
except ImportError:
pass
__version__ = "1.12.2"
__version__ = "1.12.3"
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