Merge branch 'master' of https://github.com/matrix-org/synapse into develop
This commit is contained in:
commit
d4b2e05852
|
@ -1,5 +1,13 @@
|
||||||
|
Changes in synapse v0.27.3 (2018-04-11)
|
||||||
|
======================================
|
||||||
|
|
||||||
|
Bug fixes:
|
||||||
|
|
||||||
|
* URL quote path segments over federation (#3082)
|
||||||
|
|
||||||
Changes in synapse v0.27.3-rc2 (2018-04-09)
|
Changes in synapse v0.27.3-rc2 (2018-04-09)
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
v0.27.3-rc1 used a stale version of the develop branch so the changelog overstates
|
v0.27.3-rc1 used a stale version of the develop branch so the changelog overstates
|
||||||
the functionality. v0.27.3-rc2 is up to date, rc1 should be ignored.
|
the functionality. v0.27.3-rc2 is up to date, rc1 should be ignored.
|
||||||
|
|
||||||
|
|
|
@ -157,8 +157,8 @@ if you prefer.
|
||||||
|
|
||||||
In case of problems, please see the _`Troubleshooting` section below.
|
In case of problems, please see the _`Troubleshooting` section below.
|
||||||
|
|
||||||
Alternatively, Silvio Fricke has contributed a Dockerfile to automate the
|
Alternatively, Andreas Peters (previously Silvio Fricke) has contributed a Dockerfile to automate the
|
||||||
above in Docker at https://registry.hub.docker.com/u/silviof/docker-matrix/.
|
above in Docker at https://hub.docker.com/r/avhost/docker-matrix/tags/
|
||||||
|
|
||||||
Also, Martin Giess has created an auto-deployment process with vagrant/ansible,
|
Also, Martin Giess has created an auto-deployment process with vagrant/ansible,
|
||||||
tested with VirtualBox/AWS/DigitalOcean - see https://github.com/EMnify/matrix-synapse-auto-deploy
|
tested with VirtualBox/AWS/DigitalOcean - see https://github.com/EMnify/matrix-synapse-auto-deploy
|
||||||
|
|
|
@ -16,4 +16,4 @@
|
||||||
""" This is a reference implementation of a Matrix home server.
|
""" This is a reference implementation of a Matrix home server.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = "0.27.3-rc2"
|
__version__ = "0.27.3"
|
||||||
|
|
Loading…
Reference in New Issue