mirror of https://github.com/zulip/zulip.git
version: Update version and changelog after 5.6 release.
This commit is contained in:
parent
4a61e36def
commit
5d3e4d3e56
|
@ -100,6 +100,17 @@ log][commit-log] for an up-to-date list of raw changes.
|
|||
|
||||
## Zulip 5.x series
|
||||
|
||||
### 5.6 -- 2022-08-24
|
||||
|
||||
- CVE-2022-36048: Change the Markdown renderer to only rewrite known
|
||||
local links as relative links, rather than rewriting all local
|
||||
links. This fix also protects against a vulnerability in the Zulip
|
||||
mobile app (CVE-2022-35962).
|
||||
- Added hardening against timing attacks to an internal authentication check.
|
||||
- Improved documentation for hosting multiple organizations on a server.
|
||||
- Updated dependencies.
|
||||
- Updated translations.
|
||||
|
||||
### 5.5 -- 2022-07-21
|
||||
|
||||
- CVE-2022-31168: Fix authorization check for changing bot roles. Due
|
||||
|
|
|
@ -14,7 +14,7 @@ ZULIP_VERSION = lines.pop(0).strip()
|
|||
ZULIP_MERGE_BASE = lines.pop(0).strip()
|
||||
|
||||
LATEST_MAJOR_VERSION = "5.0"
|
||||
LATEST_RELEASE_VERSION = "5.5"
|
||||
LATEST_RELEASE_VERSION = "5.6"
|
||||
LATEST_RELEASE_ANNOUNCEMENT = "https://blog.zulip.com/2022/03/29/zulip-5-0-released/"
|
||||
|
||||
# Versions of the desktop app below DESKTOP_MINIMUM_VERSION will be
|
||||
|
|
Loading…
Reference in New Issue