Release Zulip Server 2.0.4.

This commit is contained in:
Tim Abbott
2019-06-06 16:49:18 -07:00
parent d52a5a1d2d
commit a1f62a66ae
3 changed files with 13 additions and 3 deletions

View File

@@ -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.3' release = '2.0.4'
# 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.

View File

@@ -7,6 +7,16 @@ 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.4 -- 2019-06-29
- Fixed several configuration-dependent bugs that caused
restore-backup to crash.
- Fixed a table layout bug in "deactivated users" settings.
- Fixed an exception when administrators edited bot users when custom
profile fields were configured in the organization.
- Fixed a bug enabling the PGRoonga search backend with older postgres.
- Fixed getting personal API key when passwords are disabled.
### 2.0.3 -- 2019-04-23 ### 2.0.3 -- 2019-04-23
- Added documentation for upgrading the underlying OS version. - Added documentation for upgrading the underlying OS version.

View File

@@ -1,6 +1,6 @@
ZULIP_VERSION = "2.0.3" ZULIP_VERSION = "2.0.4"
LATEST_MAJOR_VERSION = "2.0" LATEST_MAJOR_VERSION = "2.0"
LATEST_RELEASE_VERSION = "2.0.3" LATEST_RELEASE_VERSION = "2.0.4"
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