mirror of
https://github.com/zulip/zulip.git
synced 2025-11-21 15:09:34 +00:00
version: Update version and changelog for Zulip 2.0.4 release.
This commit is contained in:
@@ -52,7 +52,7 @@ author = 'The Zulip Team'
|
||||
# The short X.Y version.
|
||||
version = '2.0+git'
|
||||
# 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
|
||||
# version, e.g. to say that something is likely to have changed.
|
||||
|
||||
@@ -20,6 +20,16 @@ websites](https://zulipchat.com/help/allow-image-link-previews) will
|
||||
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
|
||||
|
||||
- Added documentation for upgrading the underlying OS version.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
ZULIP_VERSION = "2.0.3+git"
|
||||
ZULIP_VERSION = "2.0.4+git"
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user