diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index f476c14d..f81e5336 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,7 +2,8 @@ All notable changes to this project will be documented in this file. -## [10.0] 2023-10-03 +## [10.0] 2023-10-16 +- update libraries: [jquery v3.7.1](https://github.com/Xpra-org/xpra-html5/commit/b7ca50be7b90de1657817f6685a0eb956fe99669), [jquery ui v1.13.2](https://github.com/Xpra-org/xpra-html5/commit/b503697e2420c070d2e6441e18e100e2586dade3) - [move some encoding attributes to default settings](https://github.com/Xpra-org/xpra-html5/commit/431276b92cdef468c28c07c4c645cf79c051fd9c), [support more encoding attributes](https://github.com/Xpra-org/xpra-html5/commit/a64a7da357232c15e06f3c2d3ee5c06de71f5378) - [simplify parameter parsing](https://github.com/Xpra-org/xpra-html5/commit/b370a42812e48958c26ac31f6cf5b6efb3c85770) - [structured capabilities](https://github.com/Xpra-org/xpra-html5/commit/a6a8f598bdb357d268800e8ab429d18ccf3c3855) and [more readable](https://github.com/Xpra-org/xpra-html5/commit/fd135129ea5541164b84cbd051a994b331498a18) diff --git a/packaging/debian/changelog b/packaging/debian/changelog index 01c6d835..b246fae7 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,10 +1,11 @@ xpra-html5 (10-r1482-1) UNRELEASED; urgency=low + * update libraries: jquery v3.7.1, jquery ui v1.13.2 * move some encoding attributes to default settings, support more encoding attributes * simplify parameter parsing * structured capabilities and more readable * cosmetic: debug logging, whitespace - -- Antoine Martin antoine@xpra.org Mon, 04 Sep 2023 20:44:45 +0700 +700 + -- Antoine Martin antoine@xpra.org Mon, 16 Oct 2023 20:44:45 +0700 +700 xpra-html5 (9.0-r1479-1) UNRELEASED; urgency=low * support only xpra v5 diff --git a/packaging/rpm/xpra-html5.spec b/packaging/rpm/xpra-html5.spec index 043346ff..b5714fe4 100644 --- a/packaging/rpm/xpra-html5.spec +++ b/packaging/rpm/xpra-html5.spec @@ -77,7 +77,8 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog -* Tue Oct 03 2023 Antoine Martin 10-1482-1 +* Mon Oct 16 2023 Antoine Martin 10-1482-1 +- update libraries: jquery v3.7.1, jquery ui v1.13.2 - move some encoding attributes to default settings, support more encoding attributes - simplify parameter parsing - structured capabilities and more readable