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