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 Nov 28, 2023
1 parent daf2e95 commit 8722835
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
5 changes: 5 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## [5.4] 2023-11-28
* update libraries: jquery and jquery-ui
* don't show the clock menu entry until we have the time
* compatibility with newer servers for ping capability

## [5.3] 2023-06-15
* some windows can't be restored
* fix relative path to eye-icon
Expand Down
2 changes: 1 addition & 1 deletion html5/js/Utilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

const Utilities = {
VERSION : "5.4",
REVISION : 0,
REVISION : 2,
LOCAL_MODIFICATIONS : 0,
BRANCH : "v5.x",

Expand Down
8 changes: 5 additions & 3 deletions packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
xpra-html5 (5.4-r2-1) UNRELEASED; urgency=low
* TODO
xpra-html5 (5.4-r0-1) UNRELEASED; urgency=low
* update jquery and jquery-ui libraries
* don't show the clock menu entry until we have the time
* compatibility with newer servers for ping capability

-- Antoine Martin [email protected] Wed, 15 Nov 2023 22:03:37 +0700 +700
-- Antoine Martin [email protected] Tue, 28 Nov 2023 13:00:01 +0700 +700

xpra-html5 (5.3-r0-1) UNRELEASED; urgency=low
* some windows can't be restored
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: 5.4-r0
Version: 5.4-r2-1
Source: xpra-html5
Maintainer: Antoine Martin <[email protected]>
Standards-Version: 3.9.3
Expand Down
4 changes: 3 additions & 1 deletion packaging/rpm/xpra-html5.spec
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,10 @@ rm -rf $RPM_BUILD_ROOT
%endif

%changelog
* Wed Nov 15 2023 Antoine Martin <[email protected]> 5.4-1
* Tue Nov 28 2023 Antoine Martin <[email protected]> 5.4-1
- update jquery and jquery-ui libraries
- don't show the clock menu entry until we have the time
- compatibility with newer servers for ping capability

* Thu Jun 15 2023 Antoine Martin <[email protected]> 5.3-0-1
- some windows can't be restored
Expand Down

0 comments on commit 8722835

Please sign in to comment.