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 14, 2025
1 parent d8754af commit 47c6107
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
6 changes: 5 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [5.0.12] 2025-01-07
## [5.0.12] 2025-01-14
* Platforms, build and packaging:
* [MSYS2 aarch64 build fix](https://github.com/Xpra-org/xpra/commit/fab8d9f02de9b4ca57d7fa88b8031a2c29a77d91) and [prefix detection](https://github.com/Xpra-org/xpra/commit/8166eee7d2f5e4b00327763627b33987edd5e0c7)
* [RPM support for per-arch cuda pkgconfig](https://github.com/Xpra-org/xpra/commit/fa614d8672658f26d4094834dda89d5ee2d79038)
Expand Down Expand Up @@ -35,6 +35,8 @@
* [remote clipboard option not honoured on some platorms](https://github.com/Xpra-org/xpra/commit/1e093325a00c25c185f105edfc7bcf233923722b)
* [allow all clipboards by default](https://github.com/Xpra-org/xpra/commit/9c48ccb4e5b08aeaade4c774a708ee51682e2522)
* Encodings:
* [batch delay increase compounded](https://github.com/Xpra-org/xpra/commit/46cc6bdf4e2763f4f3ca9e6be3df605e1a57d707)
* [avoid damage storms: switch to full frames earlier](https://github.com/Xpra-org/xpra/commit/f488150bc8ae227f71e4d6b7bbd38371b9db4243)
* [`rgb` errors at unusual bit depths](https://github.com/Xpra-org/xpra/commit/2b0539dd4292235d30ddd3ac2f985c0a735467b9)
* [transparency detection with 10-bit per channel windows](https://github.com/Xpra-org/xpra/commit/25b03183a9246a2b9c95f5b110e0a86f5dad0fb5)
* [use `pillow` encoder for 10-bit per channel pictures](https://github.com/Xpra-org/xpra/commit/8db730382934f53f5dd0ae78278358c577b26231)
Expand All @@ -49,13 +51,15 @@
* [clamp `vrefresh` to a useful range](https://github.com/Xpra-org/xpra/commit/62a958b6255c1f1884cfb1b71b88e2c8a95094a1)
* [division by zero on MS Windows](https://github.com/Xpra-org/xpra/commit/d873fd54cc6c5d202b3f278c76fe5b28a62dbcd6)
* [typo in nvjpeg encoder / decoder build switches](https://github.com/Xpra-org/xpra/commit/2726353d0751ee4f8da451149e62a0d9b8973989)
* [avoid potential remote logging loop](https://github.com/Xpra-org/xpra/commit/d8754afd2e15eee00638c06a5e70ef92135dbb17)
* Cosmetic:
* [proxy error messages formatting](https://github.com/Xpra-org/xpra/commit/b62ea90467389e7c03b84f4bf474653ade3a6f07)
* [remove superfluous logging](https://github.com/Xpra-org/xpra/commit/e045e44a643914114924fbbcae96124e3446c72d)
* [don't log scary warning about missing `numpy_formathandler`](https://github.com/Xpra-org/xpra/commit/3143698c630928f59d20780344e1c35dd4ffcc2a)
* [unset load-balancer CUDA option is valid](https://github.com/Xpra-org/xpra/commit/d4283a911949a5cbdd7e350bd0f31c516348bc19)
* [icon glob lookup mismatch](https://github.com/Xpra-org/xpra/commit/de9d565e3f43e21e933f6bf08177f5c076a794c3)
* [typo](https://github.com/Xpra-org/xpra/commit/ee1dfcc16ef8768517c7202a4fad94e9e029391c)
* [value in debug logging is incorrect](https://github.com/Xpra-org/xpra/commit/55c63aa2c9bdcc4625065d09052b684ef751dabf)

## [5.0.11] 2024-11-22
* Platforms, build and packaging:
Expand Down
6 changes: 5 additions & 1 deletion packaging/debian/xpra/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ xpra (5.0.12-1) UNRELEASED; urgency=low
- remote clipboard option not honoured on some platorms
- allow all clipboards by default
* Encodings:
- batch delay increase compounded
- avoid damage storms: switch to full frames earlier
- `rgb` errors at unusual bit depths
- transparency detection with 10-bit per channel windows
- use `pillow` encoder for 10-bit per channel pictures
Expand All @@ -47,15 +49,17 @@ xpra (5.0.12-1) UNRELEASED; urgency=low
- clamp `vrefresh` to a useful range
- division by zero on MS Windows
- typo in nvjpeg encoder / decoder build switches
- avoid potential remote logging loop
* Cosmetic:
- proxy error messages formatting
- remove superfluous logging
- don't log scary warning about missing `numpy_formathandler`
- unset load-balancer CUDA option is valid
- icon glob lookup mismatch
- typo
- value in debug logging is incorrect

-- Antoine Martin <[email protected]> Sun, 12 Jan 2025 14:00:26 +0700
-- Antoine Martin <[email protected]> Tue, 14 Jan 2025 14:15:21 +0700

xpra (5.0.11-1) UNRELEASED; urgency=low
* Platforms, build and packaging:
Expand Down
6 changes: 5 additions & 1 deletion packaging/rpm/xpra.spec
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ fi


%changelog
* Sun Jan 12 2025 Antoine Martin <[email protected]> 5.0.12-10
* Tue Jan 14 2025 Antoine Martin <[email protected]> 5.0.12-10
- Platforms, build and packaging:
MSYS2 aarch64 build fix and prefix detection
RPM support for per-arch cuda pkgconfig
Expand Down Expand Up @@ -838,6 +838,8 @@ fi
remote clipboard option not honoured on some platorms
allow all clipboards by default
- Encodings:
batch delay increase compounded
avoid damage storms: switch to full frames earlier
`rgb` errors at unusual bit depths
transparency detection with 10-bit per channel windows
use `pillow` encoder for 10-bit per channel pictures
Expand All @@ -852,13 +854,15 @@ fi
clamp `vrefresh` to a useful range
division by zero on MS Windows
typo in nvjpeg encoder / decoder build switches
avoid potential remote logging loop
- Cosmetic:
proxy error messages formatting
remove superfluous logging
don't log scary warning about missing `numpy_formathandler`
unset load-balancer CUDA option is valid
icon glob lookup mismatch
typo
value in debug logging is incorrect

* Fri Nov 22 2024 Antoine Martin <[email protected]> 5.0.11-10
- Platforms, build and packaging:
Expand Down

0 comments on commit 47c6107

Please sign in to comment.