-
-
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.
add some early release notes for making beta builds
git-svn-id: https://xpra.org/svn/Xpra/trunk@7913 3bb7dfac-3a0b-4e04-842a-767bc560f471
- Loading branch information
Showing
3 changed files
with
48 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,20 @@ | ||
xpra (0.15.0-1) UNRELEASED; urgency=low | ||
* TODO | ||
|
||
-- Antoine Martin <[email protected]> Thu, 02 Oct 2014 16:23:49 +0700 | ||
* dropped support for Python 2.5 and older, allowing many code cleanups and improvements | ||
* include manual in html format with MS Windows and OSX builds | ||
* fixed workarea coordinates detection for MS Windows clients | ||
* add scaling command line and config file switch for controlling automatic scaling aggressiveness | ||
* add html command line switch for easily setting up an html5 xpra server | ||
* add more control over sound command line options, so sound can start disabled and still be turned on manually later | ||
* add command line option for selecting the sound source (pulseaudio, alsa, etc) | ||
* better window icon forwarding, especially for non X11 clients | ||
* optimized OpenGL rendering for X11 clients | ||
* handle screen update storms better | ||
* GTK3 port improvements | ||
* added a few unit tests which are run during packaging | ||
* more detailed bug report information | ||
* more minimal MS Windows and OSX builds | ||
|
||
-- Antoine Martin <[email protected]> Wed, 10 Oct 2014 21:59:35 +0700 | ||
|
||
xpra (0.14.0-1) UNRELEASED; urgency=low | ||
* support for lzo compression | ||
|
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 |
---|---|---|
|
@@ -278,8 +278,21 @@ fi | |
|
||
|
||
%changelog | ||
* Wed Sep 17 2014 Antoine Martin <[email protected]> 0.15.0-1 | ||
- TODO | ||
* Wed Oct 08 2014 Antoine Martin <[email protected]> 0.15.0-1 | ||
- dropped support for Python 2.5 and older, allowing many code cleanups and improvements | ||
- include manual in html format with MS Windows and OSX builds | ||
- fixed workarea coordinates detection for MS Windows clients | ||
- add scaling command line and config file switch for controlling automatic scaling aggressiveness | ||
- add html command line switch for easily setting up an html5 xpra server | ||
- add more control over sound command line options, so sound can start disabled and still be turned on manually later | ||
- add command line option for selecting the sound source (pulseaudio, alsa, etc) | ||
- better window icon forwarding, especially for non X11 clients | ||
- optimized OpenGL rendering for X11 clients | ||
- handle screen update storms better | ||
- GTK3 port improvements | ||
- added a few unit tests which are run during packaging | ||
- more detailed bug report information | ||
- more minimal MS Windows and OSX builds | ||
|
||
* Thu Aug 14 2014 Antoine Martin <[email protected]> 0.14.0-1 | ||
- support for lzo compression | ||
|
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