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