mirror of
https://github.com/zulip/zulip.git
synced 2025-11-19 14:08:23 +00:00
Release Zulip Server 2.0.2.
This commit is contained in:
@@ -52,7 +52,7 @@ author = 'The Zulip Team'
|
|||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '2.0'
|
version = '2.0'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '2.0.1'
|
release = '2.0.2'
|
||||||
|
|
||||||
# This allows us to insert a warning that appears only on an unreleased
|
# 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.
|
# version, e.g. to say that something is likely to have changed.
|
||||||
|
|||||||
@@ -7,6 +7,17 @@ All notable changes to the Zulip server are documented in this file.
|
|||||||
This section lists notable unreleased changes; it is generally updated
|
This section lists notable unreleased changes; it is generally updated
|
||||||
in bursts.
|
in bursts.
|
||||||
|
|
||||||
|
### 2.0.2 -- 2019-03-15
|
||||||
|
|
||||||
|
- Fixed a regression in the puppet configuration for S3 upload backend
|
||||||
|
introduced in 2.0.1.
|
||||||
|
- Fixed a too-fast fade for "Saved" in organization settings.
|
||||||
|
- Fixed a white flash when loading a browser in night mode.
|
||||||
|
- Fixed a few bugs in new LDAP synchronization features.
|
||||||
|
- Fixed a buggy validator for custom stream colors.
|
||||||
|
- Fixed a confusing "Subscribe" button appearing for guest users.
|
||||||
|
- Updated translations, including a new Italian translation.
|
||||||
|
|
||||||
### 2.0.1 -- 2019-03-04
|
### 2.0.1 -- 2019-03-04
|
||||||
|
|
||||||
- Fixed handling of uploaded file routing on Ubuntu Trusty.
|
- Fixed handling of uploaded file routing on Ubuntu Trusty.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
ZULIP_VERSION = "2.0.1"
|
ZULIP_VERSION = "2.0.2"
|
||||||
LATEST_MAJOR_VERSION = "2.0"
|
LATEST_MAJOR_VERSION = "2.0"
|
||||||
LATEST_RELEASE_VERSION = "2.0.1"
|
LATEST_RELEASE_VERSION = "2.0.2"
|
||||||
LATEST_RELEASE_ANNOUNCEMENT = "https://blog.zulip.org/2019/03/01/zulip-2-0-released/"
|
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
|
# Bump the minor PROVISION_VERSION to indicate that folks should provision
|
||||||
|
|||||||
Reference in New Issue
Block a user