From eeb2061dfb03ea11ba028b33037fa0805d22e6a4 Mon Sep 17 00:00:00 2001 From: dscho Date: Wed, 30 Jul 2003 09:42:36 +0000 Subject: API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h get prefix "LIBVNCSERVER_" --- NEWS | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 87c2e73..e074170 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,28 @@ -Upcoming 0.5 release! +Question: Why the *&!"/(§ did you change so many things in the API? +Answer: It was necessary to make this library slightly less + painful to use with other libraries. + + Anyway, most changes are just search-and-replace: + + #include "rfb.h" -> #include + CARD8 -> uint8_t + CARD16 -> uint16_t + CARD32 -> uint32_t + Pixel -> rfbPixel + KeySym -> rfbKeySym + Bool -> rfbBool + + also, rfbUsage doesn't exit any longer, but returns FALSE + + If you used some constants defined in rfbconfig.h, you now + have to prefix LIBVNCSERVER_ to the constants. + +Upcoming 0.6 release! + +lots of bugs fixed. + + +Version 5.0: The library just got autoconf && automake support as well as a real install target! -- cgit v1.2.3