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