summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordscho <dscho>2003-11-07 07:23:06 +0000
committerdscho <dscho>2003-11-07 07:23:06 +0000
commit8b0d8da5bfdc5b830fcb9e3c0c9e21c5b7b101f0 (patch)
tree58e822a8aebce34b9fccc0492042aa3dc6463479
parentd117c4b5640990ac4a6b37da69930c2c2164ee74 (diff)
downloadlibtdevnc-8b0d8da5.tar.gz
libtdevnc-8b0d8da5.zip
release 0.6
-rw-r--r--ChangeLog3
-rw-r--r--README.cvs2
-rw-r--r--configure.ac4
3 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 36e6c06..7b1ec59 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2003-10-26 Johannes E. Schindelin <Johannes.Schindelin@gmx.de>
+ * released Version 0.6
+
2003-09-11 Mark McLoughlin <mark@skynet.ie>
* Makefile.in, */Makefile.in, aclocal.m4,
diff --git a/README.cvs b/README.cvs
index dfc0d44..c76b479 100644
--- a/README.cvs
+++ b/README.cvs
@@ -14,7 +14,7 @@ check for other headers or add files), you have to have a current
(>2.50) version of autoconf. Also, you need automake.
Then, just do
- sh bootstrap.sh
+ sh autogen.sh && make
in LibVNCServer's directory, and you should see plenty of output and
finally have a complete build of LibVNCServer.
diff --git a/configure.ac b/configure.ac
index 1e9e5b4..7ea3b28 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.6pre, http://sourceforge.net/projects/libvncserver)
-AM_INIT_AUTOMAKE(LibVNCServer, 0.6pre)
+AC_INIT(LibVNCServer, 0.6, http://sourceforge.net/projects/libvncserver)
+AM_INIT_AUTOMAKE(LibVNCServer, 0.6)
AM_CONFIG_HEADER(config.h)
AX_PREFIX_CONFIG_H([rfb/rfbconfig.h])