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