mirror of https://github.com/zulip/zulip.git
docs: Update changelog for Zulip 2.1.4 release.
This commit is contained in:
parent
b1ff823798
commit
20ac4e1fba
|
@ -64,6 +64,18 @@ in bursts.
|
|||
system was always a hack, was only ever used for one endpoint, and
|
||||
did not provide a measureable latency benefit over HTTP/2.
|
||||
|
||||
### 2.1.4 -- 2020-04-16
|
||||
|
||||
- Fixed a regression in 2.1.3 that impacted creating the very first
|
||||
organization via our data import tools.
|
||||
- Remove the old `tsearch_extras` postgres extension, which was causing
|
||||
an exception restoring backups on fresh Zulip servers that had been
|
||||
generated on systems that had been upgraded from older Zulip releases.
|
||||
- Removed fetching GitHub contributor data from static asset build
|
||||
process. This makes `upgrade-zulip-from-git` much more reliable.
|
||||
- Updated translation data from Transifex.
|
||||
- Support for Ubuntu 16.04 Xenial and Debian 9 Stretch is now deprecated.
|
||||
|
||||
### 2.1.3 -- 2020-04-01
|
||||
|
||||
- CVE-2020-9444: Prevent reverse tabnapping attacks.
|
||||
|
|
|
@ -10,7 +10,7 @@ if os.path.exists(zulip_git_version_file):
|
|||
ZULIP_VERSION = version
|
||||
|
||||
LATEST_MAJOR_VERSION = "2.1"
|
||||
LATEST_RELEASE_VERSION = "2.1.3"
|
||||
LATEST_RELEASE_VERSION = "2.1.4"
|
||||
LATEST_RELEASE_ANNOUNCEMENT = "https://blog.zulip.org/2019/12/13/zulip-2-1-released/"
|
||||
LATEST_DESKTOP_VERSION = "5.0.0"
|
||||
|
||||
|
|
Loading…
Reference in New Issue