~ubuntu-branches/ubuntu/wily/gtk-vnc/wily

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2013-12-16 11:39:33 UTC
  • mfrom: (1.2.7)
  • Revision ID: package-import@ubuntu.com-20131216113933-rowrryjn82up3yr5
Tags: 0.5.3-0ubuntu1
* New upstream release:
  - Support QEMU LED state extension
  - Time out connection attempt after 10 seconds
  - Abort if out of memory when mmap'ing coroutine stack
  - Stop leaking coroutine stack memory
  - Improve perfornmance of ZRLE encoding by avoiding memmove
  - Only trigger keyboard grab sequence upon key release to
    allow modifiers to go to the remote server
  - Avoid busy loop upon I/O error which follows blocking I/O,
    commonly seen when a server drops the connection
  - Fix handling of --no-undefined flag
  - Don't break implicit pointer grab from mouse clicks
  - Don't drop mouse events that are out of bounds, clamp their
    coordinates instead
  - Show how to block all accelerators in gvncviewer demo program
* debian/control:
  - Use standards-version 3.9.4
* debian/libgvnc-1.0-0.symbols:
  - Updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
    GTK VNC News
2
2
    ============
3
3
 
 
4
Sep 18, 2013: Release 0.5.3
 
5
===========================
 
6
 
 
7
New features:
 
8
 
 
9
 o Support QEMU LED state extension
 
10
 
 
11
Bug fixes:
 
12
 
 
13
 o Time out connection attempt after 10 seconds
 
14
 o Abort if out of memory when mmap'ing coroutine stack
 
15
 o Stop leaking coroutine stack memory
 
16
 o Improve perfornmance of ZRLE encoding by avoiding memmove
 
17
 o Only trigger keyboard grab sequence upon key release to
 
18
   allow modifiers to go to the remote server
 
19
 o Avoid busy loop upon I/O error which follows blocking I/O,
 
20
   commonly seen when a server drops the connection
 
21
 o Fix handling of --no-undefined flag
 
22
 o Don't break implicit pointer grab from mouse clicks
 
23
 o Don't drop mouse events that are out of bounds, clamp their
 
24
   coordinates instead
 
25
 o Show how to block all accelerators in gvncviewer demo program
 
26
 
4
27
Feb 22, 2013: Release 0.5.2
5
28
===========================
6
29