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