summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordscho <dscho>2004-12-20 22:20:20 +0000
committerdscho <dscho>2004-12-20 22:20:20 +0000
commit298db07aaf0a26aa62af0769d06bec7b7783ab44 (patch)
tree34b8db53207ba0fd8889f2cbe057e99f0e6ccc04
parent19a0d05bb90f5c38c0b245dbcff3bfdcedaf5b74 (diff)
downloadlibtdevnc-298db07a.tar.gz
libtdevnc-298db07a.zip
released 0.7
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac4
-rw-r--r--index.html4
3 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 20b267c..339433f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2004-12-20 Johannes E. Schindelin <Johannes.Schindelin@gmx.de>
+ * released version 0.7
+
2004-12-19 Karl Runge <runge@karlrunge.com>
* x11vnc: string cleanup, synchronous remote-control option -sync
* libvncserver/cursor.c: zero underCursorBufferLen when cursor freed.
diff --git a/configure.ac b/configure.ac
index 58fdd7e..9a3cb02 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# Process this file with autoconf to produce a configure script.
-AC_INIT(LibVNCServer, 0.7pre, http://sourceforge.net/projects/libvncserver)
-AM_INIT_AUTOMAKE(LibVNCServer, 0.7pre)
+AC_INIT(LibVNCServer, 0.7, http://sourceforge.net/projects/libvncserver)
+AM_INIT_AUTOMAKE(LibVNCServer, 0.7)
AM_CONFIG_HEADER(rfbconfig.h)
AX_PREFIX_CONFIG_H([rfb/rfbconfig.h])
diff --git a/index.html b/index.html
index 5198be1..940f512 100644
--- a/index.html
+++ b/index.html
@@ -9,13 +9,15 @@
<br>
- If you have problems updating with CVS, here is a <a href=LibVNCServer-0.7pre.tar.gz>preliminary version</a>. If you are looking for more information
+ If you have problems updating with CVS, here is a <a href=LibVNCServer-0.8pre.tar.gz>preliminary version</a>. If you are looking for more information
on Karl's wonderful x11vnc, either download it
<a href=http://sourceforge.net/project/showfiles.php?group_id=32584>here</a>, or
look at <a href=http://www.karlrunge.com/x11vnc/>x11vnc's homepage</a>.
<p>
<h2> News </h2>
+ <strong>2004/12/20</strong> Just before christmas, a new release! Version 0.7 brings you the first non-beta of LibVNCServer...
+<p>
<strong>2004/09/14</strong> Added
<a href=http://libvncserver.sourceforge.net/success.html>
Success stories</a>.