mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
version: Update version and changelog for Zulip 2.0.3 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.2+git'
|
||||
release = '2.0.3+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.
|
||||
|
||||
@@ -7,6 +7,19 @@ All notable changes to the Zulip server are documented in this file.
|
||||
This section lists notable unreleased changes; it is generally updated
|
||||
in bursts.
|
||||
|
||||
### 2.0.3 -- 2019-04-23
|
||||
|
||||
- Added documentation for upgrading the underlying OS version.
|
||||
- Made uwsgi buffer size configurable (relevant for sites putting
|
||||
Zulip behind a proxy that adds many HTTP headers).
|
||||
- Fixed loss of LaTeX syntax inside quote-and-reply.
|
||||
- Fixed virtualenv-related bug when upgrading Zulip when the system
|
||||
virtualenv package is 16.0.0 or newer (no supported platform has
|
||||
such a version by default, but one can install it manually).
|
||||
- Fixed `manage.py query_ldap` test tool (broken in 2.0.2).
|
||||
- Fixed several bugs in new backup and restore tools.
|
||||
- Fixed minor bugs with Youtube previews.
|
||||
|
||||
### 2.0.2 -- 2019-03-15
|
||||
|
||||
- Fixed a regression in the puppet configuration for S3 upload backend
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
ZULIP_VERSION = "2.0.2+git"
|
||||
ZULIP_VERSION = "2.0.3+git"
|
||||
LATEST_MAJOR_VERSION = "2.0"
|
||||
LATEST_RELEASE_VERSION = "2.0.2"
|
||||
LATEST_RELEASE_VERSION = "2.0.3"
|
||||
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