summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordscho <dscho>2003-02-08 14:28:27 +0000
committerdscho <dscho>2003-02-08 14:28:27 +0000
commite1d563f8b7d441f6b88ba810b881389775056ffc (patch)
tree2741f98e27874c03c2d766fb632ea82bc2d028d1
parent9f6a47087b28fc230e804da404798acb9641cb4e (diff)
downloadlibtdevnc-e1d563f8.tar.gz
libtdevnc-e1d563f8.zip
further autoconf'ing
-rw-r--r--AUTHORS40
-rw-r--r--ChangeLog (renamed from CHANGES)4
-rw-r--r--NEWS15
-rw-r--r--TODO1
4 files changed, 59 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
new file mode 100644
index 0000000..82ec5ac
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,40 @@
+* LibVNCServer (C) 2001 Johannes E. Schindelin <Johannes.Schindelin@gmx.de>
+is based on
+* Original OSXvnc (C) 2001 Dan McGuirk <mcguirk@incompleteness.net>,
+which in turn is based on
+* Original Xvnc (C) 1999 AT&T Laboratories Cambridge.
+
+Lots of improvements of this library are thanks to
+* TightVNC (C) 2000-2003 Const Kaplinsky
+
+The ZRLE compression scheme is from
+* RealVNC (James "Wez" Weatherall, who helped also with regions)
+
+The good folks from
+* KRFB (I think it was Tim Jansen)
+helped also a lot (some *big* bugs!).
+
+Karl Runge provided an x11vnc, which is a much, much improved version of my
+original proof-of-concept. It really deserves to replace the old version,
+as it is a state-of-the-art, fast and usable program by now!
+
+Occasional important patches were sent by (in order I found the names in my
+archives and please don't beat me, if I forgot you, but just send me an
+email!): Akira Hatakeyama, Karl J. Runge, Justin "Zippy" Dearing,
+Oliver Mihatsch, Greg Sternberg, Werner Hofer, Giampiero Giancipoli,
+Glenn Mabutt, Paul Kreiner.
+
+Probably I forgot quite a few people sending a patch here and there, which
+really made a difference. Without those, some obscure bugs still would
+be unfound.
+
+A hearty unthanks goes to Michael and Erick, who provided me with nothing
+but hollow words. Finally I got that configure and install working, but
+it would have been so much better for them not just to complain, but also
+help. As you showed me real egoism, you are the main reasons I am not
+working one dot to make this library less than GPL, so that nobody ever
+can make profit of my and others work without giving something back to me
+and others.
+
+Speaking of hollow words, another hearty unthanks goes to Sam, who thought
+he could let me work for him, not paying me in any way.
diff --git a/CHANGES b/ChangeLog
index 7952bef..1ad3285 100644
--- a/CHANGES
+++ b/ChangeLog
@@ -1,5 +1,7 @@
+ autoconf'ed the whole package (including optional support for zlib,
+ pthreads and libjpeg as well as zrle/c++)
moved appropriate files to contrib/ and examples/ respectively
- fixed long standing cargs bug
+ fixed long standing cargs bug (Justin "Zippy" Dearing)
Even better x11vnc from Karl J. Runge! (supports different kbd layouts of
client/server)
Better x11vnc from Karl J. Runge!
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..87c2e73
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,15 @@
+Upcoming 0.5 release!
+
+The library just got autoconf && automake support as well as a real install
+target!
+
+x11vnc was much improved thanks to Karl Runge!
+
+CursorPosUpdate encoding supported thanks to Const Kaplinsky!
+
+ZRLE encoding, if you have a c++ compiler!
+
+HTTP now optionally handles HTTP proxy functions to connect to the same
+server only.
+
+Of course, a lot of bugs fixed since last release...
diff --git a/TODO b/TODO
index e84b197..b857348 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,7 @@
immediate:
----------
+autoconf also CARD8,CARD16,...
x11vnc: clipboard, cursor
extra_bytes in rfbDrawCharWithClip.
tested mouse buttons make copy rect, but text is not marked as mod.