From 14c8943c92dbdab78f4afbbd50ea29e7952b7bb8 Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Wed, 12 Oct 2011 19:00:47 +0200 Subject: [PATCH] Update ChangeLog for 0.9.8.1. --- ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5dc55b8..cda81ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2011-10-12 Christian Beier + + * CMakeLists.txt, NEWS, configure.ac: Update version number in + autotools && cmake, NEWS entry. + +2011-10-08 Johannes Schindelin + + * rfb/rfbclient.h: Hopefully fix the crash when updating from 0.9.7 + or earlier For backwards-compatibility reasons, we can only add struct members + to the end. That way, existing callers still can use newer + libraries, as the structs are always allocated by the library (and + therefore guaranteed to have the correct size) and still rely on the + same position of the parts the callers know about. Reported by Luca Falavigna. Signed-off-by: Johannes Schindelin + +2011-03-30 Christian Beier + + * ChangeLog: Update ChangeLog for 0.9.8. + 2011-03-29 Christian Beier * README: Remove RDP from the README description. We do VNC but no RDP. Pointed out by Vic Lee, thanks!