Create an empty /etc/tinc/nets.boot.
[tinc] / NEWS
1 version 1.0pre1              May  x 2000
2  * New meta-protocol
3  * Various other bugfixes
4  * Documentation updates
5
6 version 0.3.3                Feb  9 2000
7  * Fixed bug that made tinc stop working with latest kernels (Guus
8    Sliepen)
9  * Updated the manual
10
11 version 0.3.2                Nov 12 1999
12  * no more `Invalid filedescriptor' when working with multiple
13    connections
14  * forward unknown packets to uplink
15
16 version 0.3.1                Oct 20 1999
17  * fixed a bug where tinc would exit without a trace
18
19 version 0.3                  Aug 20 1999
20  * pings now work immediately
21  * all packet sizes get transmitted correctly
22
23 version 0.2.26               Aug 15 1999
24  * fixed some remaining bugs
25  * --sysconfdir works with configure
26  * last version before 0.3
27
28 version 0.2.25               Aug  8 1999
29  * improved stability, going towards 0.3 now.
30
31 version 0.2.24               Aug  7 1999
32  * added key aging, there's a new config variable, KeyExpire.
33  * updated man and info pages
34
35 version 0.2.23               Aug  5 1999
36  * all known bugs fixed, this is a candidate for 0.3
37
38 version 0.2.22               Apr 11 1999
39  * multiconnection thing is now working nearly perfect :)
40
41 version 0.2.21               Apr 10 1999
42  * You shouldn't notice a thing, but a lot has changed wrt key
43 management - except that it refuses to talk to versions < 0.2.20
44
45 version 0.2.20
46
47 version 0.2.19               Apr  3 1999
48  * don't install a libcipher.so
49
50 version 0.2.18               Apr  3 1999
51  * blowfish library dynamically loaded upon execution
52  * included Eric Young's IDEA library
53
54 version 0.2.17               Apr  1 1999
55  * tincd now re-executes itself in case of a segmentation fault.
56
57 version 0.2.16               Apr  1 1999
58  * wrote tincd.conf(5) man page, which still needs a lot of work.
59  * config file now accepts and tolerates spaces, and any integer base
60 for integer variables, and better error reporting. See
61 doc/tincd.conf.sample for an example.
62
63 version 0.2.15               Mar 29 1999
64  * fixed bugs
65
66 version 0.2.14               Feb 10 1999
67  * added --timeout flag and PingTimeout configuration
68  * did some first syslog cleanup work
69
70 version 0.2.13               Jan 23 1999
71  * bugfixes
72
73 version 0.2.12               Jan 23 1999
74  * fixed nauseating bug so that it would crash whenever a connection
75 got lost
76
77 version 0.2.11               Jan 22 1999
78  * framework for multiple connections has been done
79  * simple manpage for tincd
80
81 version 0.2.10               Jan 18 1999
82  * passphrase support added
83
84 version 0.2.9                Jan 13 1999
85  * bugs fixed.
86
87 version 0.2.8                Jan 11 1999
88  * a reworked protocol version
89  * a ping/pong system
90  * more reliable networking code
91  * automatic reconnection
92  * still does not work with more than one connection :)
93  * strips MAC addresses before sending, so there's less overhead, and
94 less redundancy
95
96 version 0.2.7                Jan  3 1999
97  * several updates to make extending more easy.
98
99 version 0.2.6                Dec 20 1998
100  * Point-to-Point connections have been established, including
101 blowfish encryption and a secret key-exchange.
102
103 version 0.2.5                Dec 16 1998
104  * Project renamed to tinc, in honour of TINC.
105
106 version 0.2.4                Dec 16 1998
107  * now it really does ;)
108
109 version 0.2.3                Nov 24 1998
110  * it sort of works now
111
112 version 0.2.2                Nov 20 1998
113  * uses GNU gmp.
114
115 version 0.2.1                Nov 14 1998
116
117  * Bare version.