version: Update version and changelog following 8.3 release.

This commit is contained in:
Alex Vandiver
2024-03-19 22:31:25 +00:00
parent 0f0631813f
commit 1e5421276f
2 changed files with 31 additions and 1 deletions

View File

@@ -17,6 +17,36 @@ log][commit-log] for an up-to-date list of all changes.
## Zulip Server 8.x series ## Zulip Server 8.x series
### Zulip Server 8.3
_Released 2024-03-19_
- **CVE-2024-27286:** Incorrectly preserved access when moving messages between
streams.
- Added beta support for the upcoming Ubuntu 24.04 release.
- Added new DM search options to the compliant export tool.
- Added a helpful error page for installations trying to access “plan
management” when they had not configured the mobile push notifications service
yet.
- Added a
[local-disk database backup](../production/export-and-import.md#streaming-backups-to-local-disk)
option.
- Added the ability to store
[incremental database backups](../production/system-configuration.md#backups_incremental).
- Improved performance of bulk-moving messages between streams by ~2x.
- Streamlined documentation for the Zulip server installer.
- Fixed the “Topics are required for this organization” pop-up incorrectly
closing on some keypresses.
- Fixed the analytics cron job leaking its lock if unexpectedly interrupted
(e.g. by a reboot).
- Fixed sorting by expiration date in the “Invites” settings panel.
- Fixed the gear menu staying open after clicking on “plan management”.
- Fixed a small visual issue with bot icons in the left sidebar DM section.
- Fixed installation with an existent but empty `zulip` database.
- Backported various developer tooling improvements.
- Upgraded dependencies.
- Updated translations, including new translations for Gujarati and Greek.
### Zulip Server 8.2 ### Zulip Server 8.2
_Released 2024-02-16_ _Released 2024-02-16_

View File

@@ -14,7 +14,7 @@ ZULIP_VERSION = lines.pop(0).strip()
ZULIP_MERGE_BASE = lines.pop(0).strip() ZULIP_MERGE_BASE = lines.pop(0).strip()
LATEST_MAJOR_VERSION = "8.0" LATEST_MAJOR_VERSION = "8.0"
LATEST_RELEASE_VERSION = "8.2" LATEST_RELEASE_VERSION = "8.3"
LATEST_RELEASE_ANNOUNCEMENT = "https://blog.zulip.com/2023/12/15/zulip-8-0-released/" LATEST_RELEASE_ANNOUNCEMENT = "https://blog.zulip.com/2023/12/15/zulip-8-0-released/"
# Versions of the desktop app below DESKTOP_MINIMUM_VERSION will be # Versions of the desktop app below DESKTOP_MINIMUM_VERSION will be