Release Zulip Server 9.4.

This commit is contained in:
Alex Vandiver
2025-01-16 17:18:27 +00:00
parent c6334a765b
commit b762cdde48
2 changed files with 25 additions and 2 deletions

View File

@@ -7,6 +7,29 @@ up-to-date list of all changes.
## Zulip Server 9.x series
### Zulip Server 9.4
_Released 2025-01-16_
- CVE-2024-56136: Fixed a bug where servers hosting multiple organizations could
leak information to an unauthenticated attacker about which email addresses
were in use. Servers hosting only a single organization are unaffected by
this vulnerability.
- Upgraded the Slack integration to support Slacks Events API (while still
supporting their legacy outgoing webhook API). Installations using the Slack
integration should consider recreating their integration with the more modern
API, as Slack will eventually remove the legacy API and some planned
improvements to the integration are only possible with Slacks modern API.
- Merged two Traditional Chinese localizations into each other.
- Improved support for bot avatars in Slack imports.
- Fixed localization of the integrations page for some languages.
- Fixed a bug where users would be shown the UI for changing another users
avatar, even if they did not have that permission.
- Updated the requirements documentation to suggest allocating swap space for
hosts with less than 5GB of RAM.
- Updated python dependencies.
- Updated translations.
### Zulip Server 9.3
_Released 2024-11-22_

View File

@@ -1,6 +1,6 @@
import os
ZULIP_VERSION = "9.3+git"
ZULIP_VERSION = "9.4"
# Add information on number of commits and commit hash to version, if available
zulip_git_version_file = os.path.join(
@@ -14,7 +14,7 @@ ZULIP_VERSION = lines.pop(0).strip()
ZULIP_MERGE_BASE = lines.pop(0).strip()
LATEST_MAJOR_VERSION = "9.0"
LATEST_RELEASE_VERSION = "9.3"
LATEST_RELEASE_VERSION = "9.4"
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