From: Guus Sliepen Date: Sun, 24 Aug 2003 20:50:30 +0000 (+0000) Subject: This will become 2.0. X-Git-Tag: release-1.0.3~43 X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=9e81a6ab5f50df4f5ca36d5303b91a8d5a0e753e This will become 2.0. --- diff --git a/TODO b/TODO index d6a6df44..4c4938e1 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,14 @@ 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. diff --git a/configure.in b/configure.in index 92cc6976..eae2c3e7 100644 --- a/configure.in +++ b/configure.in @@ -1,10 +1,10 @@ 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) -AM_INIT_AUTOMAKE(tinc, 1.0-cvs) +AM_INIT_AUTOMAKE(tinc, 2.0-cvs) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE