Skip to content

Commit

Permalink
bump version and update the release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Feb 24, 2024
1 parent d81286f commit 8af3ff3
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 5 deletions.
6 changes: 6 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [11.1] 2024-02-24
- [build failures when using github archives](https://github.com/Xpra-org/xpra-html5/commit/2bdca6c5ba1459c21317e7f51e933b83e06d36fa)
- [default to `yuicompressor`](https://github.com/Xpra-org/xpra-html5/commit/ecb56b264c235ccb35474ac1a3b85aff1119fc96)
- [version string incorrectly / not updated](https://github.com/Xpra-org/xpra-html5/commit/8973774c5318aa2dc5223628826296a835aed43e)
- [offsreen decoding can handle larger video dimensions](https://github.com/Xpra-org/xpra-html5/commit/d81286fe2091f5266df898c0a37dcc30aaa060d0)

## [11.0] 2024-01-31
- [more consistent positioning of fullscreen windows](https://github.com/Xpra-org/xpra-html5/commit/be43532f1637b315466289154b387f48db7a9a0b)
- [prefix the `sessionStorage` data with pathname](https://github.com/Xpra-org/xpra-html5/commit/b944a32f4b3a1394e092095e6ab57d575b764307)
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 11 beta</h5>
<h5>Version 11.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 @@ -273,7 +273,7 @@

<div id="about">
<h2>Xpra HTML5 Client</h2>
<h3>Version 11</h3>
<h3>Version 11.1</h3>
<span>
Copyright (c) 2013-2022 Antoine Martin &lt;[email protected]&gt;
<br />
Expand Down
8 changes: 8 additions & 0 deletions packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
xpra-html5 (11.1-r1520-1) UNRELEASED; urgency=low
* build failures when using github archives
* default to `yuicompressor`
* version string incorrectly / not updated
* offsreen decoding can handle larger video dimensions

-- Antoine Martin [email protected] Sat, 24 Feb 2024 08:22:56 +0700 -500

xpra-html5 (11-r1520-1) UNRELEASED; urgency=low
* more consistent positioning of fullscreen windows
* prefix the `sessionStorage` data with pathname
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: 11-r1520-1
Version: 11.1-r1520-1
Source: xpra-html5
Maintainer: Antoine Martin <[email protected]>
Standards-Version: 3.9.3
Expand Down
8 changes: 7 additions & 1 deletion packaging/rpm/xpra-html5.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# 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 11
%define version 11.1
%define release 1.r1520%{?dist}
%define minifier uglifyjs
%define python python3
Expand Down Expand Up @@ -78,6 +78,12 @@ rm -rf $RPM_BUILD_ROOT
%endif

%changelog
* Sat Feb 24 2024 Antoine Martin <[email protected]> 11.1-1520-1
- build failures when using github archives
- default to `yuicompressor`
- version string incorrectly / not updated
- offsreen decoding can handle larger video dimensions

* Wed Jan 31 2024 Antoine Martin <[email protected]> 11-1520-1
- more consistent positioning of fullscreen windows
- prefix the `sessionStorage` data with pathname
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from typing import AnyStr
from subprocess import Popen, PIPE

VERSION = "11"
VERSION = "11.1"
AUTHOR = "Antoine Martin"
AUTHOR_EMAIL = "[email protected]"

Expand Down

0 comments on commit 8af3ff3

Please sign in to comment.