Speed up AutoConnect at startup.
[tinc] / NEWS
1 # Version 1.1pre11             December 27 2014
2
3 * Added a "network" command to list or switch networks.
4 * Switched to Ed25519 keys and the ChaCha-Poly1305 cipher for the new protocol.
5 * AutoConnect is now a boolean option, when enabled tinc always tries to keep
6   at least three meta-connections open.
7 * The new protocol now uses UDP much more often.
8 * Tinc "del" and "get" commands now return a non-zero exit code when they
9   don't find the requested variable.
10 * Updated documentation.
11 * Added a "DeviceStandby" option to defer running tinc-up until a working
12   connection is made, and which on Windows will also change the network
13   interface link status accordingly.
14 * Tinc now tells the resolver to reload /etc/resolv.conf when it receives
15   SIGALRM.
16 * Improved error messages and event loop handling on Windows.
17 * LocalDiscovery now uses local address learned from other nodes, and is
18   enabled by default.
19 * Added a "BroadcastSubnet" option to change the behavior of broadcast packets
20   in router mode.
21 * Added support for dotted quad notation in IPv6 (e.g. ::1.2.3.4).
22 * Improved format of printed Subnets, MAC and IPv6 addresses.
23 * Added a "--batch" option to force the tinc CLI to run in non-interactive
24   mode.
25 * Improve default Device selection on *BSD and Mac OS X.
26 * Allow running tinc without RSA keys.
27
28 Thanks to Etienne Dechamps, Sven-Haegar Koch, William A. Kennington III,
29 Baptiste Jonglez, Alexis Hildebrandt, Armin Fisslthaler, Franz Pletz, Alexander
30 Ried and Saverio Proto for their contributions to this version of tinc.
31
32 # Version 1.1pre10             February 7 2014
33
34 * Added a benchmark tool (sptps_speed) for the new protocol.
35 * Fixed a crash when using Name = $HOST while $HOST is not set.
36 * Use AES-256-GCM for the new protocol.
37 * Updated support for Solaris.
38 * Allow running tincd without a private ECDSA key present when
39   ExperimentalProtocol is not explicitly set.
40 * Enable various compiler hardening flags by default.
41 * Added support for a "conf.d" configuration directory.
42 * Fix tinc-gui on Windows, also allowing it to connect to a 32-bits tincd when
43   tinc-gui is run in a 64-bits Python environment.
44 * Added a "ListenAddress" option, which like BindToAddress adds more listening
45   address/ports, but doesn't bind to them for outgoing sockets.
46 * Make invitations work better when the "invite" and "join" commands are not
47   run interactively.
48 * When creating meta-connections to a node for which no Address statement is
49   specified, try to use addresses learned from other nodes.
50
51 Thanks to Dennis Joachimsthaler and Florent Clairambault for their contribution
52 to this version of tinc.
53
54 # Version 1.1pre9              September 8 2013
55
56 * The UNIX socket is now created before tinc-up is called.
57 * Windows users can now use any extension that is in %PATHEXT% for scripts,
58   not only .bat.
59 * Outgoing sockets are bound to the address of the listening sockets again,
60   when there is no ambiguity.
61 * Added invitation-created and invitation-accepted scripts.
62 * Invited nodes now learn of the Mode and Broadcast settings of the VPN.
63 * Joining a VPN with an invitation now also works on Windows.
64 * The port number tincd is listening on is now always included in the
65   invitation URL.
66 * A running tincd is now correctly informed when a new invitation has been
67   generated.
68 * Several bug fixes for the new protocol.
69 * Added a test suite.
70
71 Thanks to Etienne Dechamps for his contribution to this version of tinc.
72
73 # Version 1.1pre8              August 13 2013
74
75 * ExperimentalProtocol is now enabled by default.
76 * Added an invitation protocol that makes it easy to invite new nodes.
77 * Added the LocalDiscoveryAddress option to change the broadcast address used
78   to find local nodes.
79 * Limit the rate of incoming meta-connections.
80 * Many small bug fixes and code cleanups.
81
82 Thanks to Etienne Dechamps and Sven-Haegar Koch for their contributions to this
83 version of tinc.
84
85 # Version 1.1pre7              April 22 2013
86
87 * Fixed large latencies on Windows.
88 * Renamed the tincctl tool to tinc.
89 * Simplified changing the configuration using the tinc tool.
90 * Added a full description of the ExperimentalProtocol to the manual.
91 * Drop packets forwarded via TCP if they are too big (CVE-2013-1428).
92
93 Thanks to Martin Schobert for auditing tinc and reporting the vulnerability.
94
95 # Version 1.1pre6              February 20 2013
96
97 * Fixed tincd exitting immediately on Windows.
98 * Detect PMTU increases.
99 * Fixed crashes when using a SOCKS5 proxy.
100 * Fixed control connection when using a proxy.
101
102 # Version 1.1pre5              January 20 2013
103
104 * Fixed long delays and possible hangs on Windows.
105 * Fixed support for the tunemu device on iOS, the UML and VDE devices.
106 * Small improvements to the documentation and error messages.
107 * Fixed broadcast packets not reaching the whole VPN.
108 * Tincctl now connects via a UNIX socket to the tincd on platforms that
109   support this.
110 * The PriorityInheritance option now also works in switch mode.
111
112 # Version 1.1pre4              December  5 2012
113
114 * Added the "AutoConnect" option which will let tinc automatically select
115   which nodes to connect to.
116 * Improved performance of VLAN-tagged IP traffic inside the VPN.
117 * Ensured LocalDiscovery works with multiple BindToAddress statements and/or
118   IPv6-only LANs.
119 * Dropped dependency on libevent.
120 * Fixed Windows version not reading packets from the TAP adapter.
121
122 # Version 1.1pre3              October 14 2012
123
124 * New experimental protocol:
125   * Uses 521 bit ECDSA keys for authentication.
126   * Uses AES-256-CTR and HMAC-SHA256.
127   * Always provides perfect forward secrecy.
128   * Used for both meta-connections and VPN packets.
129   * VPN packets are encrypted end-to-end.
130 * Many improvements to tincctl:
131   * "config" command shows/adds/changes configuration variables.
132   * "export" and "import" commands help exchange configuration files.
133   * "init" command sets up initial configuration files.
134   * "info" command shows details about a node, subnet or address.
135   * "log" command shows live log messages.
136   * Without a command it acts as a shell, with history and TAB completion.
137   * Improved starting/stopping tincd.
138   * Improved graph output.
139 * When trying to directly send UDP packets to a node for which multiple
140   addresses are known, all of them are tried.
141 * Many small fixes, code cleanups and documentation updates.
142
143 # Version 1.1pre2              July 17 2011
144
145 * .cookie files are renamed to .pid files, which are compatible with 1.0.x.
146 * Experimental protocol enhancements that can be enabled with the option
147   ExperimentalProtocol = yes:
148
149   * Ephemeral ECDH key exchange will be used for both the meta protocol and
150     UDP session keys.
151   * Key exchanges are signed with ECDSA.
152   * ECDSA public keys are automatically exchanged after RSA authentication if
153     nodes do not know each other's ECDSA public key yet.
154
155 # Version 1.1pre1              June 25 2011
156
157 * Control interface allows control of a running tinc daemon. Used by:
158   * tincctl, a commandline utility
159   * tinc-gui, a preliminary GUI implemented in Python/wxWidgets
160 * Code cleanups and reorganization.
161 * Repleacable cryptography backend, currently supports OpenSSL and libgcrypt.
162 * Use libevent to handle I/O events and timeouts.
163 * Use splay trees instead of AVL trees to manage internal datastructures.
164
165 Thanks to Scott Lamb and Sven-Haegar Koch for their contributions to this
166 version of tinc.
167
168 # Version 1.0.22               August 13 2013
169
170 * Fixed the combination of Mode = router and DeviceType = tap.
171 * The $NAME variable is now set in subnet-up/down scripts.
172 * Tinc now gives an error when unknown options are given on the command line.
173 * Tinc now correctly handles a space between a short command line option and
174   an optional argument.
175
176 Thanks to Etienne Dechamps for his contribution to this version of tinc.
177
178 # Version 1.0.21               April 22 2013
179
180 * Drop packets forwarded via TCP if they are too big (CVE-2013-1428).
181
182 Thanks to Martin Schobert for auditing tinc and reporting this vulnerability.
183
184 # Version 1.0.20               March 03 2013
185
186 * Use /dev/tap0 by default on FreeBSD and NetBSD when using switch mode.
187 * Minor improvements and clarifications in the documentation.
188 * Allow tinc to be cross-compiled with Android's NDK.
189 * The discovered PMTU is now also applied to VLAN tagged traffic.
190 * The LocalDiscovery option now makes use of all addresses tinc is bound to.
191 * Fixed support for tunemu on iOS devices.
192 * The PriorityInheritance option now also works with switch mode.
193 * Fixed tinc crashing when using a SOCKS5 proxy.
194
195 Thanks to Mesar Hameed, Vilbrekin and Martin Schürrer for their contributions
196 to this version of tinc.
197
198 # Version 1.0.19               June 25 2012
199
200 * Allow :: notation in IPv6 Subnets.
201 * Add support for systemd style socket activation.
202 * Allow environment variables to be used for the Name option.
203 * Add basic support for SOCKS proxies, HTTP proxies, and proxying through an
204   external command.
205
206 # Version 1.0.18               March 25 2012
207
208 * Fixed IPv6 in switch mode by turning off DecrementTTL by default.
209 * Allow a port number to be specified in BindToAddress, which also allows tinc
210   to listen on multiple ports.
211 * Add support for multicast communication with UML/QEMU/KVM.
212
213 # Version 1.0.17               March 10 2012
214
215 * The DeviceType option can now be used to select dummy, raw socket, UML and
216   VDE devices without needing to recompile tinc.
217 * Allow multiple BindToAddress statements.
218 * Decrement TTL value of IPv4 and IPv6 packets.
219 * Add LocalDiscovery option allowing tinc to detect peers that are behind the
220   same NAT.
221 * Accept Subnets passed with the -o option when StrictSubnets = yes.
222 * Disabling old RSA keys when generating new ones now also works properly on
223   Windows.
224
225 # Version 1.0.16               July 23 2011
226
227 * Fixed a performance issue with TCP communication under Windows.
228 * Fixed code that, during network outages, would cause tinc to exit when it
229   thought two nodes with identical Names were on the VPN.
230
231 # Version 1.0.15               June 24 2011
232
233 * Improved logging to file.
234 * Reduced amount of process wakeups on platforms which support pselect().
235 * Fixed ProcessPriority option under Windows.
236
237  Thanks to Loïc Grenié for his contribution to this version of tinc.
238
239 # Version 1.0.14               May  8 2011
240
241 * Fixed reading configuration files that do not end with a newline. Again.
242 * Allow arbitrary configuration options being specified on the command line.
243 * Allow all options in both tinc.conf and the local host config file.
244 * Configurable replay window, UDP send and receive buffers for performance tuning.
245 * Try harder to get UDP communication back after falling back to TCP.
246 * Initial support for attaching tinc to a VDE switch.
247 * DragonFly BSD support.
248 * Allow linking with OpenSSL 1.0.0.
249
250 Thanks to Brandon Black, Julien Muchembled, Michael Tokarev, Rumko and Timothy
251 Redaelli for their contributions to this version of tinc.
252
253 # Version 1.0.13               Apr 11 2010
254
255 * Allow building tinc without LZO and/or Zlib.
256 * Clamp MSS of TCP packets in both directions.
257 * Experimental StrictSubnets, Forwarding and DirectOnly options,
258   giving more control over information and packets received from/sent to other
259   nodes.
260 * Ensure tinc never sends symbolic names for ports over the wire.
261
262 # Version 1.0.12               Feb  3 2010
263
264 * Really allow fast roaming of hosts to other nodes in a switched VPN.
265 * Fixes missing or incorrect environment variables when calling host-up/down
266   and subnet-up/down scripts in some cases.
267 * Allow port to be specified in Address statements.
268 * Clamp MSS of TCP packets to the discovered path MTU.
269 * Let two nodes behind NAT learn each others current UDP address and port via
270   a third node, potentially allowing direct communications in a similar way to
271   STUN.
272
273 # Version 1.0.11               Nov  1 2009
274
275 * Fixed potential crash when the HUP signal is sent.
276 * Fixes handling of weighted Subnets in switch and hub modes, preventing
277   unnecessary broadcasts.
278 * Works around a MinGW bug that caused packets to Windows nodes to always be
279   sent via TCP.
280 * Improvements to the PMTU discovery code, especially on Windows.
281 * Use UDP again in certain cases where 1.0.10 was too conservative and fell
282   back to TCP unnecessarily.
283 * Allow fast roaming of hosts to other nodes in a switched VPN.
284
285 # Version 1.0.10               Oct 18 2009
286
287 * Fixed potential crashes during shutdown and (in rare conditions) when other
288   nodes disconnected from the VPN.
289 * Improved NAT handling: tinc now copes with mangled port numbers, and will
290   automatically fall back to TCP if direct UDP connection between nodes is not
291   possible. The TCPOnly option should not have to be used anymore.
292 * Allow configuration files with CRLF line endings to be read on UNIX.
293 * Disable old RSA keys when generating new ones, and raise the default size of
294   new RSA keys to 2048 bits.
295 * Many fixes in the path MTU discovery code, especially when Compression is
296   being used.
297 * Tinc can now drop privileges and/or chroot itself.
298 * The TunnelServer code now just ignores information from clients instead of
299   disconnecting them.
300 * Improved performance on Windows by using the new ProcessPriority option and
301   by making the handling of packets received from the TAP-Win32 adapter more
302   efficient.
303 * Code cleanups: tinc now follows the C99 standard, copyright headers have
304   been updated to include patch authors, checkpoint tracing and localisation
305   features have been removed.
306 * Support for (jailbroken) iPhone and iPod Touch has been added.
307
308 Thanks to Florian Forster, Grzegorz Dymarek and especially Michael Tokarev for
309 their contributions to this version of tinc.
310
311 # Version 1.0.9                Dec 26 2008
312
313 * Fixed tinc as a service under Windows 2003.
314 * Fixed reading configuration files that do not end with a newline.
315 * Fixed crashes in situations where hostnames could not be resolved or hosts
316   would disconnect at the same time as session keys were exchanged.
317 * Improved default settings of tun and tap devices on BSD platforms.
318 * Make IPv6 sockets bind only to IPv6 on Linux.
319 * Enable path MTU discovery by default.
320 * Fixed a memory leak that occured when connections were closed.
321
322 Thanks to Max Rijevski for his contributions to this version of tinc.
323
324 # Version 1.0.8                May 16 2007
325
326 * Fixed some memory and resource leaks.
327 * Made network sockets non-blocking under Windows.
328
329 Thanks to Scott Lamb and "dnk" for their contributions to this version of tinc.
330
331 # Version 1.0.7                Jan  5 2007
332
333 * Fixed a bug that caused slow network speeds on Windows.
334 * Fixed a bug that caused tinc unable to write packets to the tun device on
335   OpenBSD.
336
337 # Version 1.0.6                Dec 18 2006
338
339 * More flexible detection of the LZO libraries when compiling.
340 * Fixed a bug where broadcasts in switch and hub modes sometimes would not
341   work anymore when part of the VPN had become disconnected from the rest.
342
343 # Version 1.0.5                Nov 14 2006
344
345 * Lots of small fixes.
346 * Broadcast packets no longer grow in size with each hop. This should
347   fix switch mode (again).
348 * Generic host-up and host-down scripts.
349 * Optionally dump graph in graphviz format to a file or a script.
350 * Support LZO 2.0 and later.
351
352 Thanks to Scott Lamb for his contributions to this version of tinc.
353
354 # Version 1.0.4                May  4 2005
355
356 * Fix switch and hub modes.
357 * Optionally start scripts when a Subnet becomes (un)reachable.
358
359 # Version 1.0.3                Nov 11 2004
360
361 * Show error message when failing to write a PID file.
362 * Ignore spaces at end of lines in config files.
363 * Fix handling of late packets.
364 * Unify BSD tun/tap device handling. This allows IPv6 on tun devices and
365   anything on tap devices as long as the underlying OS supports it.
366 * Handle IPv6 on Solaris tun devices.
367 * Allow tinc to work properly under Windows XP SP2.
368 * Allow VLAN tagged Ethernet frames in switch and hub mode.
369 * Experimental PMTUDiscovery, TunnelServer and BlockingTCP options.
370
371 # Version 1.0.2                Nov  8 2003
372
373 * Fix address and hostname resolving under Windows.
374 * Remove warnings about non-existing scripts and unsupported address families.
375 * Use the event logger under Windows.
376 * Fix quoting of filenames and command line arguments under Windows.
377 * Strict checks for length incoming network packets and return values of
378   cryptographic functions,
379 * Fix a bug in metadata handling that made the tinc daemon abort.
380
381 # Version 1.0.1                Aug 14 2003
382
383 * Allow empty lines in config files.
384 * Fix handling of spaces and backslashes in filenames under native Windows.
385 * Allow scripts to be executed under native Windows.
386 * Update documentation, make it less Linux specific.
387
388 # Version 1.0                  Aug  4 2003
389
390 * Lots of small bugfixes and code cleanups.
391 * Throughput doubled and latency reduced.
392 * Added support for LZO compression.
393 * No need to set MAC address or disable ARP anymore.
394 * Added support for Windows 2000 and XP, both natively and in a Cygwin
395   environment.
396
397 # Version 1.0pre8              Sep 16 2002
398
399 * More fixes for subnets with prefixlength undivisible by 8.
400 * Added support for NetBSD and MacOS/X.
401 * Switched from undirected graphs to directed graphs to avoid certain race
402   conditions and improve scalability.
403 * Generalized broadcasting and forwarding of protocol messages.
404 * Cleanup of source code.
405
406 # Version 1.0pre7              Apr  7 2002
407
408 * Don't do blocking read()s when getting a signal.
409 * Remove RSA key checking code, since it sometimes thinks perfectly good RSA
410   keys are bad.
411 * Fix handling of subnets when prefixlength isn't divisible by 8.
412
413 # Version 1.0pre6              Mar 27 2002
414
415 * Improvement of redundant links:
416   * Non-blocking connects.
417   * Protocol broadcast messages can no longer go into an infinite loop.
418   * Graph algorithm updated to look harder for direct connections.
419 * Good support for routing IPv6 packets over the VPN. Works on Linux,
420   FreeBSD, possibly OpenBSD but not on Solaris.
421 * Support for tunnels over IPv6 networks. Works on all supported
422   operating systems.
423 * Optional compression of UDP connections using zlib.
424 * Optionally let UDP connections inherit TOS field of tunneled packets.
425 * Optionally start scripts when certain hosts become (un)reachable.
426
427 # Version 1.0pre5              Feb  9 2002
428
429 * Security enhancements:
430   * Added sequence number and optional message authentication code to
431     the packets.
432   * Configurable encryption cipher and digest algorithms.
433 * More robust handling of dis- and reconnects.
434 * Added a "switch" and a "hub" mode to allow bridging setups.
435 * Preliminary support for routing of IPv6 packets.
436 * Supports Linux, FreeBSD, OpenBSD and Solaris.
437
438 # Version 1.0pre4              Jan 17 2001
439
440 * Updated documentation; the documentation now reflects the
441   configuration as it is.
442 * Some internal changes to make tinc scale better for large
443   networks, such as using AVL trees instead of linked lists for the
444   connection list.
445 * RSA keys can be stored in separate files if needed.  See the
446   documentation for more information.
447 * Tinc has now been reported to run on Linux PowerPC and FreeBSD x86.
448
449 # Version 1.0pre3              Oct 31 2000
450
451 * The protocol has been redesigned, and although some details are
452   still under discussion, this is secure.  Care has been taken to
453   resist most, if not all, attacks.
454 * Unfortunately this protocol is not compatible with earlier versions,
455   nor are earlier versions compatible with this version.  Because the
456   older protocol has huge security flaws, we feel that not
457   implementing backwards compatibility is justified.
458 * Some data about the protocol:
459   * It uses public/private RSA keys for authentication (this is the
460     actual fix for the security hole).
461   * All cryptographic functions have been taken out of tinc, instead
462     it uses the OpenSSL library functions.
463   * Offers support for multiple subnets per tinc daemon.
464 * New is also the support for the universal tun/tap device.  This
465   means better portability to FreeBSD and Solaris.
466 * Tinc is tested to compile on Solaris, Linux x86, Linux alpha.
467 * Tinc now uses the OpenSSL library for cryptographic operations.
468   More information on getting and installing OpenSSL is in the manual.
469   This also means that the GMP library is no longer required.
470 * Further, thanks to Enrique Zanardi, we have Spanish messages; Matias
471   Carrasco provided us with a Spanish translation of the manual.
472
473 # Version 1.0pre2              May 31 2000
474
475 * This version has been internationalized; and a Dutch translation has
476   been included.
477 * Two configuration variables have been added:
478   * VpnMask - the IP network mask for the entire VPN, not just our
479     subnet (as given by MyVirtualIP).  The Redhat and Debian packages
480     use this variable in their system startup scripts, but it is
481     ignored by tinc.
482   * Hostnames - if set to `yes', look up the names of IP addresses
483     trying to connect to us.  Default set to `no', to prevent lockups
484     during lookups.
485 * The system startup scripts for Debian and Redhat use
486   /etc/tinc/nets.boot to find out which networks need to be started
487   during system boot.
488 * Fixes to prevent denial of service attacks by sending random data
489   after connecting (and even when the connection has been established),
490   either random garbage or just nonsensical protocol fields.
491 * Tinc will retry to connect upon startup, does not quit if it doesn't
492   work the first time.
493 * Hosts that are disconnected implicitly if we lose a connection get
494   deleted from the internal list, to prevent hogging eachother with
495   add and delete requests when the connection is restored.
496
497 # Version 1.0pre1              May 12 2000
498
499 * New meta-protocol
500 * Various other bugfixes
501 * Documentation updates
502
503 # Version 0.3.3                Feb  9 2000
504
505 * Fixed bug that made tinc stop working with latest kernels
506 * Updated the manual
507
508 # Version 0.3.2                Nov 12 1999
509
510 * No more `Invalid filedescriptor' when working with multiple
511   connections.
512 * Forward unknown packets to uplink.
513
514 # Version 0.3.1                Oct 20 1999
515
516 * Fixed a bug where tinc would exit without a trace.
517
518 # Version 0.3                  Aug 20 1999
519
520 * Pings now work immediately.
521 * All packet sizes get transmitted correctly.
522
523 # Version 0.2.26               Aug 15 1999
524
525 * Fixed some remaining bugs.
526 * --sysconfdir works with configure.
527 * Last version before 0.3.
528
529 # Version 0.2.25               Aug  8 1999
530
531 * Improved stability, going towards 0.3 now.
532
533 # Version 0.2.24               Aug  7 1999
534
535 * Added key aging, there's a new config variable, KeyExpire.
536 * Updated man and info pages.
537
538 # Version 0.2.23               Aug  5 1999
539
540 * All known bugs fixed, this is a candidate for 0.3.
541
542 # Version 0.2.22               Apr 11 1999
543
544 * Multiconnection thing is now working nearly perfect :)
545
546 # Version 0.2.21               Apr 10 1999
547
548 * You shouldn't notice a thing, but a lot has changed wrt key
549 management - except that it refuses to talk to versions < 0.2.20
550
551 # Version 0.2.19               Apr  3 1999
552
553 * Don't install a libcipher.so.
554
555 # Version 0.2.18               Apr  3 1999
556
557 * Blowfish library dynamically loaded upon execution.
558 * Included Eric Young's IDEA library.
559
560 # Version 0.2.17               Apr  1 1999
561
562 * Tincd now re-executes itself in case of a segmentation fault.
563
564 # Version 0.2.16               Apr  1 1999
565
566 * Wrote tincd.conf(5) man page, which still needs a lot of work.
567 * Config file now accepts and tolerates spaces, and any integer base
568   for integer variables, and better error reporting. See
569   doc/tincd.conf.sample for an example.
570
571 # Version 0.2.15               Mar 29 1999
572
573 * Fixed bugs.
574
575 # Version 0.2.14               Feb 10 1999
576
577 * Added --timeout flag and PingTimeout configuration.
578 * Did some first syslog cleanup work.
579
580 # Version 0.2.13               Jan 23 1999
581
582 * Bugfixes.
583
584 # Version 0.2.12               Jan 23 1999
585
586 * Fixed nauseating bug so that it would crash whenever a connection
587   got lost.
588
589 # Version 0.2.11               Jan 22 1999
590
591 * Framework for multiple connections has been done.
592 * Simple manpage for tincd.
593
594 # Version 0.2.10               Jan 18 1999
595
596 * Passphrase support added.
597
598 # Version 0.2.9                Jan 13 1999
599
600 * Bugs fixed.
601
602 # Version 0.2.8                Jan 11 1999
603
604 * A reworked protocol version.
605 * A ping/pong system.
606 * More reliable networking code.
607 * Automatic reconnection.
608 * Still does not work with more than one connection :)
609 * Strips MAC addresses before sending, so there's less overhead, and
610   less redundancy.
611
612 # Version 0.2.7                Jan  3 1999
613
614 * Several updates to make extending more easy.
615
616 # Version 0.2.6                Dec 20 1998
617
618 * Point-to-Point connections have been established, including
619   Blowfish encryption and a secret key-exchange.
620
621 # Version 0.2.5                Dec 16 1998
622
623 * Project renamed to tinc, in honour of TINC.
624
625 # Version 0.2.4                Dec 16 1998
626
627 * Now it really does ;)
628
629 # Version 0.2.3                Nov 24 1998
630
631 * It sort of works now.
632
633 # Version 0.2.2                Nov 20 1998
634
635 * Uses GNU gmp.
636
637 # Version 0.2.1                Nov 14 1998
638
639 * Bare version.