summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorrunge <runge>2006-01-08 19:29:21 +0000
committerrunge <runge>2006-01-08 19:29:21 +0000
commitdef301266373e462f4a5e90eab443087ccfc7ccc (patch)
tree3ea30a545319b59c1c05cdc4a76174c876f76b23 /ChangeLog
parente781eea698377dd4132006742dd91da6e441c845 (diff)
downloadlibtdevnc-def301266373e462f4a5e90eab443087ccfc7ccc.tar.gz
libtdevnc-def301266373e462f4a5e90eab443087ccfc7ccc.zip
fix client non-jpeg/libz builds
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cbed88a..869a501 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-01-08 Karl Runge <runge@karlrunge.com>
+ * libvncclient/vncviewer.c: fix non-jpeg/libz builds.
+ * examples/pnmshow24.c: fix non-ALLOW24BPP builds.
+ * libvncserver/main.c: fix 'static int' defn.
+
2006-01-05 Karl Runge <runge@karlrunge.com>
* libvncserver/main.c: rfbRegisterProtocolExtension extMutex was
never initialized.