diff --git a/docs/conf.py b/docs/conf.py index 86bb4cda86..9efa2a09b8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. diff --git a/docs/overview/changelog.md b/docs/overview/changelog.md index cfb1e264f2..4be9cc7157 100644 --- a/docs/overview/changelog.md +++ b/docs/overview/changelog.md @@ -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 diff --git a/version.py b/version.py index 3dd39fdcc0..02d1aef700 100644 --- a/version.py +++ b/version.py @@ -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