From 1a2f0dce1037e5f6185c3f8735a2c08b48e8727c Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Wed, 31 Jul 2024 20:20:15 +0700 Subject: [PATCH] update the release notes --- docs/CHANGELOG.md | 4 ++++ html5/connect.html | 2 +- html5/index.html | 2 +- html5/js/Utilities.js | 6 +++--- packaging/debian/changelog | 7 ++++--- packaging/debian/control | 2 +- packaging/rpm/xpra-html5.spec | 7 ++++--- 7 files changed, 18 insertions(+), 12 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 3ffda58f..bbdf268b 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog All notable changes to this project will be documented in this file. +## [15.0] 2024-07-31 +- [try harder to prevent password input with insecure settings](https://github.com/Xpra-org/xpra-html5/commit/5425c1a856badf46d9727cba585b8ab9c1a0e735) [but also allow password input with 'insecure' option](https://github.com/Xpra-org/xpra-html5/commit/bebca925ef289342d5af44ef203fb3498b31c9ed) +- [honour preferred clipboard format](https://github.com/Xpra-org/xpra-html5/commit/c5c8cf6de46633cca45a2df8dce8d02f38e0ed16) + ## [14.0] 2024-07-02 - security fixes: - [prevent XSS from server menu data](https://github.com/Xpra-org/xpra-html5/commit/dab26753459258258e2958d507f072595129838a) - low concern diff --git a/html5/connect.html b/html5/connect.html index 2c9350a4..8613638e 100644 --- a/html5/connect.html +++ b/html5/connect.html @@ -41,7 +41,7 @@
xpra logo -
Version 15 beta
+
Version 15

Xpra HTML5 Client

-

Version 15 beta

+

Version 15

Copyright (c) 2013-2024 Antoine Martin <antoine@xpra.org>
diff --git a/html5/js/Utilities.js b/html5/js/Utilities.js index 31d137a2..e96e60c3 100644 --- a/html5/js/Utilities.js +++ b/html5/js/Utilities.js @@ -8,10 +8,10 @@ */ const Utilities = { - VERSION: "15", - REVISION : 1604, + VERSION = "15", + REVISION : 0, LOCAL_MODIFICATIONS: 0, - BRANCH: "master", + BRANCH: "v15.x", exc: console_error_safe, error: console_error_safe, diff --git a/packaging/debian/changelog b/packaging/debian/changelog index b8230cb2..58bf3943 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,7 +1,8 @@ -xpra-html5 (15-r1604-1) UNRELEASED; urgency=low - * TODO +xpra-html5 (15-r0-1) UNRELEASED; urgency=low + * try harder to prevent password input with insecure settings, but also allow password input with 'insecure' option + * honour preferred clipboard format - -- Antoine Martin antoine@xpra.org Tue, 02 Jul 2024 23:44:00 +0700 +700 + -- Antoine Martin antoine@xpra.org Wed, 31 Jul 2024 20:16:19 +0700 +700 xpra-html5 (14-r1569-1) UNRELEASED; urgency=low * security fixes: diff --git a/packaging/debian/control b/packaging/debian/control index 3ca24634..50e4955e 100644 --- a/packaging/debian/control +++ b/packaging/debian/control @@ -1,5 +1,5 @@ Package: xpra-html5 -Version: 15-r1604-1 +Version: 15-r0-1 Source: xpra-html5 Maintainer: Antoine Martin Standards-Version: 3.9.3 diff --git a/packaging/rpm/xpra-html5.spec b/packaging/rpm/xpra-html5.spec index d6cf4ce7..65bb9c38 100644 --- a/packaging/rpm/xpra-html5.spec +++ b/packaging/rpm/xpra-html5.spec @@ -4,7 +4,7 @@ # later version. See the file COPYING for details. %define version 15 -%define release 1.r1604%{?dist} +%define release 1.r0%{?dist} %define minifier uglifyjs %define python python3 @@ -78,8 +78,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog -* Tue Jul 02 2024 Antoine Martin 15-1604-1 -- TODO +* Wed Jul 31 2024 Antoine Martin 15-0-1 +- try harder to prevent password input with insecure settings, but also allow password input with 'insecure' option +- honour preferred clipboard format * Tue Jul 02 2024 Antoine Martin 14-1569-1 - security fixes: