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