Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
0.99.1
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed Feb 14, 2019
1 parent a214ba9 commit 06cd757
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 16 deletions.
15 changes: 3 additions & 12 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
Synapse 0.99.1rc2 (2019-02-13)
==============================

Bugfixes
--------

- Fix errors when using default bind_addresses with replication/metrics listeners. ([\#4636](https://github.com/matrix-org/synapse/issues/4636))


Synapse 0.99.1rc1 (2019-02-12)
==============================
Synapse 0.99.1 (2019-02-14)
===========================

Features
--------
Expand All @@ -19,7 +10,7 @@ Features
- Add ability to update backup versions ([\#4580](https://github.com/matrix-org/synapse/issues/4580))
- Allow the "unavailable" presence status for /sync.
This change makes Synapse compliant with r0.4.0 of the Client-Server specification. ([\#4592](https://github.com/matrix-org/synapse/issues/4592))
- There is no longer any need to specify `no_tls`: it is inferred from the absence of TLS listeners ([\#4613](https://github.com/matrix-org/synapse/issues/4613), [\#4615](https://github.com/matrix-org/synapse/issues/4615), [\#4617](https://github.com/matrix-org/synapse/issues/4617))
- There is no longer any need to specify `no_tls`: it is inferred from the absence of TLS listeners ([\#4613](https://github.com/matrix-org/synapse/issues/4613), [\#4615](https://github.com/matrix-org/synapse/issues/4615), [\#4617](https://github.com/matrix-org/synapse/issues/4617), [\#4636](https://github.com/matrix-org/synapse/issues/4636))
- The default configuration no longer requires TLS certificates. ([\#4614](https://github.com/matrix-org/synapse/issues/4614))


Expand Down
8 changes: 6 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
matrix-synapse-py3 (0.99.1) UNRELEASED; urgency=medium
matrix-synapse-py3 (0.99.1) stable; urgency=medium

[ Damjan Georgievski ]
* Added ExecReload= in service unit file to send a HUP signal

-- Damjan Georgievski <[email protected]> Thu, 14 Feb 2019 12:53:13 +0000
[ Synapse Packaging team ]
* New synapse release 0.99.1

-- Synapse Packaging team <[email protected]> Thu, 14 Feb 2019 14:12:26 +0000

matrix-synapse-py3 (0.99.0) stable; urgency=medium

Expand Down
4 changes: 2 additions & 2 deletions synapse/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Copyright 2014-2016 OpenMarket Ltd
# Copyright 2018 New Vector Ltd
# Copyright 2018-9 New Vector Ltd
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -27,4 +27,4 @@
except ImportError:
pass

__version__ = "0.99.1rc2"
__version__ = "0.99.1"

0 comments on commit 06cd757

Please sign in to comment.