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 Dec 13, 2023
1 parent 1378ff9 commit 101f606
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 6 deletions.
3 changes: 3 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to this project will be documented in this file.

## [10.1] 2023-12-13
- [missing start menu](https://github.com/Xpra-org/xpra-html5/commit/1378ff914aab1b382fb2ddd6471d4d33200bbd07)

## [10.0] 2023-11-28
- 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)
- disable offscreen rendering with [more buggy webkit based browsers](https://github.com/Xpra-org/xpra-html5/commit/e2e71ff9102033293d2c078c3ba6c7a9880b9a70), [Chrome without https](https://github.com/Xpra-org/xpra-html5/commit/52742e3f78fee5c098778f68094f7c58e603f22a)
Expand Down
2 changes: 1 addition & 1 deletion html5/connect.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,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 10 beta</h5>
<h5>Version 10.1</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 @@ -269,7 +269,7 @@

<div id="about">
<h2>Xpra HTML5 Client</h2>
<h3>Version 10</h3>
<h3>Version 10.1</h3>
<span>
Copyright (c) 2013-2022 Antoine Martin &lt;antoine@xpra.org&gt;
<br />
Expand Down
5 changes: 5 additions & 0 deletions packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
xpra-html5 (10.1-r10-1) UNRELEASED; urgency=low
* missing start menu

-- Antoine Martin antoine@xpra.org Wed, 13 Dec 2023 15:07:29 +0700 +700

xpra-html5 (10-r1482-1) UNRELEASED; urgency=low
* update libraries: jquery v3.7.1, jquery ui v1.13.2
* disable offscreen rendering with more buggy webkit based browsers, Chrome
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: 10-r1482-1
Version: 10.1-r10-1
Source: xpra-html5
Maintainer: Antoine Martin <antoine@xpra.org>
Standards-Version: 3.9.3
Expand Down
7 changes: 5 additions & 2 deletions packaging/rpm/xpra-html5.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Xpra is released under the terms of the GNU GPL v2, or, at your option, any
# later version. See the file COPYING for details.

%define version 10
%define release 1.r1482%{?dist}
%define version 10.1
%define release 1.r10%{?dist}
%define minifier uglifyjs
%define python python3

Expand Down Expand Up @@ -77,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT
%endif

%changelog
* Wed Dec 13 2023 Antoine Martin <antoine@xpra.org> 10.1-10-1
- missing start menu

* Tue Nov 28 2023 Antoine Martin <antoine@xpra.org> 10-1482-1
- update libraries: jquery v3.7.1, jquery ui v1.13.2
- disable offscreen rendering with more buggy webkit based browsers, Chrome without https
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import os.path
from subprocess import Popen, PIPE

VERSION = "10"
VERSION = "10.1"
AUTHOR = "Antoine Martin"
AUTHOR_EMAIL = "antoine@xpra.org"

Expand Down

0 comments on commit 101f606

Please sign in to comment.