Skip to content

Commit

Permalink
update release notes:
Browse files Browse the repository at this point in the history
* merge changes already v0.12.x
* add new trunk changes

git-svn-id: https://xpra.org/svn/Xpra/trunk@6329 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed May 3, 2014
1 parent 4516caa commit 5f6542c
Show file tree
Hide file tree
Showing 3 changed files with 171 additions and 5 deletions.
64 changes: 63 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,70 @@
xpra (0.13.0-1) UNRELEASED; urgency=low
* TODO
* Python3 / GTK3 client support
* NVENC module included in binary builds
* support for enhanced dummy driver with DPI option
* better build system with features auto-detection
* removed unsupported CUDA csc module
* improved buffer support
* improved automatic encoding selection
* support running MS Windows installer under wine
* support for window opacity forwarding
* support for webp encoding via native codec, python-webm or Pillow

-- Antoine Martin <antoine@nagafix.co.uk> Thu, 27 Mar 2014 11:37:51 +0700

xpra (0.12.5-1) UNRELEASED; urgency=low
* fix error when clients supply invalid screen dimensions
* fix MS Windows build without ffmpeg
* fix cairo backing alternative
* fix keyboard and sound test tools initialization and cleanup
* fix gcc version test used for enabling sanitizer build options
* fix exception handling in client when called from the launcher
* fix libav dependencies for Debian and Ubuntu builds

-- Antoine Martin <antoine@nagafix.co.uk> Sat, 03 May 2014 15:23:02 +0700

xpra (0.12.4-1) UNRELEASED; urgency=low
* fix xpra shadow subcommand
* fix xpra shadow keyboard mapping support for non-posix clients
* avoid Xorg dummy warning in log

-- Antoine Martin <antoine@nagafix.co.uk> Wed, 23 Apr 2014 13:59:22 +0700

xpra (0.12.3-1) UNRELEASED; urgency=low
* fix mispostioned windows
* fix quickly disappearing windows (often menus)
* fix server errors when closing windows
* fix NVENC server initialization crash with driver version mismatch
* fix rare invalid memory read with XShm
* fix webp decoder leak
* fix memory leak on client disconnection
* fix focus errors if windows disappear
* fix mmap errors on window close
* fix incorrect x264 encoder speed reported via "xpra info"
* fix potential use of mmap as an invalid fallback for video encoding
* fix logging errors in debug mode
* fix timer expired warning

-- Antoine Martin <antoine@nagafix.co.uk> Wed, 09 Apr 2014 12:39:07 +0700

xpra (0.12.2-1) UNRELEASED; urgency=low
* fix switching to RGB encoding via client tray
* fix remote server start via SSH
* fix workspace change detection causing slow screen updates

-- Antoine Martin <antoine@nagafix.co.uk> Sun, 30 Mar 2014 11:56:39 +0700

xpra (0.12.1-1) UNRELEASED; urgency=low
* fix 32-bit server timestamps
* fix client PNG handling on installations without PIL / Pillow

-- Antoine Martin <antoine@nagafix.co.uk> Thu, 27 Mar 2014 21:59:50 +0700

xpra (0.12.0-2) UNRELEASED; urgency=low
* fix x264 decoding

-- Antoine Martin <antoine@nagafix.co.uk> Thu, 27 Mar 2014 09:28:54 +0700

xpra (0.12.0-2) UNRELEASED; urgency=low
* fix x264 decoding

Expand Down
51 changes: 49 additions & 2 deletions scripts/xpra.spec
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,55 @@ So basically it's screen for remote X apps.


%changelog
* Thu Mar 27 2014 Antoine Martin <antoine@devloop.org.uk> 0.13.0-1
- TODO
* Sat May 03 2014 Antoine Martin <antoine@devloop.org.uk> 0.13.0-1
- Python3 / GTK3 client support
- NVENC module included in binary builds
- support for enhanced dummy driver with DPI option
- better build system with features auto-detection
- removed unsupported CUDA csc module
- improved buffer support
- improved automatic encoding selection
- support running MS Windows installer under wine
- support for window opacity forwarding
- support for webp encoding via native codec, python-webm or Pillow

