mirror of
https://github.com/zulip/zulip.git
synced 2025-11-17 20:41:46 +00:00
Release Zulip Server 2.0.4.
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.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.
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user