Sfoglia il codice sorgente

Bump changelog and version

Erik Johnston 7 anni fa
parent
commit
60a015550a
2 ha cambiato i file con 15 aggiunte e 1 eliminazioni
  1. 14 0
      CHANGES.rst
  2. 1 1
      synapse/__init__.py

+ 14 - 0
CHANGES.rst

@@ -1,3 +1,17 @@
+Changes in synapse v0.17.1 (2016-08-24)
+=======================================
+
+Changes:
+
+* Delete old received_transactions rows (PR #1038)
+* Pass through user-supplied content in /join/$room_id (PR #1039)
+
+
+Bug fixes:
+
+* Fix bug with backfill (PR #1040)
+
+
 Changes in synapse v0.17.1-rc1 (2016-08-22)
 ===========================================
 

+ 1 - 1
synapse/__init__.py

@@ -16,4 +16,4 @@
 """ This is a reference implementation of a Matrix home server.
 """
 
-__version__ = "0.17.1-rc1"
+__version__ = "0.17.1"