Skip to content

Commit 65a5028

Browse files
committed
Release Zulip Server 8.5.
1 parent 5f6f4da commit 65a5028

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

docs/overview/changelog.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff 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_

version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import 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
66
zulip_git_version_file = os.path.join(
@@ -14,7 +14,7 @@
1414
ZULIP_MERGE_BASE = lines.pop(0).strip()
1515

1616
LATEST_MAJOR_VERSION = "8.0"
17-
LATEST_RELEASE_VERSION = "8.4"
17+
LATEST_RELEASE_VERSION = "8.5"
1818
LATEST_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

0 commit comments

Comments
 (0)