This will become 2.0.
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 24 Aug 2003 20:50:30 +0000 (20:50 +0000)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 24 Aug 2003 20:50:30 +0000 (20:50 +0000)
TODO
configure.in

diff --git a/TODO b/TODO
index d6a6df4..4c4938e 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,3 +1,14 @@
 TODO LIST
 
 TODO LIST
 
-* Think of new things to do.
+* Stop using UDP source address as the identifier of the remote tinc daemon.
+  Use a unique number sent along with ANS_KEY.
+
+* Efficient multicast support.
+
+* Check if caches using hash tables speed up route.c.
+
+* Streamline the meta protocol. Use a binary format?
+
+* Add (hooks for) a (graphical) frontend, like Pokey.
+
+* Implement future goals as mentioned on the website.
index 92cc697..eae2c3e 100644 (file)
@@ -1,10 +1,10 @@
 dnl Process this file with autoconf to produce a configure script.
 
 dnl Process this file with autoconf to produce a configure script.
 
-dnl $Id: configure.in,v 1.20 2003/08/24 20:38:18 guus Exp $
+dnl $Id: configure.in,v 1.21 2003/08/24 20:50:30 guus Exp $
 
 AC_PREREQ(2.57)
 AC_INIT(src/tincd.c)
 
 AC_PREREQ(2.57)
 AC_INIT(src/tincd.c)
-AM_INIT_AUTOMAKE(tinc, 1.0-cvs)
+AM_INIT_AUTOMAKE(tinc, 2.0-cvs)
 AM_CONFIG_HEADER(config.h)
 AM_MAINTAINER_MODE
 
 AM_CONFIG_HEADER(config.h)
 AM_MAINTAINER_MODE