From 76b767b154ff257de35d4ec1ebe0676c033add70 Mon Sep 17 00:00:00 2001 From: Alex Vandiver Date: Wed, 5 Jul 2023 20:27:54 +0000 Subject: [PATCH] version: Update version and changelog after 7.2 release. --- docs/overview/changelog.md | 32 ++++++++++++++++++++++++++++++++ version.py | 2 +- 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/docs/overview/changelog.md b/docs/overview/changelog.md index 3d95a0b615..a79f1feb90 100644 --- a/docs/overview/changelog.md +++ b/docs/overview/changelog.md @@ -17,6 +17,38 @@ log][commit-log] for an up-to-date list of all changes. ## Zulip 7.x series +### 7.2 -- 2023-07-05 + +- Started logging a more accurate, detailed, and actionable error messages when + [common reverse proxy mis-configurations][proxies] are detected. + +- Improved [reverse proxy documentation][proxies] to clarify that trust of + `X-Fowarded-Proto` is also necessary. + +- Removed [reverse proxy][proxies] nginx configuration files when the + [`loadbalancer.ips`](../production/deployment.md#ips) + setting has been unset. +- Improved error-handling of scheduled emails, so they cannot attempt infinite + deliveries of a message with no recipients. +- Fixed a bug with the + [PGroonga integration](../subsystems/full-text-search.md#multi-language-full-text-search) + that would cause the PostgreSQL server to crash when a search was run. +- Fixed a bug that would cause some messages not to be marked as read. +- Fixed a bug that still showed file-upload banners after re-opening the compose + box. +- Fixed a bug that prevented file uploads with very unusual file names. +- Adjusted the bot icon to make it more visible on the light theme. +- Fixed minor rendering issues on the “press enter to send” indicator. +- Fixed the scrollbar behavior on the stream settings page. +- Improved error reporting when a Slack token fails to validate during + [import](https://zulip.com/help/import-from-slack#export-your-slack-data), + such as a token having too few permissions. +- Added support for IPv6 + [nameservers in the nginx configuration](../production/deployment.md#nameserver). +- Updated translations. + +[proxies]: ../production/deployment.md#configuring-zulip-to-trust-proxies + ### 7.1 -- 2023-06-13 - Added checks to check that Zulip is being installed on a diff --git a/version.py b/version.py index 087260ac6e..350e0d69a7 100644 --- a/version.py +++ b/version.py @@ -14,7 +14,7 @@ ZULIP_VERSION = lines.pop(0).strip() ZULIP_MERGE_BASE = lines.pop(0).strip() LATEST_MAJOR_VERSION = "7.0" -LATEST_RELEASE_VERSION = "7.1" +LATEST_RELEASE_VERSION = "7.2" LATEST_RELEASE_ANNOUNCEMENT = "https://blog.zulip.com/2023/05/31/zulip-7-0-released/" # Versions of the desktop app below DESKTOP_MINIMUM_VERSION will be