Skip to content

Commit

Permalink
2.1 release notes
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@16494 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Jul 24, 2017
1 parent a6c875f commit fc740e2
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 8 deletions.
29 changes: 26 additions & 3 deletions debian/changelog
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)
Expand Down
28 changes: 26 additions & 2 deletions rpmbuild/xpra.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
31 changes: 28 additions & 3 deletions src/NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
v2.1 (2017-03-18)
======================
-- TODO
v2.1 (2017-07-24)
======================
-- improve system wide proxy server, logind support on, socket activation
-- new authentication modules:
- new posix peercred authentication module (used by system wide proxy)
- new sqlite authentication module
-- 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


v2.0 (2017-03-17)
Expand Down

0 comments on commit fc740e2

Please sign in to comment.