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