From a1f62a66ae2f9d6088e3666d475c7737297ec02c Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Thu, 6 Jun 2019 16:49:18 -0700 Subject: [PATCH] Release Zulip Server 2.0.4. --- docs/conf.py | 2 +- docs/overview/changelog.md | 10 ++++++++++ version.py | 4 ++-- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 6697b48681..9d02c4b6eb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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.3' +release = '2.0.4' # 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. diff --git a/docs/overview/changelog.md b/docs/overview/changelog.md index 4be9cc7157..b5f79aa0a5 100644 --- a/docs/overview/changelog.md +++ b/docs/overview/changelog.md @@ -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 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 - Added documentation for upgrading the underlying OS version. diff --git a/version.py b/version.py index 8ef39273e1..8e000ed085 100644 --- a/version.py +++ b/version.py @@ -1,6 +1,6 @@ -ZULIP_VERSION = "2.0.3" +ZULIP_VERSION = "2.0.4" 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/" # Bump the minor PROVISION_VERSION to indicate that folks should provision