mirror of
https://github.com/zulip/zulip.git
synced 2025-10-27 10:03:56 +00:00
version: Update version for Zulip Server 10.3 release.
This commit is contained in:
@@ -13,11 +13,35 @@ log][commit-log] for an up-to-date list of all changes.
|
|||||||
|
|
||||||
_Unreleased_
|
_Unreleased_
|
||||||
|
|
||||||
- Added support for using PostgreSQL 17 as the database. See the
|
### Zulip Server 10.3
|
||||||
[PostgreSQL upgrade
|
|
||||||
documentation](../production/upgrade.md#upgrading-postgresql) if
|
_Released 2025-05-15_
|
||||||
you’re interested in upgrading an existing server to newer
|
|
||||||
PostgreSQL.
|
- CVE-2025-47930: Restrictions on creating public or private channels
|
||||||
|
were incorrectly not applied when editing the channel type for an
|
||||||
|
existing channel. This issue only impacted configurations where
|
||||||
|
users could create private channels but not public channels, or vice
|
||||||
|
versa.
|
||||||
|
- Fixed an important bug where the LDAP integration could corrupt
|
||||||
|
system groups when changing a user’s role, resulting in permissions
|
||||||
|
not being applied correctly. This release also contains a migration
|
||||||
|
that corrects the corrupted state for affected systems.
|
||||||
|
- Fixed a bug where uploaded files were incorrectly inaccessible to
|
||||||
|
users previewing a private channel that they had permission to join.
|
||||||
|
- Fixed multiple live update bugs related to archiving/unarchiving
|
||||||
|
channels or losing access to a channel.
|
||||||
|
- Fixed sorting of message IDs in the `unread_msgs` API.
|
||||||
|
- Fixed appearance of the top-of-message-feed loading spinner with
|
||||||
|
non-default font sizes.
|
||||||
|
- Fixed several glitches with save/discard buttons in organization
|
||||||
|
settings, and updated visual design.
|
||||||
|
- Added the `manage.py thumbnail` management command. This management
|
||||||
|
command supports generating thumbnails for legacy images that were
|
||||||
|
uploaded prior to the introduction of thumbnailing in Zulip
|
||||||
|
9.0. This tools shares its queue with thumbnailing of newly sent
|
||||||
|
images, so be careful when enqueuing large numbers of images at
|
||||||
|
once.
|
||||||
|
- Updated translations.
|
||||||
|
|
||||||
#### Upgrade notes for 11.0
|
#### Upgrade notes for 11.0
|
||||||
|
|
||||||
@@ -47,7 +71,10 @@ _Released 2025-04-15_
|
|||||||
profiles.
|
profiles.
|
||||||
- Fixed compatibility issues between the new `tusd` -based file upload backend
|
- Fixed compatibility issues between the new `tusd` -based file upload backend
|
||||||
and using a non-default port for the Zulip server.
|
and using a non-default port for the Zulip server.
|
||||||
- Added support for PostgreSQL 17.
|
- Added support for PostgreSQL 17. See the [PostgreSQL upgrade
|
||||||
|
documentation](../production/upgrade.md#upgrading-postgresql) if
|
||||||
|
you’re interested in upgrading an existing server to newer
|
||||||
|
PostgreSQL.
|
||||||
- Direct message conversations are now allowed to wrap to two lines in the left
|
- Direct message conversations are now allowed to wrap to two lines in the left
|
||||||
sidebar using a 2-line format, just like topics.
|
sidebar using a 2-line format, just like topics.
|
||||||
- Fixed an important server availability bug involving thumbnails for large
|
- Fixed an important server availability bug involving thumbnails for large
|
||||||
|
|||||||
@@ -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 = "10.0"
|
LATEST_MAJOR_VERSION = "10.0"
|
||||||
LATEST_RELEASE_VERSION = "10.2"
|
LATEST_RELEASE_VERSION = "10.3"
|
||||||
LATEST_RELEASE_ANNOUNCEMENT = "https://blog.zulip.com/zulip-server-10-0"
|
LATEST_RELEASE_ANNOUNCEMENT = "https://blog.zulip.com/zulip-server-10-0"
|
||||||
|
|
||||||
# Versions of the desktop app below DESKTOP_MINIMUM_VERSION will be
|
# Versions of the desktop app below DESKTOP_MINIMUM_VERSION will be
|
||||||
|
|||||||
Reference in New Issue
Block a user