diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 6e258d71..a51fb7c3 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file. ## [12.0] 2024-03-29 - [keycloak authentication fails](https://github.com/Xpra-org/xpra-html5/commit/d09a0b2170c3f93319a5ce0984f57f12794617ca) +- [connect page forgetting all settings](https://github.com/Xpra-org/xpra-html5/commit/3fccccb2ee4098fef77116c8ddf8cf813dfbc03b) - [bug report tool error](https://github.com/Xpra-org/xpra-html5/commit/bc83f23390956b2590fb843275ffe6e4c88f7698) - [support custom minifier command](https://github.com/Xpra-org/xpra-html5/commit/1789bb05cf96ba6f864c9a50f0eb4458ee0c013e) - [build fix when using github source archives](https://github.com/Xpra-org/xpra-html5/commit/20dddce76047ee95fcdc3d2b57672429951ab38b) diff --git a/packaging/debian/changelog b/packaging/debian/changelog index 15080ff9..15b9a7ec 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,5 +1,6 @@ xpra-html5 (12.0-r6-1) UNRELEASED; urgency=low * keycloak authentication fails + * connect page forgetting all settings * bug report tool error * support custom minifier command * build fix when using github source archives @@ -7,7 +8,7 @@ xpra-html5 (12.0-r6-1) UNRELEASED; urgency=low * remove legacy 'wheel' workarounds * remove unused function - -- Antoine Martin antoine@xpra.org Fri, 29 Mar 2024 16:29:40 +0700 +700 + -- Antoine Martin antoine@xpra.org Fri, 29 Mar 2024 18:14:48 +0700 +700 xpra-html5 (11-r1520-1) UNRELEASED; urgency=low * more consistent positioning of fullscreen windows diff --git a/packaging/rpm/xpra-html5.spec b/packaging/rpm/xpra-html5.spec index c46b2947..8815e992 100644 --- a/packaging/rpm/xpra-html5.spec +++ b/packaging/rpm/xpra-html5.spec @@ -80,6 +80,7 @@ rm -rf $RPM_BUILD_ROOT %changelog * Fri Mar 29 2024 Antoine Martin 12.0-6-1 - keycloak authentication fails +- connect page forgetting all settings - bug report tool error - support custom minifier command - build fix when using github source archives