diff options
| author | Christian Beier <dontmind@freeshell.org> | 2014-10-09 17:07:49 +0200 | 
|---|---|---|
| committer | Christian Beier <dontmind@freeshell.org> | 2014-10-09 17:07:49 +0200 | 
| commit | cdc5b5196c65fba7ad90caafc9c8090c72458c4c (patch) | |
| tree | d6b22ecae4d396957ceeb0988b5e9502021ffd67 | |
| parent | eeeb54758f645a3d5b36ed7ba1981456d9b59851 (diff) | |
| download | libtdevnc-cdc5b5196c65fba7ad90caafc9c8090c72458c4c.tar.gz libtdevnc-cdc5b5196c65fba7ad90caafc9c8090c72458c4c.zip | |
Update NEWS for 0.9.10.
| -rw-r--r-- | NEWS | 23 | 
1 files changed, 23 insertions, 0 deletions
| @@ -1,3 +1,26 @@ +0.9.10 +   - Overall changes: +     * Moved the whole project from sourceforge to https://libvnc.github.io/. +     * Cleaned out the autotools build system which now uses autoreconf. +     * Updated noVNC HTML5 client to latest version. +     * Split out x11vnc sources into separate repository at +       https://github.com/LibVNC/x11vnc +     * Split out vncterm sources into separate repository at +       https://github.com/LibVNC/vncterm +     * Split out VisualNaCro sources into separate repository at +       https://github.com/LibVNC/VisualNaCro +     * Merged Debian patches. + +   - LibVNCServer/LibVNCClient: +     * Fixed some security-related buffer overflow cases. +     * Added compatibility headers to make LibVNCServer/LibVNCClient build on native +       Windows 8. +     * Update LZO to version 2.07, fixing CVE-2014-4607. + +   - LibVNCServer: +     * Merged patches from KDE/krfb. +     * Can now do IPv6 without IPv4. +  0.9.9     - Overall changes:       * Added noVNC HTML5 VNC viewer (http://kanaka.github.com/noVNC/) connect possibility | 
