diff --git a/debian/changelog b/debian/changelog index 1530747e38..35ce54adcf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,20 @@ xpra (0.15.0-1) UNRELEASED; urgency=low - * TODO - - -- Antoine Martin 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 Wed, 10 Oct 2014 21:59:35 +0700 xpra (0.14.0-1) UNRELEASED; urgency=low * support for lzo compression diff --git a/rpmbuild/xpra.spec b/rpmbuild/xpra.spec index 589c9c09f2..2d06732e45 100644 --- a/rpmbuild/xpra.spec +++ b/rpmbuild/xpra.spec @@ -278,8 +278,21 @@ fi %changelog -* Wed Sep 17 2014 Antoine Martin 0.15.0-1 -- TODO +* Wed Oct 08 2014 Antoine Martin 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 0.14.0-1 - support for lzo compression diff --git a/src/NEWS b/src/NEWS index b1d7d11099..c1584da8bd 100644 --- a/src/NEWS +++ b/src/NEWS @@ -1,6 +1,20 @@ -v0.15.0 (2014-08-17) -====================== - -- TODO! +v0.15.0 (2014-10-08) +====================== + -- 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 + v0.14.0 (2014-08-14) ======================