* Sat May 03 2014 Antoine Martin <antoine@devloop.org.uk> 0.12.5-1
- fix error when clients supply invalid screen dimensions
- fix MS Windows build without ffmpeg
- fix cairo backing alternative
- fix keyboard and sound test tools initialization and cleanup
- fix gcc version test used for enabling sanitizer build options
- fix exception handling in client when called from the launcher
- fix libav dependencies for Debian and Ubuntu builds

* Wed Apr 23 2014 Antoine Martin <antoine@devloop.org.uk> 0.12.4-1
- fix xpra shadow subcommand
- fix xpra shadow keyboard mapping support for non-posix clients
- avoid Xorg dummy warning in log

* Wed Apr 09 2014 Antoine Martin <antoine@devloop.org.uk> 0.12.3-1
- fix mispostioned windows
- fix quickly disappearing windows (often menus)
- fix server errors when closing windows
- fix NVENC server initialization crash with driver version mismatch
- fix rare invalid memory read with XShm
- fix webp decoder leak
- fix memory leak on client disconnection
- fix focus errors if windows disappear
- fix mmap errors on window close
- fix incorrect x264 encoder speed reported via "xpra info"
- fix potential use of mmap as an invalid fallback for video encoding
- fix logging errors in debug mode
- fix timer expired warning

* Sun Mar 30 2014 Antoine Martin <antoine@devloop.org.uk> 0.12.2-1
- fix switching to RGB encoding via client tray
- fix remote server start via SSH
- fix workspace change detection causing slow screen updates

* Thu Mar 27 2014 Antoine Martin <antoine@devloop.org.uk> 0.12.1-1
- fix 32-bit server timestamps
- fix client PNG handling on installations without PIL / Pillow

* Sun Mar 23 2014 Antoine Martin <antoine@devloop.org.uk> 0.12.0-1
- NVENC support for YUV444 mode, support for automatic bitrate tuning
Expand Down
61 changes: 59 additions & 2 deletions src/NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,63 @@
v0.13.0 (2014-03-27)
v0.13.0 (2014-05-03)
======================
-- TODO
-- Python3 / GTK3 client support
-- NVENC module included in binary builds
-- support for enhanced dummy driver with DPI option
-- better build system with features auto-detection
-- removed unsupported CUDA csc module
-- improved buffer support
-- improved automatic encoding selection
-- support running MS Windows installer under wine
-- support for window opacity forwarding
-- support for webp encoding via native codec, python-webm or Pillow


v0.12.5 (2014-05-03)
======================
-- fix error when clients supply invalid screen dimensions
-- fix MS Windows build without ffmpeg
-- fix cairo backing alternative
-- fix keyboard and sound test tools initialization and cleanup
-- fix gcc version test used for enabling sanitizer build options
-- fix exception handling in client when called from the launcher
-- fix libav dependencies for Debian and Ubuntu builds


v0.12.4 (2014-04-23)
======================
-- fix xpra shadow subcommand
-- fix xpra shadow keyboard mapping support for non-posix clients
-- avoid Xorg dummy warning in log


v0.12.3 (2014-04-09)
======================
-- fix mispostioned windows
-- fix quickly disappearing windows (often menus)
-- fix server errors when closing windows
-- fix NVENC server initialization crash with driver version mismatch
-- fix rare invalid memory read with XShm
-- fix webp decoder leak
-- fix memory leak on client disconnection
-- fix focus errors if windows disappear
-- fix mmap errors on window close
-- fix incorrect x264 encoder speed reported via "xpra info"
-- fix potential use of mmap as an invalid fallback for video encoding
-- fix logging errors in debug mode
-- fix timer expired warning


v0.12.2 (2014-03-30)
======================
-- fix switching to RGB encoding via client tray
-- fix remote server start via SSH
-- fix workspace change detection causing slow screen updates


v0.12.1 (2014-03-27)
======================
-- fix 32-bit server timestamps
-- fix client PNG handling on installations without PIL / Pillow


v0.12.0 (2014-03-23)
Expand Down

0 comments on commit 5f6542c

Please sign in to comment.