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

@@ -52,7 +52,7 @@ author = 'The Zulip Team'
# The short X.Y version.
version = '2.0'
# The full version, including alpha/beta/rc tags.
release = '2.0.0-rc1'
release = '2.0.0'
# This allows us to insert a warning that appears only on an unreleased
# version, e.g. to say that something is likely to have changed.

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

View File

@@ -1,7 +1,7 @@
ZULIP_VERSION = "2.0.0-rc1+git"
LATEST_MAJOR_VERSION = "1.9"
LATEST_RELEASE_VERSION = "1.9.2"
LATEST_RELEASE_ANNOUNCEMENT = "https://blog.zulip.org/2018/11/07/zulip-1-9-released/"
ZULIP_VERSION = "2.0.0"
LATEST_MAJOR_VERSION = "2.0"
LATEST_RELEASE_VERSION = "2.0.0"
LATEST_RELEASE_ANNOUNCEMENT = "https://blog.zulip.org/2019/03/01/zulip-2-0-released/"
# Bump the minor PROVISION_VERSION to indicate that folks should provision
# only when going from an old version of the code to a newer version. Bump