version: Update version and changelog for Zulip 2.0.3 release.

This commit is contained in:
Tim Abbott
2019-04-17 12:24:00 -07:00
parent 21dc34cc52
commit bf9f08a3e6
3 changed files with 16 additions and 3 deletions

View File

@@ -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.

View File

@@ -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

View File

@@ -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