Skip to content

Commit

Permalink
update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Apr 18, 2021
1 parent 8d583c2 commit 60ec83d
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# Changelog

## [4.1.3] 2021-04-09
## [4.1.3] 2021-04-18
* fix window geometry constraints being applied wrong
* fix xpra start failures when the display is already running (with use-display=auto)
* fix vp9 libvpx encoder failures with older library versions
* fix 'xpra top' errors when the version string is missing
* fix server errors when non interactive clients are connected (ie: 'xpra top')
* fix http server error on incomplete installations
* fix http server builtin script handler
* fix icon loading errors causing empty start menus
* fix compilation against ffmpeg 4.4 and later on some distributions (ie: CentOS 8)
* exit more quickly with a failure if the VFB failed to start
* correctly replace existing notifications with the gtk notifier backend
* silence some rare errors and stacktraces
* support CUDA 11.3

## [4.1.2] 2021-04-06
* fix unnecessary screen update delays
Expand Down
10 changes: 10 additions & 0 deletions packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
xpra (4.1.3-1) UNRELEASED; urgency=low
* fix window geometry constraints being applied wrong
* fix xpra start failures when the display is already running (with use-display=auto)
* fix vp9 libvpx encoder failures with older library versions
* fix 'xpra top' errors when the version string is missing
* fix server errors when non interactive clients are connected (ie: 'xpra top')
* fix http server error on incomplete installations
* fix http server builtin script handler
* fix icon loading errors causing empty start menus
* fix compilation against ffmpeg 4.4 and later on some distributions (ie: CentOS 8)
* exit more quickly with a failure if the VFB failed to start
* correctly replace existing notifications with the gtk notifier backend
* silence some rare errors and stacktraces
* support CUDA 11.3

-- Antoine Martin <[email protected]> Fri, 09 Apr 2021 21:56:50 +0700

Expand Down
10 changes: 10 additions & 0 deletions packaging/rpm/xpra.spec
Original file line number Diff line number Diff line change
Expand Up @@ -605,9 +605,19 @@ fi

%changelog
* Fri Apr 09 2021 Antoine Martin <[email protected]> 4.1.3-10
- fix window geometry constraints being applied wrong
- fix xpra start failures when the display is already running (with use-display=auto)
- fix vp9 libvpx encoder failures with older library versions
- fix 'xpra top' errors when the version string is missing
- fix server errors when non interactive clients are connected (ie: 'xpra top')
- fix http server error on incomplete installations
- fix http server builtin script handler
- fix icon loading errors causing empty start menus
- fix compilation against ffmpeg 4.4 and later on some distributions (ie: CentOS 8)
- exit more quickly with a failure if the VFB failed to start
- correctly replace existing notifications with the gtk notifier backend
- silence some rare errors and stacktraces
- support CUDA 11.3

* Tue Apr 06 2021 Antoine Martin <[email protected]> 4.1.2-10
- fix unnecessary screen update delays
Expand Down

0 comments on commit 60ec83d

Please sign in to comment.