Skip to content

Commit

Permalink
add latest fixes to the release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Jun 15, 2023
1 parent e0040a4 commit 0166f58
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [4.4.6] 2023-06-14
## [4.4.6] 2023-06-15
* major fixes:
* [OpenGL sanity check regression introduced in 4.4.5](https://github.com/Xpra-org/xpra/commit/a5bccfca2cae9b64528b140e90568d2fa899fd97)
* [handle paramiko `CanonicalizeHostname` ssh config parsing errors more gracefully](https://github.com/Xpra-org/xpra/commit/d9efbd264d945ef8412e9822f73ec46938205bd5)
Expand All @@ -11,6 +11,7 @@
* [run without a valid stderr](https://github.com/Xpra-org/xpra/commit/1dd54528161e3ae83cb7cd104f0ab96a5f2a4027)
* [AES setup errors with newer versions of python-cryptography](https://github.com/Xpra-org/xpra/commit/f813eed5dd0e12effd81087f2a7c63caf903d204)
* [packet encoding errors preventing clients from connecting](https://github.com/Xpra-org/xpra/commit/3fa3f78ed746b387a50f3308c993b763c9ddada2)
* [try harder to format the log record](https://github.com/Xpra-org/xpra/commit/2522da7f7fcd2deca069e180325afd926a1854e9)
* system tray:
* [unhandled exceptions loading the new AppIndicator bindings](https://github.com/Xpra-org/xpra/commit/25302e1a9f667951f0975dfafb5a5016e5c0487d)[and older ones](https://github.com/Xpra-org/xpra/commit/f8590909973a5303607638a5b7efc4887b985082)
* [use AppIndicator for system tray forwarding](https://github.com/Xpra-org/xpra/commit/0a1819f904525feb625bb1ea1ce4451e2c6a6901)
Expand All @@ -21,6 +22,7 @@
* [Cython 3.0.0b3](https://github.com/Xpra-org/xpra/commit/d4f7f49ea1351410a2cc4782942efa8c6b1099a7)
* [runtime errors with CUDA-free builds on MS Windows](https://github.com/Xpra-org/xpra/commit/b5918aa6cf586dcc16c47715e1552e589d2dab54)
* [missing explicit RPM build dependencies](https://github.com/Xpra-org/xpra/commit/4ce34f7480123af5d0d56c5b1c4811206de66da4)
* [MacOS bundle numpy for PyOpenGL](https://github.com/Xpra-org/xpra/commit/e0040a4e6ca7b29d4badae39663d3c19fff050a7)
* minor fixes:
* [maximize-window menu entry state not synced](https://github.com/Xpra-org/xpra/commit/ae77a11cdeba00ec27b8a176a08f59e009a3d5eb)
* [not yet used command parsing functionality not working as intended](https://github.com/Xpra-org/xpra/commit/449a654310ab5435ef79abcfc321e2f4336feb5b)
Expand Down
4 changes: 3 additions & 1 deletion packaging/debian/xpra/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ xpra (4.4.6-1) UNRELEASED; urgency=low
- run without a valid stderr
- AES setup errors with newer versions of python-cryptography
- packet encoding errors preventing clients from connecting
- try harder to format the log record
* system tray:
- unhandled exceptions loading the new AppIndicator bindings
- use AppIndicator for system tray forwarding
Expand All @@ -19,11 +20,12 @@ xpra (4.4.6-1) UNRELEASED; urgency=low
- Cython 3.0.0b3
- runtime errors with CUDA-free builds on MS Windows
- missing explicit RPM build dependencies
- MacOS bundle numpy for PyOpenGL
* minor fixes:
- maximize-window menu entry state not synced
- not yet used command parsing functionality not working as intended

-- Antoine Martin <antoine@nagafix.co.uk> Wed, 14 Jun 2023 15:28:15 +0700
-- Antoine Martin <antoine@nagafix.co.uk> Thu, 15 Jun 2023 22:00:05 +0700

xpra (4.4.5-1) UNRELEASED; urgency=low
* major fixes:
Expand Down
4 changes: 3 additions & 1 deletion packaging/rpm/xpra.spec
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ fi


%changelog
* Wed Jun 14 2023 Antoine Martin <antoine@xpra.org> 4.4.6-10
* Thu Jun 15 2023 Antoine Martin <antoine@xpra.org> 4.4.6-10
- major fixes:
OpenGL sanity check regression introduced in 4.4.5
handle paramiko `CanonicalizeHostname` ssh config parsing errors more gracefully
Expand All @@ -644,6 +644,7 @@ fi
run without a valid stderr
AES setup errors with newer versions of python-cryptography
packet encoding errors preventing clients from connecting
try harder to format the log record
- system tray:
unhandled exceptions loading the new AppIndicator bindings
use AppIndicator for system tray forwarding
Expand All @@ -654,6 +655,7 @@ fi
Cython 3.0.0b3
runtime errors with CUDA-free builds on MS Windows
missing explicit RPM build dependencies
MacOS bundle numpy for PyOpenGL
- minor fixes:
maximize-window menu entry state not synced
not yet used command parsing functionality not working as intended
Expand Down

0 comments on commit 0166f58

Please sign in to comment.