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