docs: Add changelog from 1.9.2 release.

This commit is contained in:
Tim Abbott
2019-01-29 16:23:16 -08:00
parent c665f809f2
commit dc663057ce
3 changed files with 18 additions and 3 deletions

View File

@@ -54,7 +54,7 @@ author = 'The Zulip Team'
# The short X.Y version. # The short X.Y version.
version = '1.9+git' version = '1.9+git'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '1.9.1+git' release = '1.9.2+git'
# This allows us to insert a warning that appears only on an unreleased # 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. # version, e.g. to say that something is likely to have changed.

View File

@@ -48,6 +48,21 @@ from LDAP/active directory.
- Fixed display of full recipients list in "private messages" hover. - Fixed display of full recipients list in "private messages" hover.
- Fixed bugs involving muting and renamed streams. - Fixed bugs involving muting and renamed streams.
### 1.9.2 -- 2019-01-29
This release migrates Zulip off a deprecated Google+ API (necessary
for Google Authentication to continue working past March 7), and
contains a few bug fixes for the installer and Slack import. It has
minimal changes for existing servers not using Google authentication.
- Updated the Google Auth integration to stop using a deprecated and
soon-to-be-removed Google+ authentication API.
- Improved installer error messages for common configuration problems.
- Fixed several bugs in Slack, Gitter, and HipChat import tools.
- Fixed a subtle bug in garbage-collection of the node_modules cache.
- Optimized performance of Slack import for organizations with
thousands of users.
### 1.9.1 -- 2018-11-30 ### 1.9.1 -- 2018-11-30
This release is primarily intended to improve the experience for new This release is primarily intended to improve the experience for new

View File

@@ -1,6 +1,6 @@
ZULIP_VERSION = "1.9.1+git" ZULIP_VERSION = "1.9.2+git"
LATEST_MAJOR_VERSION = "1.9" LATEST_MAJOR_VERSION = "1.9"
LATEST_RELEASE_VERSION = "1.9.1" LATEST_RELEASE_VERSION = "1.9.2"
LATEST_RELEASE_ANNOUNCEMENT = "https://blog.zulip.org/2018/11/07/zulip-1-9-released/" LATEST_RELEASE_ANNOUNCEMENT = "https://blog.zulip.org/2018/11/07/zulip-1-9-released/"
# Bump the minor PROVISION_VERSION to indicate that folks should provision # Bump the minor PROVISION_VERSION to indicate that folks should provision