Skip to content

Commit

Permalink
forgot to update the release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Jul 15, 2024
1 parent 55b6086 commit 25c3a42
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 7 deletions.
15 changes: 13 additions & 2 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
# Changelog

All notable changes to this project will be documented in this file.
## [5.5] 2024-07-03
*
## [5.5] 2024-07-15
* fail fast if digest is unsafe
* refuse to use xor digest for passwords over insecure connections
* add RHEL10 builds
* prevent simple XSS from server menu data
* preserve disconnection message
* hide file transfers if not supported by the server
* add 'Download' file menu entry
* password attribute is a list
* don't try to convert strings to strings
* ignore whitespace when updating vcs info
* newer python compatibility: prefer setuptools, also add setuptools to the build dependencies
* consistency: always return a string

## [5.4] 2023-11-28
* update libraries: jquery and jquery-ui
Expand Down
17 changes: 14 additions & 3 deletions packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
xpra-html5 (5.5-r1-1) UNRELEASED; urgency=low
* TODO

-- Antoine Martin [email protected] Wed, 03 Jul 2024 15:49:51 +0700 +700
* fail fast if digest is unsafe
* refuse to use xor digest for passwords over insecure connections
* add RHEL10 builds
* prevent simple XSS from server menu data
* preserve disconnection message
* hide file transfers if not supported by the server
* add 'Download' file menu entry
* password attribute is a list
* don't try to convert strings to strings
* ignore whitespace when updating vcs info
* newer python compatibility: prefer setuptools, also add setuptools to the build dependencies
* consistency: always return a string

-- Antoine Martin [email protected] Mon, 15 Jul 2024 12:20:52 +0700 +700

xpra-html5 (5.4-r0-1) UNRELEASED; urgency=low
* update jquery and jquery-ui libraries
Expand Down
15 changes: 13 additions & 2 deletions packaging/rpm/xpra-html5.spec
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,19 @@ rm -rf $RPM_BUILD_ROOT
%endif

%changelog
* Wed Jul 03 2024 Antoine Martin <[email protected]> 5.5-1-1
- TODO
* Mon Jul 15 2024 Antoine Martin <[email protected]> 5.5-1-1
- fail fast if digest is unsafe
- refuse to use xor digest for passwords over insecure connections
- add RHEL10 builds
- prevent simple XSS from server menu data
- preserve disconnection message
- hide file transfers if not supported by the server
- add 'Download' file menu entry
- password attribute is a list
- don't try to convert strings to strings
- ignore whitespace when updating vcs info
- newer python compatibility: prefer setuptools, also add setuptools to the build dependencies
- consistency: always return a string

* Tue Nov 28 2023 Antoine Martin <[email protected]> 5.4-1
- update jquery and jquery-ui libraries
Expand Down

0 comments on commit 25c3a42

Please sign in to comment.