Release Zulip Server 2.0.0.

This commit is contained in:
Tim Abbott
2019-02-28 17:37:46 -08:00
parent 3fc2a43573
commit ac24fdd4eb
3 changed files with 15 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ All notable changes to the Zulip server are documented in this file.
This section lists notable unreleased changes; it is generally updated
in bursts.
### 2.0.0 -- coming 2019-02-14 or so
### 2.0.0 -- 2019-03-01
**Highlights:**
- Added automation for synchronizing user avatars, custom profile
@@ -28,6 +28,15 @@ in bursts.
support Ubuntu Trusty, but Zulip 2.1.0 will remove support for
installing on Trusty.
**Upgrade notes:**
- This release adds support for [submitting basic usage statistics] to
help the Zulip core team. This feature can be enabled only if a server
is using the [Mobile Push Notification Service][mpns-statistics-docs],
and is enabled by default in that case. To disable it, set
`SUBMIT_USAGE_STATISTICS = False` in `/etc/zulip/settings.py`.
[mpns-statistics-docs]: ../production/mobile-push-notifications.html#submitting-statistics
**Full feature changelog:**
- Added support for CentOS 7 in the development environment
provisioning process. This is an important step towards production