Skip to content

Commit

Permalink
update the release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Jul 31, 2024
1 parent c5c8cf6 commit 1a2f0dc
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 12 deletions.
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion html5/connect.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<form class="form-signin" action="./index.html">
<img src="icons/xpra-logo.png" alt="xpra logo" />
<h2 class="form-signin-heading">Xpra HTML5 Client</h2>
<h5>Version 15 beta</h5>
<h5>Version 15</h5>

<div
id="alert-disconnect"
Expand Down
2 changes: 1 addition & 1 deletion html5/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@

<div id="about">
<h2>Xpra HTML5 Client</h2>
<h3>Version 15 beta</h3>
<h3>Version 15</h3>
<span>
Copyright (c) 2013-2024 Antoine Martin &lt;antoine@xpra.org&gt;
<br />
Expand Down
6 changes: 3 additions & 3 deletions html5/js/Utilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
7 changes: 4 additions & 3 deletions packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion packaging/debian/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: xpra-html5
Version: 15-r1604-1
Version: 15-r0-1
Source: xpra-html5
Maintainer: Antoine Martin <antoine@xpra.org>
Standards-Version: 3.9.3
Expand Down
7 changes: 4 additions & 3 deletions packaging/rpm/xpra-html5.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -78,8 +78,9 @@ rm -rf $RPM_BUILD_ROOT
%endif

%changelog
* Tue Jul 02 2024 Antoine Martin <antoine@xpra.org> 15-1604-1
- TODO
* Wed Jul 31 2024 Antoine Martin <antoine@xpra.org> 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 <antoine@xpra.org> 14-1569-1
- security fixes:
Expand Down

0 comments on commit 1a2f0dc

Please sign in to comment.