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 Sep 19, 2024
1 parent b7327d1 commit c038343
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 13 deletions.
13 changes: 9 additions & 4 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
# Changelog

## [6.1.3] 2024-09-14
## [6.1.3] 2024-09-19
* Platforms, build and packaging:
* [don't bundle any Qt components](https://github.com/Xpra-org/xpra/commit/6af5e72a34a6d0e6947a343255b3f885547b1391)
* [automatic re-connect paths errors on MS Windows](https://github.com/Xpra-org/xpra/commit/ef2edd088d4550b51a73432eac7d50eb729b92bb)
* Major:
* [ssl failures with default certificates](https://github.com/Xpra-org/xpra/commit/7c352bca42200ee26d5e04939148d93cfc1d6f9e)
* [verify ssl certificates can be accessed - not just the parent directory](https://github.com/Xpra-org/xpra/commit/94736d0aec9173e1106c09f331fb6e8481aca21e)
* [X11 display state detection](https://github.com/Xpra-org/xpra/commit/892e6ef021558c0c9145d73d36e323a10b8566f7)
* [client can run without `xpra-x11` package installed](https://github.com/Xpra-org/xpra/commit/8e67bd904c95193d1a45e1e2791677aaba4491d1)
* [failure to add new virtual monitors](https://github.com/Xpra-org/xpra/commit/462950c42426d3b8185cbd6c84a3f42136482d47)
* [expose all clipboard targets](https://github.com/Xpra-org/xpra/commit/08b03952999071599613255597f554d3e2887b41)
* [authentication aborted due to encryption not detected](https://github.com/Xpra-org/xpra/commit/23d04bbe8d2970bdc746fab891fa68e73def6326)
* [server not honouring `keyboard-sync`](https://github.com/Xpra-org/xpra/commit/d22dc4b21cd41fd5c763330f8224bd1732cbb8f4)
* [launcher failures with "Gtk already loaded" error](https://github.com/Xpra-org/xpra/commit/52f1ff9273f21542cc0cf851a9555f3c54b838e4)
* [proxy server packet failures](https://github.com/Xpra-org/xpra/commit/ebadfe60d05529002a5e110d8009db2799adbdb0)
* [proxy server fails to start in process mode](https://github.com/Xpra-org/xpra/commit/576b20095c4cf0a39bcefa4de1947c925ddf8a2d)
* Proxy server:
* [packet failures](https://github.com/Xpra-org/xpra/commit/ebadfe60d05529002a5e110d8009db2799adbdb0)
* [fails to start in process mode](https://github.com/Xpra-org/xpra/commit/576b20095c4cf0a39bcefa4de1947c925ddf8a2d)
* [can authenticate as any user](https://github.com/Xpra-org/xpra/commit/96c95867154d4e7575e094464abc66c997f77faf)
* [should respond to `id` requests](https://github.com/Xpra-org/xpra/commit/b6889a335e844be3b2b9c3808506f65e9fc583a3)
* Encodings:
* [nvidia module version parsing from `/proc`](https://github.com/Xpra-org/xpra/commit/1de554124edbfd503270c60903aa2dcfd574511b)
* [nvenc qp values out of range](https://github.com/Xpra-org/xpra/commit/420d12e7e39449ff77d3b27884f861d51005700d)
Expand All @@ -26,8 +31,8 @@
* [request mode failures](https://github.com/Xpra-org/xpra/commit/33d10cafbde43a0f4894b9d731ac6f445dfefae6)
* [honour the initial resolution, even if resizing is disabled](https://github.com/Xpra-org/xpra/commit/39d4d50f5088d418a6c6a3e240cbe87f128dd21c)
* [don't log `id` requests](https://github.com/Xpra-org/xpra/commit/54c80ce3a3053a833e821558827711804f6ad69a)
* [proxy servers should respond to `id` requests](https://github.com/Xpra-org/xpra/commit/b6889a335e844be3b2b9c3808506f65e9fc583a3)
* [quic close errors with aioquic 1.2](https://github.com/Xpra-org/xpra/commit/5402a297711525051d76ef2ea9f457de84799238)
* [validate http hostname without port for ssl redirection](https://github.com/Xpra-org/xpra/commit/b7327d1c086281a641d95c961bf6e142e363c8a5)
* Cosmetic:
* [support the same resolution aliases as newer versions](https://github.com/Xpra-org/xpra/commit/d84dafb4f72ffea5339f75af32eebcfbc9a49702)
* [handle early errors more gracefully](https://github.com/Xpra-org/xpra/commit/55cf92df426339b8dc9a016f48ec86a45de0ab8b)
Expand Down
14 changes: 9 additions & 5 deletions packaging/debian/xpra/changelog
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
xpra (6.1.3-1) UNRELEASED; urgency=low
* Platforms, build and packaging:
don't bundle any Qt components
automatic re-connect paths errors on MS Windows
* Major:
ssl failures with default certificates
verify ssl certificates can be accessed - not just the parent directory
X11 display state detection
client can run without `xpra-x11` package installed
failure to add new virtual monitors
expose all clipboard targets
authentication aborted due to encryption not detected
server not honouring `keyboard-sync`
launcher failures with "Gtk already loaded" error
proxy server packet failures
proxy server fails to start in process mode
* Proxy server:
packet failures
fails to start in process mode
can authenticate as any user
servers should respond to `id` requests
* Encodings:
nvidia module version parsing from `/proc`
nvenc qp values out of range
Expand All @@ -24,8 +29,8 @@ xpra (6.1.3-1) UNRELEASED; urgency=low
request mode failures
honour the initial resolution, even if resizing is disabled
don't log `id` requests
proxy servers should respond to `id` requests
quic close errors with aioquic 1.2
validate http hostname without port for ssl redirection
* Cosmetic:
support the same resolution aliases as newer versions
handle early errors more gracefully
Expand All @@ -37,8 +42,7 @@ xpra (6.1.3-1) UNRELEASED; urgency=low
virtual encodings misleading error message
audio data can be inlined


-- Antoine Martin <[email protected]> Mon, 09 Sep 2024 19:21:40 +0700
-- Antoine Martin <[email protected]> Thu, 19 Sep 2024 15:20:16 +0700

xpra (6.1.2-1) UNRELEASED; urgency=low
* Platforms, build and packaging:
Expand Down
13 changes: 9 additions & 4 deletions packaging/rpm/xpra.spec
Original file line number Diff line number Diff line change
Expand Up @@ -883,20 +883,25 @@ fi


%changelog
* Sat Sep 14 2024 Antoine Martin <[email protected]> 6.1.3-10
* Sat Sep 19 2024 Antoine Martin <[email protected]> 6.1.3-10
- Platforms, build and packaging:
don't bundle any Qt components
automatic re-connect paths errors on MS Windows
- Major:
ssl failures with default certificates
verify ssl certificates can be accessed - not just the parent directory
X11 display state detection
client can run without `xpra-x11` package installed
failure to add new virtual monitors
expose all clipboard targets
authentication aborted due to encryption not detected
server not honouring `keyboard-sync`
launcher failures with "Gtk already loaded" error
proxy server packet failures
proxy server fails to start in process mode
- Proxy server:
packet failures
fails to start in process mode
can authenticate as any user
should respond to `id` requests
- Encodings:
nvidia module version parsing from `/proc`
nvenc qp values out of range
Expand All @@ -908,8 +913,8 @@ fi
request mode failures
honour the initial resolution, even if resizing is disabled
don't log `id` requests
proxy servers should respond to `id` requests
quic close errors with aioquic 1.2
validate http hostname without port for ssl redirection
- Cosmetic:
support the same resolution aliases as newer versions
handle early errors more gracefully
Expand Down

0 comments on commit c038343

Please sign in to comment.