From e222b53d8af0f15e33476b52dc6ade88242328de Mon Sep 17 00:00:00 2001 From: Alex Vandiver Date: Tue, 13 Jun 2023 18:17:04 +0000 Subject: [PATCH] version: Update version and changelog after 7.1 release. --- docs/overview/changelog.md | 24 ++++++++++++++++++++++++ version.py | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/docs/overview/changelog.md b/docs/overview/changelog.md index 9c199dc156..2958dc99d3 100644 --- a/docs/overview/changelog.md +++ b/docs/overview/changelog.md @@ -17,6 +17,30 @@ log][commit-log] for an up-to-date list of all changes. ## Zulip 7.x series +### 7.1 -- 2023-06-13 + +- Added checks to check that Zulip is being installed on a + [supported CPU and OS architecture](../production/requirements.md). +- Improved error-handling around the + [`upgrade-postgresql`](../production/upgrade.md#upgrading-postgresql) + tool. +- Fixed a couple bugs in database migrations as part of the upgrade that could + cause the upgrade to fail to complete. +- Fixed a bug where + [scheduled messages](https://zulip.com/help/schedule-a-message) with `@all` + would fail to send. +- Fixed a bug which would sometimes cause the `j` and `k` keys to not be able to + be typed in the compose box. +- Fixed anonymous access to the “download” link on images in + [public-access streams](https://zulip.com/help/public-access-option). +- Changed the default DNS resolver in nginx’s configuration to match the + system’s; this fixes deployments which use the + [S3 storage backend](../production/upload-backends.md) + and did not run `systemd-resolved`, like Docker and some versions of Debian. +- Updated several pieces of documentation. +- Updated translations, including new translations for Luri (Bakhtiari), + Brazilian Portuguese, and Tagalog. + ### 7.0 -- 2023-05-31 #### Highlights diff --git a/version.py b/version.py index f4ff587bbc..2028bf0f75 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.0" +LATEST_RELEASE_VERSION = "7.1" 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