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