No things to do for the 1.0 branch except bugfixing.
[oweals/tinc.git] / NEWS
1 Version 1.0.6                Dec 18 2006
2
3  * More flexible detection of the LZO libraries when compiling.
4
5  * Fixed a bug where broadcasts in switch and hub modes sometimes would not
6    work anymore when part of the VPN had become disconnected from the rest.
7
8 version 1.0.5                Nov 14 2006
9
10  * Lots of small fixes.
11
12  * Broadcast packets no longer grow in size with each hop. This should
13    fix switch mode (again).
14  
15  * Generic host-up and host-down scripts.
16
17  * Optionally dump graph in graphviz format to a file or a script.
18
19  * Support LZO 2.0 and later.
20
21 version 1.0.4                May  4 2005
22
23  * Fix switch and hub modes.
24
25  * Optionally start scripts when a Subnet becomes (un)reachable.
26
27 version 1.0.3                Nov 11 2004
28
29 * Show error message when failing to write a PID file.
30
31 * Ignore spaces at end of lines in config files.
32
33 * Fix handling of late packets.
34
35 * Unify BSD tun/tap device handling. This allows IPv6 on tun devices and
36   anything on tap devices as long as the underlying OS supports it.
37
38 * Handle IPv6 on Solaris tun devices.
39
40 * Allow tinc to work properly under Windows XP SP2.
41
42 * Allow VLAN tagged Ethernet frames in switch and hub mode.
43
44 * Experimental PMTUDiscovery, TunnelServer and BlockingTCP options.
45
46 version 1.0.2                Nov  8 2003
47
48 * Fix address and hostname resolving under Windows.
49
50 * Remove warnings about non-existing scripts and unsupported address families.
51
52 * Use the event logger under Windows.
53
54 * Fix quoting of filenames and command line arguments under Windows.
55
56 * Strict checks for length incoming network packets and return values of
57   cryptographic functions,
58
59 * Fix a bug in metadata handling that made the tinc daemon abort.
60
61 version 1.0.1                Aug 14 2003
62
63 * Allow empty lines in config files.
64
65 * Fix handling of spaces and backslashes in filenames under native Windows.
66
67 * Allow scripts to be executed under native Windows.
68
69 * Update documentation, make it less Linux specific.
70
71 version 1.0                  Aug  4 2003
72
73 * Lots of small bugfixes and code cleanups.
74
75 * Throughput doubled and latency reduced.
76
77 * Added support for LZO compression.
78
79 * No need to set MAC address or disable ARP anymore.
80
81 * Added support for Windows 2000 and XP, both natively and in a Cygwin
82   environment.
83
84 version 1.0pre8              Sep 16 2002
85
86 * More fixes for subnets with prefixlength undivisible by 8.
87
88 * Added support for NetBSD and MacOS/X.
89
90 * Switched from undirected graphs to directed graphs to avoid certain race
91   conditions and improve scalability.
92
93 * Generalized broadcasting and forwarding of protocol messages.
94
95 * Cleanup of source code.
96
97
98 version 1.0pre7              Apr  7 2002
99
100 * Don't do blocking read()s when getting a signal.
101
102 * Remove RSA key checking code, since it sometimes thinks perfectly good RSA
103   keys are bad.
104
105 * Fix handling of subnets when prefixlength isn't divisible by 8.
106
107
108 version 1.0pre6              Mar 27 2002
109
110 * Improvement of redundant links:
111
112   * Non-blocking connects.
113   
114   * Protocol broadcast messages can no longer go into an infinite loop.
115   
116   * Graph algorithm updated to look harder for direct connections.
117
118 * Good support for routing IPv6 packets over the VPN. Works on Linux,
119   FreeBSD, possibly OpenBSD but not on Solaris.
120
121 * Support for tunnels over IPv6 networks. Works on all supported
122   operating systems.
123
124 * Optional compression of UDP connections using zlib.
125
126 * Optionally let UDP connections inherit TOS field of tunneled packets.
127
128 * Optionally start scripts when certain hosts become (un)reachable.
129
130
131 version 1.0pre5              Feb  9 2002
132
133 * Security enhancements:
134
135   * Added sequence number and optional message authentication code to
136     the packets.
137
138   * Configurable encryption cipher and digest algorithms.
139
140 * More robust handling of dis- and reconnects.
141
142 * Added a "switch" and a "hub" mode to allow bridging setups.
143
144 * Preliminary support for routing of IPv6 packets.
145
146 * Supports Linux, FreeBSD, OpenBSD and Solaris.
147
148
149 It looks like this might be the last release before 1.0.
150
151
152 version 1.0pre4              Jan 17 2001
153
154 * Updated documentation; the documentation now reflects the
155   configuration as it is.
156
157 * Some internal changes to make tinc scale better for large
158   networks, such as using AVL trees instead of linked lists for the
159   connection list.  
160
161 * RSA keys can be stored in separate files if needed.  See the
162   documentation for more information.
163
164 * tinc has now been reported to run on Linux PowerPC and FreeBSD x86.
165
166
167
168 version 1.0pre3              Oct 31 2000
169
170 * The protocol has been redesigned, and although some details are
171   still under discussion, this is secure.  Care has been taken to
172   resist most, if not all, attacks.
173   
174 * Unfortunately this protocol is not compatible with earlier versions,
175   nor are earlier versions compatible with this version.  Because the
176   older protocol has huge security flaws, we feel that not
177   implementing backwards compatibility is justified.
178
179 * Some data about the protocol:
180
181   * It uses public/private RSA keys for authentication (this is the
182     actual fix for the security hole).
183
184   * All cryptographic functions have been taken out of tinc, instead
185     it uses the OpenSSL library functions.
186
187   * Offers support for multiple subnets per tinc daemon.
188
189 * New is also the support for the universal tun/tap device.  This
190   means better portability to FreeBSD and Solaris.
191
192 * tinc is tested to compile on Solaris, Linux x86, Linux alpha.
193
194 * tinc now uses the OpenSSL library for cryptographic operations.
195   More information on getting and installing OpenSSL is in the manual.
196   This also means that the GMP library is no longer required.
197
198 * Further, thanks to Enrique Zanardi, we have Spanish messages; Matias
199   Carrasco provided us with a Spanish translation of the manual.
200
201
202 What still needs to be done before 1.0:
203
204 * Documentation.  Especially since the protocol has changed, and a lot
205   of configuration directives have been added.
206
207
208
209
210 version 1.0pre2              May 31 2000
211
212 * This version has been internationalized; and a Dutch translation has          
213   been included.                                                                
214                                                                                 
215 * Two configuration variables have been added:                                  
216   * VpnMask - the IP network mask for the entire VPN, not just our              
217     subnet (as given by MyVirtualIP).  The Redhat and Debian packages           
218     use this variable in their system startup scripts, but it is                
219     ignored by tinc.                                                            
220   * Hostnames - if set to `yes', look up the names of IP addresses              
221     trying to connect to us.  Default set to `no', to prevent lockups           
222     during lookups.                                                             
223                                                                                 
224 * The system startup scripts for Debian and Redhat use                          
225   /etc/tinc/nets.boot to find out which networks need to be started             
226   during system boot.                                                           
227                                                                                 
228 * Fixes to prevent denial of service attacks by sending random data             
229   after connecting (and even when the connection has been established),         
230   either random garbage or just nonsensical protocol fields.                    
231                                                                                 
232 * tinc will retry to connect upon startup, does not quit if it doesn't          
233   work the first time.                                                          
234                                                                                 
235 * Hosts that are disconnected implicitly if we lose a connection get            
236   deleted from the internal list, to prevent hogging eachother with             
237   add and delete requests when the connection is restored.                      
238                                                                                 
239                                                                                 
240 What still needs to be done before 1.0:                                         
241                                                                                 
242 * Documentation.                                                                
243 * Failover ConnectTo lines, try another one if the first doesn't work.          
244
245
246
247
248 version 1.0pre1              May 12 2000
249  * New meta-protocol
250  * Various other bugfixes
251  * Documentation updates
252
253 version 0.3.3                Feb  9 2000
254  * Fixed bug that made tinc stop working with latest kernels (Guus
255    Sliepen)
256  * Updated the manual
257
258 version 0.3.2                Nov 12 1999
259  * no more `Invalid filedescriptor' when working with multiple
260    connections
261  * forward unknown packets to uplink
262
263 version 0.3.1                Oct 20 1999
264  * fixed a bug where tinc would exit without a trace
265
266 version 0.3                  Aug 20 1999
267  * pings now work immediately
268  * all packet sizes get transmitted correctly
269
270 version 0.2.26               Aug 15 1999
271  * fixed some remaining bugs
272  * --sysconfdir works with configure
273  * last version before 0.3
274
275 version 0.2.25               Aug  8 1999
276  * improved stability, going towards 0.3 now.
277
278 version 0.2.24               Aug  7 1999
279  * added key aging, there's a new config variable, KeyExpire.
280  * updated man and info pages
281
282 version 0.2.23               Aug  5 1999
283  * all known bugs fixed, this is a candidate for 0.3
284
285 version 0.2.22               Apr 11 1999
286  * multiconnection thing is now working nearly perfect :)
287
288 version 0.2.21               Apr 10 1999
289  * You shouldn't notice a thing, but a lot has changed wrt key
290 management - except that it refuses to talk to versions < 0.2.20
291
292 version 0.2.20
293
294 version 0.2.19               Apr  3 1999
295  * don't install a libcipher.so
296
297 version 0.2.18               Apr  3 1999
298  * blowfish library dynamically loaded upon execution
299  * included Eric Young's IDEA library
300
301 version 0.2.17               Apr  1 1999
302  * tincd now re-executes itself in case of a segmentation fault.
303
304 version 0.2.16               Apr  1 1999
305  * wrote tincd.conf(5) man page, which still needs a lot of work.
306  * config file now accepts and tolerates spaces, and any integer base
307 for integer variables, and better error reporting. See
308 doc/tincd.conf.sample for an example.
309
310 version 0.2.15               Mar 29 1999
311  * fixed bugs
312
313 version 0.2.14               Feb 10 1999
314  * added --timeout flag and PingTimeout configuration
315  * did some first syslog cleanup work
316
317 version 0.2.13               Jan 23 1999
318  * bugfixes
319
320 version 0.2.12               Jan 23 1999
321  * fixed nauseating bug so that it would crash whenever a connection
322 got lost
323
324 version 0.2.11               Jan 22 1999
325  * framework for multiple connections has been done
326  * simple manpage for tincd
327
328 version 0.2.10               Jan 18 1999
329  * passphrase support added
330
331 version 0.2.9                Jan 13 1999
332  * bugs fixed.
333
334 version 0.2.8                Jan 11 1999
335  * a reworked protocol version
336  * a ping/pong system
337  * more reliable networking code
338  * automatic reconnection
339  * still does not work with more than one connection :)
340  * strips MAC addresses before sending, so there's less overhead, and
341 less redundancy
342
343 version 0.2.7                Jan  3 1999
344  * several updates to make extending more easy.
345
346 version 0.2.6                Dec 20 1998
347  * Point-to-Point connections have been established, including
348 blowfish encryption and a secret key-exchange.
349
350 version 0.2.5                Dec 16 1998
351  * Project renamed to tinc, in honour of TINC.
352
353 version 0.2.4                Dec 16 1998
354  * now it really does ;)
355
356 version 0.2.3                Nov 24 1998
357  * it sort of works now
358
359 version 0.2.2                Nov 20 1998
360  * uses GNU gmp.
361
362 version 0.2.1                Nov 14 1998
363
364  * Bare version.