File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed
Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,24 @@ up-to-date list of all changes.
77
88## Zulip Server 8.x series
99
10+ ### Zulip Server 8.5
11+
12+ _ Released 2024-07-31_
13+
14+ - Fixed failures installing/upgrading Debian systems by removing the
15+ Apache Arrow apt repository as a dependency, which suffers from an
16+ annual problem with expired GPG signatures.
17+ - Improved documentation for upgrading the Ubuntu version.
18+ - Fixed ` manage.py register_server --rotate-key ` crashing without
19+ having written its secrets if the ` zulip ` user had permission to write
20+ to ` /etc/zulip/zulip-secrets.conf ` , but not its parent directory.
21+ - Fixed client-provided HTTP authentication headers being incorrectly
22+ forwarded in S3 requests, causing authentication errors.
23+ - Removed the Gitter data import tool (Gitter no longer exports data
24+ in the format it supported).
25+ - Upgraded Python dependencies.
26+ - Updated translations.
27+
1028### Zulip Server 8.4
1129
1230_ Released 2024-05-09_
Original file line number Diff line number Diff line change 11import os
22
3- ZULIP_VERSION = "8.4+git "
3+ ZULIP_VERSION = "8.5 "
44
55# Add information on number of commits and commit hash to version, if available
66zulip_git_version_file = os .path .join (
1414ZULIP_MERGE_BASE = lines .pop (0 ).strip ()
1515
1616LATEST_MAJOR_VERSION = "8.0"
17- LATEST_RELEASE_VERSION = "8.4 "
17+ LATEST_RELEASE_VERSION = "8.5 "
1818LATEST_RELEASE_ANNOUNCEMENT = "https://blog.zulip.com/2023/12/15/zulip-8-0-released/"
1919
2020# Versions of the desktop app below DESKTOP_MINIMUM_VERSION will be
You can’t perform that action at this time.
0 commit comments