Merge branch 'master' of github.com:matrix-org/synapse into develop
This commit is contained in:
commit
f33df30732
|
@ -1,3 +1,9 @@
|
||||||
|
Changes in synapse v0.21.0 (2017-05-18)
|
||||||
|
=======================================
|
||||||
|
|
||||||
|
No changes since v0.21.0-rc3
|
||||||
|
|
||||||
|
|
||||||
Changes in synapse v0.21.0-rc3 (2017-05-17)
|
Changes in synapse v0.21.0-rc3 (2017-05-17)
|
||||||
===========================================
|
===========================================
|
||||||
|
|
||||||
|
|
|
@ -84,6 +84,7 @@ Synapse Installation
|
||||||
Synapse is the reference python/twisted Matrix homeserver implementation.
|
Synapse is the reference python/twisted Matrix homeserver implementation.
|
||||||
|
|
||||||
System requirements:
|
System requirements:
|
||||||
|
|
||||||
- POSIX-compliant system (tested on Linux & OS X)
|
- POSIX-compliant system (tested on Linux & OS X)
|
||||||
- Python 2.7
|
- Python 2.7
|
||||||
- At least 1GB of free RAM if you want to join large public rooms like #matrix:matrix.org
|
- At least 1GB of free RAM if you want to join large public rooms like #matrix:matrix.org
|
||||||
|
|
|
@ -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.21.0-rc3"
|
__version__ = "0.21.0"
|
||||||
|
|
Loading…
Reference in New Issue