version: Update version and changelog for Zulip 2.0.4 release.

This commit is contained in:
Tim Abbott
2019-06-06 16:49:18 -07:00
parent b70bd6be30
commit 9fbc6ab022
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+git' version = '2.0+git'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '2.0.3+git' release = '2.0.4+git'
# 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

@@ -20,6 +20,16 @@ websites](https://zulipchat.com/help/allow-image-link-previews) will
lose the setting and need to re-enable it. lose the setting and need to re-enable it.
### 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+git" ZULIP_VERSION = "2.0.4+git"
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