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 Jan 1, 2025
1 parent b0ad842 commit e7a69c1
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 3 deletions.
13 changes: 12 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,27 @@
# Changelog

All notable changes to this project will be documented in this file.
## [5.5] 2024-07-15
## [5.5] 2025-01-01
* fail fast if digest is unsafe
* refuse to use xor digest for passwords over insecure connections
* safer AES key stretching iterations range
* add RHEL10 builds
* support repository build target file
* prevent simple XSS from server menu data
* preserve disconnection message
* re-connection failures
* check for timeout when re-connecting
* keep modal windows on top
* don't send clipboard packets to servers that don't want them
* hide file transfers if not supported by the server
* missing start menu with newer server versions
* hide start menu if empty
* session info box too small
* desktop mode small offset
* add 'Download' file menu entry
* password attribute is a list
* don't try to convert strings to strings
* chrome obfuscates the monitor names
* ignore whitespace when updating vcs info
* newer python compatibility: prefer setuptools, also add setuptools to the build dependencies
* consistency: always return a string
Expand Down
13 changes: 12 additions & 1 deletion packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,18 +1,29 @@
xpra-html5 (5.5-r1-1) UNRELEASED; urgency=low
* fail fast if digest is unsafe
* refuse to use xor digest for passwords over insecure connections
* safer AES key stretching iterations range
* add RHEL10 builds
* support repository build target file
* prevent simple XSS from server menu data
* preserve disconnection message
* re-connection failures
* check for timeout when re-connecting
* keep modal windows on top
* don't send clipboard packets to servers that don't want them
* hide file transfers if not supported by the server
* missing start menu with newer server versions
* hide start menu if empty
* session info box too small
* desktop mode small offset
* add 'Download' file menu entry
* password attribute is a list
* don't try to convert strings to strings
* chrome obfuscates the monitor names
* 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
-- Antoine Martin [email protected] Wed, 01 Jan 2025 11:27:07 +0700 +700

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

%changelog
* Mon Jul 15 2024 Antoine Martin <[email protected]> 5.5-1-1
* Wed Jan 01 2025 Antoine Martin <[email protected]> 5.5-1-1
- fail fast if digest is unsafe
- refuse to use xor digest for passwords over insecure connections
- safer AES key stretching iterations range
- add RHEL10 builds
- support repository build target file
- prevent simple XSS from server menu data
- preserve disconnection message
- re-connection failures
- check for timeout when re-connecting
- keep modal windows on top
- don't send clipboard packets to servers that don't want them
- hide file transfers if not supported by the server
- missing start menu with newer server versions
- hide start menu if empty
- session info box too small
- desktop mode small offset
- add 'Download' file menu entry
- password attribute is a list
- don't try to convert strings to strings
- chrome obfuscates the monitor names
- ignore whitespace when updating vcs info
- newer python compatibility: prefer setuptools, also add setuptools to the build dependencies
- consistency: always return a string
Expand Down

0 comments on commit e7a69c1

Please sign in to comment.