-
-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: https://xpra.org/svn/Xpra/trunk@16494 3bb7dfac-3a0b-4e04-842a-767bc560f471
- Loading branch information
Showing
3 changed files
with
80 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,30 @@ | ||
xpra (2.1-1) UNRELEASED; urgency=low | ||
* TODO | ||
|
||
-- Antoine Martin <[email protected]> Sat, 18 Mar 2017 01:13:16 +0700 | ||
* improve system wide proxy server, logind support on, socket activation | ||
* new authentication modules: peercred, sqlite | ||
* split packages for RPM, MS Windows and Mac OS | ||
* digitally signed MS Windows installers | ||
* HTML5 client improvements: | ||
file upload support | ||
better non-us keyboard and language support | ||
safe HMAC authentication over HTTP, re-connection etc | ||
more complete window management, (pre-)compression (zlib, brotli) | ||
mobile on-screen keyboard | ||
audio forwarding for IE | ||
remote drag and drop support | ||
* better Multicast DNS support, with a GUI launcher | ||
* improved image depth / deep color handling | ||
* desktop mode can now be resized easily | ||
* any window can be made fullscreen (Shift+F11 to trigger) | ||
* Python3 GTK3 client is now usable | ||
* shutdown the server from the tray menu | ||
* terminate child commands on server shutdown | ||
* macos library updates: #1501, support for virtual desktops | ||
* NVENC SDK version 8 and HEVC support | ||
* Nvidia capture SDK support for fast shadow servers | ||
* shadow servers improvements: show shadow pointer in opengl client | ||
* structural improvements and important bug fixes | ||
|
||
-- Antoine Martin <[email protected]> Mon, 24 Jul 2017 21:11:38 +0700 | ||
|
||
xpra (2.0-1) UNRELEASED; urgency=low | ||
* dropped support for outdated OS and libraries (long list) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -776,8 +776,32 @@ fi | |
|
||
|
||
%changelog | ||
* Sun Mar 19 2017 Antoine Martin <[email protected]> 2.1-1 | ||
- TODO | ||
* Mon Jul 24 2017 Antoine Martin <[email protected]> 2.1-1 | ||
- improve system wide proxy server, logind support on, socket activation | ||
- new authentication modules: peercred, sqlite | ||
- split packages for RPM, MS Windows and Mac OS | ||
- digitally signed MS Windows installers | ||
- HTML5 client improvements: | ||
file upload support | ||
better non-us keyboard and language support | ||
safe HMAC authentication over HTTP, re-connection etc | ||
more complete window management, (pre-)compression (zlib, brotli) | ||
mobile on-screen keyboard | ||
audio forwarding for IE | ||
remote drag and drop support | ||
- better Multicast DNS support, with a GUI launcher | ||
- improved image depth / deep color handling | ||
- desktop mode can now be resized easily | ||
- any window can be made fullscreen (Shift+F11 to trigger) | ||
- Python3 GTK3 client is now usable | ||
- shutdown the server from the tray menu | ||
- terminate child commands on server shutdown | ||
- macos library updates: #1501, support for virtual desktops | ||
- NVENC SDK version 8 and HEVC support | ||
- Nvidia capture SDK support for fast shadow servers | ||
- shadow servers improvements: show shadow pointer in opengl client | ||
- structural improvements and important bug fixes | ||
|
||
|
||
* Fri Mar 17 2017 Antoine Martin <[email protected]> 2.0-1 | ||
- dropped support for outdated OS and libraries (long list) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters