mirror of https://github.com/zulip/zulip.git
version: Update version and changelog for Zulip 2.0.8 release.
This commit is contained in:
parent
8e37862b69
commit
4adcd35698
|
@ -222,6 +222,10 @@ downtime, and then upgrade to the new release.
|
||||||
- Enabled webpack code splitting and deduplication.
|
- Enabled webpack code splitting and deduplication.
|
||||||
- Started migrating our frontend codebase to TypeScript.
|
- Started migrating our frontend codebase to TypeScript.
|
||||||
|
|
||||||
|
### 2.0.8 -- 2019-12-12
|
||||||
|
|
||||||
|
- CVE-2019-19775: Close open redirect in thumbnail view.
|
||||||
|
|
||||||
### 2.0.7 -- 2019-11-21
|
### 2.0.7 -- 2019-11-21
|
||||||
|
|
||||||
- CVE-2019-18933: Fix insecure account creation via social authentication.
|
- CVE-2019-18933: Fix insecure account creation via social authentication.
|
||||||
|
|
|
@ -10,7 +10,7 @@ if os.path.exists(zulip_git_version_file):
|
||||||
ZULIP_VERSION = version
|
ZULIP_VERSION = version
|
||||||
|
|
||||||
LATEST_MAJOR_VERSION = "2.0"
|
LATEST_MAJOR_VERSION = "2.0"
|
||||||
LATEST_RELEASE_VERSION = "2.0.7"
|
LATEST_RELEASE_VERSION = "2.0.8"
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue