mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
Release Zulip Server 2.1.1.
This commit is contained in:
@@ -7,6 +7,15 @@ All notable changes to the Zulip server are documented in this file.
|
|||||||
This section lists notable unreleased changes; it is generally updated
|
This section lists notable unreleased changes; it is generally updated
|
||||||
in bursts.
|
in bursts.
|
||||||
|
|
||||||
|
### 2.1.1 -- 2019-12-13
|
||||||
|
|
||||||
|
- Fixed upgrading to 2.1.x with the LDAP integration enabled in a
|
||||||
|
configuration where `AUTH_LDAP_REVERSE_EMAIL_SEARCH` is newly
|
||||||
|
required, but is not set yet.
|
||||||
|
- Reimplemented --postgres-missing-dictionaries installer option,
|
||||||
|
used with our new support for a DBaaS managed database.
|
||||||
|
- Improved documentation for `AUTH_LDAP_REVERSE_EMAIL_SEARCH`.
|
||||||
|
|
||||||
### 2.1.0 -- 2019-12-12
|
### 2.1.0 -- 2019-12-12
|
||||||
|
|
||||||
**Highlights:**
|
**Highlights:**
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import os
|
import os
|
||||||
|
|
||||||
ZULIP_VERSION = "2.1.0"
|
ZULIP_VERSION = "2.1.1"
|
||||||
# Add information on number of commits and commit hash to version, if available
|
# Add information on number of commits and commit hash to version, if available
|
||||||
zulip_git_version_file = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'zulip-git-version')
|
zulip_git_version_file = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'zulip-git-version')
|
||||||
if os.path.exists(zulip_git_version_file):
|
if os.path.exists(zulip_git_version_file):
|
||||||
@@ -10,7 +10,7 @@ if os.path.exists(zulip_git_version_file):
|
|||||||
ZULIP_VERSION = version
|
ZULIP_VERSION = version
|
||||||
|
|
||||||
LATEST_MAJOR_VERSION = "2.1"
|
LATEST_MAJOR_VERSION = "2.1"
|
||||||
LATEST_RELEASE_VERSION = "2.1.0"
|
LATEST_RELEASE_VERSION = "2.1.1"
|
||||||
LATEST_RELEASE_ANNOUNCEMENT = "https://blog.zulip.org/2019/12/13/zulip-2-1-released/"
|
LATEST_RELEASE_ANNOUNCEMENT = "https://blog.zulip.org/2019/12/13/zulip-2-1-released/"
|
||||||
|
|
||||||
# Bump the minor PROVISION_VERSION to indicate that folks should provision
|
# Bump the minor PROVISION_VERSION to indicate that folks should provision
|
||||||
|
|||||||
Reference in New Issue
Block a user