mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-09-24 11:04:38 -04:00
Bump version and changelog
This commit is contained in:
parent
a039e2544c
commit
89fc09c3d1
3 changed files with 10 additions and 2 deletions
|
@ -1,3 +1,11 @@
|
|||
Changes in synapse 0.6.1 (2015-01-07)
|
||||
=====================================
|
||||
|
||||
* Various optimization to improve performance of event sending and initial
|
||||
sync.
|
||||
* Media repository now includes a Content-Length header on media downloads.
|
||||
* Improve quality of thumbnails by changing resizing algorithm.
|
||||
|
||||
Changes in synapse 0.6.0 (2014-12-16)
|
||||
=====================================
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
0.6.0
|
||||
0.6.1
|
||||
|
|
|
@ -16,4 +16,4 @@
|
|||
""" This is a reference implementation of a synapse home server.
|
||||
"""
|
||||
|
||||
__version__ = "0.6.0"
|
||||
__version__ = "0.6.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue