diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index e313ef9649..eb55cc7636 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -5,7 +5,7 @@ * [Native LZ4 bindings](https://github.com/Xpra-org/xpra/issues/3601) * Safer native brotli bindings for [compression](https://github.com/Xpra-org/xpra/issues/3572) and [decompression](https://github.com/Xpra-org/xpra/issues/3258) * [Native qrencode bindings](https://github.com/Xpra-org/xpra/issues/3578) - * [openSUSE build tweaks](https://github.com/Xpra-org/xpra/issues/3597), [Fedora 37 support](https://github.com/Xpra-org/xpra/commit/414a1ac9ae2775f1566a800aa1eb4688361f2c38) + * [openSUSE build tweaks](https://github.com/Xpra-org/xpra/issues/3597), [Fedora 37](https://github.com/Xpra-org/xpra/commit/414a1ac9ae2775f1566a800aa1eb4688361f2c38), [Rocky Linux / Alma Linux / CentOS Stream : 8 and 9](https://github.com/Xpra-org/repo-build-scripts/commit/f53085abf3227e4b758c3f4c04fa96092fc2b599), [Oracle Linux](https://github.com/Xpra-org/repo-build-scripts/commit/56a2bf9a48e55924782eb777b05e2b37262868e5) * [Debian finally moved to `libexec`](https://github.com/Xpra-org/xpra/issues/3493) * [MS Windows taskbar integration](https://github.com/Xpra-org/xpra/issues/508) * [SSH server support on MS Windows, including starting shadow sessions](https://github.com/Xpra-org/xpra/issues/3626) diff --git a/packaging/debian/xpra/changelog b/packaging/debian/xpra/changelog index b2d35ba369..e8311613f2 100644 --- a/packaging/debian/xpra/changelog +++ b/packaging/debian/xpra/changelog @@ -3,7 +3,7 @@ xpra (4.4-1) UNRELEASED; urgency=low - Native LZ4 bindings - Safer native brotli bindings - Native qrencode bindings - - openSUSE build tweaks, Fedora 37 support + - openSUSE build tweaks, Fedora 37, Oracle Linux / Rocky Linux / Alma Linux / CentOS Stream : 8 and 9 - Debian finally moved to `libexec` - MS Windows taskbar integration - SSH server support on MS Windows, including starting shadow sessions diff --git a/packaging/rpm/xpra.spec b/packaging/rpm/xpra.spec index 9ed0f1adbb..21b7927b8b 100644 --- a/packaging/rpm/xpra.spec +++ b/packaging/rpm/xpra.spec @@ -648,7 +648,7 @@ fi Native LZ4 bindings Safer native brotli bindings Native qrencode bindings - openSUSE build tweaks, Fedora 37 support + openSUSE build tweaks, Fedora 37, Oracle Linux / Rocky Linux / Alma Linux / CentOS Stream : 8 and 9 Debian finally moved to `libexec` MS Windows taskbar integration SSH server support on MS Windows, including starting shadow sessions