NEWS 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758
  1. Version 1.0.36 August 26 2019
  2. * Fix compiling tinc with certain versions of the OpenSSL library.
  3. * Fix parsing some IPv6 addresses with :: in them.
  4. * Fix GraphDumpFile output to handle node names starting with a digit.
  5. * Fix a potential segmentation fault when fragmenting packets.
  6. Thanks to Rosen Penev, Quentin Rameau and Werner Schreiber for their
  7. contributions to this version of tinc.
  8. Version 1.0.35 October 5 2018
  9. * Prevent oracle attacks (CVE-2018-16737, CVE-2018-16738).
  10. * Prevent a MITM from forcing a NULL cipher for UDP (CVE-2018-16758).
  11. * Minor fixes in the documentation.
  12. Thanks to Amine Amri and Rafael Sadowski for their contributions to this
  13. version of tinc.
  14. Version 1.0.34 June 12 2018
  15. * Fix a potential segmentation fault when connecting to an IPv6 peer via a
  16. proxy.
  17. * Minor improvements to the build system.
  18. * Make the systemd service file identical to the one from the 1.1 branch.
  19. * Fix a potential problem causing IPv4 sockets to not work on macOS.
  20. Thanks to Maximilian Stein and Wang Liu Shuai for their contributions to this
  21. version of tinc.
  22. Version 1.0.33 November 4 2017
  23. * Allow compilation from a build directory.
  24. * Source code cleanups.
  25. * Fix some options specified on the command line not surviving a HUP signal.
  26. * Handle tun/tap device returning EPERM or EBUSY.
  27. * Disable PMTUDiscovery when TCPOnly is used.
  28. * Support the --runstatedir option of the autoconf 2.70.
  29. Thanks to Rafael Sadowski and Pierre-Olivier Mercier for their contributions to
  30. this version of tinc.
  31. Version 1.0.32 September 2 2017
  32. * Fix segmentation fault when using Cipher = none.
  33. * Fix Proxy = exec.
  34. * Support PriorityInheritance for IPv6 packets.
  35. * Fixes for Solaris tun/tap support.
  36. * Bind outgoing TCP sockets when ListenAddress is used.
  37. Thanks to Vittorio Gambaletta for his contribution to this version of tinc.
  38. Version 1.0.31 January 15 2017
  39. * Remove ExecStop in tinc@.service.
  40. Thanks to Élie Bouttier for his contribution to this version of tinc.
  41. Version 1.0.30 October 30 2016
  42. * Fix troubles connecting to some HTTP proxies.
  43. * Add mitigations for the Sweet32 attack when using a 64-bit block cipher.
  44. * Use AES256 and SHA256 as the default encryption and digest algorithms.
  45. Version 1.0.29 October 9 2016
  46. * Fix UDP communication with peers with link-local IPv6 addresses.
  47. * Ensure compatibility with OpenSSL 1.1.0.
  48. * Ensure autoreconf can be run without requiring autoconf-archive.
  49. * Log warnings about dropped packets only at debug level 5.
  50. Version 1.0.28 April 10 2016
  51. * Fix compilation on BSD platforms.
  52. * Add systemd service files.
  53. Version 1.0.27 April 10 2016
  54. * When using Proxy, let the proxy resolve hostnames if tinc can't.
  55. * Fixes and improvements of the DecrementTTL option.
  56. * Fixed the $NAME variable in subnet-up/down scripts for the local Subnets.
  57. * Fixed potentially wrong checksum generation when clamping the MSS.
  58. * Properly choose between the system's or our own copy of getopt.
  59. * Fixed compiling tinc for Cygwin with MinGW installed.
  60. * Added support for OS X utun interfaces.
  61. * Documentation updates and minor fixes.
  62. Thanks to Vittorio Gambaletta, LunarShaddow, Florian Weik and Nathan Stratton
  63. Treadway for their contributions to this version of tinc.
  64. Version 1.0.26 July 5 2015
  65. * Tinc now forces glibc to reload /etc/resolv.conf for every hostname lookup.
  66. * Fixed --logfile without a filename on Windows.
  67. * Ensure tinc can be compiled when using musl libc.
  68. Thanks to Jo-Philipp Wich for his contribution to this version of tinc.
  69. Version 1.0.25 December 22 2014
  70. * Documentation updates.
  71. * Support linking against -lresolv on Mac OS X.
  72. * Fix scripts on Windows when using the ScriptsInterpreter option.
  73. * Allow a minimum reconnect timeout to be specified.
  74. * Support PriorityInheritance on IPv6 sockets.
  75. Thanks to David Pflug, Baptiste Jonglez, Alexis Hildebrandt, Borg, Jochen Voss,
  76. Tomislav Čohar and VittGam for their contributions to this version of tinc.
  77. Version 1.0.24 May 11 2014
  78. * Various compiler hardening flags are enabled by default.
  79. * Updated support for Solaris, allowing switch mode on Solaris 11.
  80. * Configuration will now also be read from a conf.d directory.
  81. * Various updates to the documentation.
  82. * Tinc now forces glibc to reload /etc/resolv.conf after it receives SIGALRM.
  83. * Fixed a potential routing loop when IndirectData or TCPOnly is used and
  84. broadcast packets are being sent.
  85. * Improved security with constant time memcmp and stricter use of OpenSSL's
  86. RNG functions.
  87. * Fixed all issues found by Coverity.
  88. Thanks to Florent Clairambault, Vilbrekin, luckyhacky, Armin Fisslthaler, Loïc
  89. Dachary and Steffan Karger for their contributions to this version of tinc.
  90. Version 1.0.23 October 19 2013
  91. * Start authentication immediately on outgoing connections (useful for sslh).
  92. * Fixed segfault when Name = $HOST but $HOST is not set.
  93. * Updated the build system and the documentation.
  94. * Clean up child processes left over from Proxy = exec.
  95. Version 1.0.22 August 13 2013
  96. * Fixed the combination of Mode = router and DeviceType = tap.
  97. * The $NAME variable is now set in subnet-up/down scripts.
  98. * Tinc now gives an error when unknown options are given on the command line.
  99. * Tinc now correctly handles a space between a short command line option and
  100. an optional argument.
  101. Thanks to Etienne Dechamps for his contribution to this version of tinc.
  102. Version 1.0.21 April 22 2013
  103. * Drop packets forwarded via TCP if they are too big (CVE-2013-1428).
  104. Thanks to Martin Schobert for auditing tinc and reporting this vulnerability.
  105. Version 1.0.20 March 03 2013
  106. * Use /dev/tap0 by default on FreeBSD and NetBSD when using switch mode.
  107. * Minor improvements and clarifications in the documentation.
  108. * Allow tinc to be cross-compiled with Android's NDK.
  109. * The discovered PMTU is now also applied to VLAN tagged traffic.
  110. * The LocalDiscovery option now makes use of all addresses tinc is bound to.
  111. * Fixed support for tunemu on iOS devices.
  112. * The PriorityInheritance option now also works with switch mode.
  113. * Fixed tinc crashing when using a SOCKS5 proxy.
  114. Thanks to Mesar Hameed, Vilbrekin and Martin Schürrer for their contributions
  115. to this version of tinc.
  116. Version 1.0.19 June 25 2012
  117. * Allow :: notation in IPv6 Subnets.
  118. * Add support for systemd style socket activation.
  119. * Allow environment variables to be used for the Name option.
  120. * Add basic support for SOCKS proxies, HTTP proxies, and proxying through an
  121. external command.
  122. Thanks to Anthony G. Basile and Michael Tokarev for their contributions to
  123. this version of tinc.
  124. Version 1.0.18 March 25 2012
  125. * Fixed IPv6 in switch mode by turning off DecrementTTL by default.
  126. * Allow a port number to be specified in BindToAddress, which also allows tinc
  127. to listen on multiple ports.
  128. * Add support for multicast communication with UML/QEMU/KVM.
  129. Version 1.0.17 March 10 2012
  130. * The DeviceType option can now be used to select dummy, raw socket, UML and
  131. VDE devices without needing to recompile tinc.
  132. * Allow multiple BindToAddress statements.
  133. * Decrement TTL value of IPv4 and IPv6 packets.
  134. * Add LocalDiscovery option allowing tinc to detect peers that are behind the
  135. same NAT.
  136. * Accept Subnets passed with the -o option when StrictSubnets = yes.
  137. * Disabling old RSA keys when generating new ones now also works properly on
  138. Windows.
  139. Thanks to Nick Hibma for his contribution to this version of tinc.
  140. Version 1.0.16 July 23 2011
  141. * Fixed a performance issue with TCP communication under Windows.
  142. * Fixed code that, during network outages, would cause tinc to exit when it
  143. thought two nodes with identical Names were on the VPN.
  144. Version 1.0.15 June 24 2011
  145. * Improved logging to file.
  146. * Reduced amount of process wakeups on platforms which support pselect().
  147. * Fixed ProcessPriority option under Windows.
  148. Version 1.0.14 May 8 2011
  149. * Fixed reading configuration files that do not end with a newline. Again.
  150. * Allow arbitrary configuration options being specified on the command line.
  151. * Allow all options in both tinc.conf and the local host config file.
  152. * Configurable replay window, UDP send and receive buffers for performance tuning.
  153. * Try harder to get UDP communication back after falling back to TCP.
  154. * Initial support for attaching tinc to a VDE switch.
  155. * DragonFly BSD support.
  156. * Allow linking with OpenSSL 1.0.0.
  157. Thanks to Brandon Black, Julien Muchembled, Michael Tokarev, Rumko and Timothy
  158. Redaelli for their contributions to this version of tinc.
  159. Version 1.0.13 Apr 11 2010
  160. * Allow building tinc without LZO and/or Zlib.
  161. * Clamp MSS of TCP packets in both directions.
  162. * Experimental StrictSubnets, Forwarding and DirectOnly options,
  163. giving more control over information and packets received from/sent to other
  164. nodes.
  165. * Ensure tinc never sends symbolic names for ports over the wire.
  166. Version 1.0.12 Feb 3 2010
  167. * Really allow fast roaming of hosts to other nodes in a switched VPN.
  168. * Fixes missing or incorrect environment variables when calling host-up/down
  169. and subnet-up/down scripts in some cases.
  170. * Allow port to be specified in Address statements.
  171. * Clamp MSS of TCP packets to the discovered path MTU.
  172. * Let two nodes behind NAT learn each others current UDP address and port via
  173. a third node, potentially allowing direct communications in a similar way to
  174. STUN.
  175. Version 1.0.11 Nov 1 2009
  176. * Fixed potential crash when the HUP signal is sent.
  177. * Fixes handling of weighted Subnets in switch and hub modes, preventing
  178. unnecessary broadcasts.
  179. * Works around a MinGW bug that caused packets to Windows nodes to always be
  180. sent via TCP.
  181. * Improvements to the PMTU discovery code, especially on Windows.
  182. * Use UDP again in certain cases where 1.0.10 was too conservative and fell
  183. back to TCP unnecessarily.
  184. * Allow fast roaming of hosts to other nodes in a switched VPN.
  185. Version 1.0.10 Oct 18 2009
  186. * Fixed potential crashes during shutdown and (in rare conditions) when other
  187. nodes disconnected from the VPN.
  188. * Improved NAT handling: tinc now copes with mangled port numbers, and will
  189. automatically fall back to TCP if direct UDP connection between nodes is not
  190. possible. The TCPOnly option should not have to be used anymore.
  191. * Allow configuration files with CRLF line endings to be read on UNIX.
  192. * Disable old RSA keys when generating new ones, and raise the default size of
  193. new RSA keys to 2048 bits.
  194. * Many fixes in the path MTU discovery code, especially when Compression is
  195. being used.
  196. * Tinc can now drop privileges and/or chroot itself.
  197. * The TunnelServer code now just ignores information from clients instead of
  198. disconnecting them.
  199. * Improved performance on Windows by using the new ProcessPriority option and
  200. by making the handling of packets received from the TAP-Win32 adapter more
  201. efficient.
  202. * Code cleanups: tinc now follows the C99 standard, copyright headers have
  203. been updated to include patch authors, checkpoint tracing and localisation
  204. features have been removed.
  205. * Support for (jailbroken) iPhone and iPod Touch has been added.
  206. Thanks to Florian Forster, Grzegorz Dymarek and especially Michael Tokarev for
  207. their contributions to this version of tinc.
  208. Version 1.0.9 Dec 26 2008
  209. * Fixed tinc as a service under Windows 2003.
  210. * Fixed reading configuration files that do not end with a newline.
  211. * Fixed crashes in situations where hostnames could not be resolved or hosts
  212. would disconnect at the same time as session keys were exchanged.
  213. * Improved default settings of tun and tap devices on BSD platforms.
  214. * Make IPv6 sockets bind only to IPv6 on Linux.
  215. * Enable path MTU discovery by default.
  216. * Fixed a memory leak that occurred when connections were closed.
  217. Thanks to Max Rijevski for his contributions to this version of tinc.
  218. Version 1.0.8 May 16 2007
  219. * Fixed some memory and resource leaks.
  220. * Made network sockets non-blocking under Windows.
  221. Thanks to Scott Lamb and "dnk" for their contributions to this version of tinc.
  222. Version 1.0.7 Jan 5 2007
  223. * Fixed a bug that caused slow network speeds on Windows.
  224. * Fixed a bug that caused tinc unable to write packets to the tun device on
  225. OpenBSD.
  226. Version 1.0.6 Dec 18 2006
  227. * More flexible detection of the LZO libraries when compiling.
  228. * Fixed a bug where broadcasts in switch and hub modes sometimes would not
  229. work anymore when part of the VPN had become disconnected from the rest.
  230. version 1.0.5 Nov 14 2006
  231. * Lots of small fixes.
  232. * Broadcast packets no longer grow in size with each hop. This should
  233. fix switch mode (again).
  234. * Generic host-up and host-down scripts.
  235. * Optionally dump graph in graphviz format to a file or a script.
  236. * Support LZO 2.0 and later.
  237. Thanks to Scott Lamb for his contributions to this version of tinc.
  238. version 1.0.4 May 4 2005
  239. * Fix switch and hub modes.
  240. * Optionally start scripts when a Subnet becomes (un)reachable.
  241. version 1.0.3 Nov 11 2004
  242. * Show error message when failing to write a PID file.
  243. * Ignore spaces at end of lines in config files.
  244. * Fix handling of late packets.
  245. * Unify BSD tun/tap device handling. This allows IPv6 on tun devices and
  246. anything on tap devices as long as the underlying OS supports it.
  247. * Handle IPv6 on Solaris tun devices.
  248. * Allow tinc to work properly under Windows XP SP2.
  249. * Allow VLAN tagged Ethernet frames in switch and hub mode.
  250. * Experimental PMTUDiscovery, TunnelServer and BlockingTCP options.
  251. version 1.0.2 Nov 8 2003
  252. * Fix address and hostname resolving under Windows.
  253. * Remove warnings about non-existing scripts and unsupported address families.
  254. * Use the event logger under Windows.
  255. * Fix quoting of filenames and command line arguments under Windows.
  256. * Strict checks for length incoming network packets and return values of
  257. cryptographic functions,
  258. * Fix a bug in metadata handling that made the tinc daemon abort.
  259. version 1.0.1 Aug 14 2003
  260. * Allow empty lines in config files.
  261. * Fix handling of spaces and backslashes in filenames under native Windows.
  262. * Allow scripts to be executed under native Windows.
  263. * Update documentation, make it less Linux specific.
  264. version 1.0 Aug 4 2003
  265. * Lots of small bugfixes and code cleanups.
  266. * Throughput doubled and latency reduced.
  267. * Added support for LZO compression.
  268. * No need to set MAC address or disable ARP anymore.
  269. * Added support for Windows 2000 and XP, both natively and in a Cygwin
  270. environment.
  271. version 1.0pre8 Sep 16 2002
  272. * More fixes for subnets with prefixlength undivisible by 8.
  273. * Added support for NetBSD and MacOS/X.
  274. * Switched from undirected graphs to directed graphs to avoid certain race
  275. conditions and improve scalability.
  276. * Generalized broadcasting and forwarding of protocol messages.
  277. * Cleanup of source code.
  278. version 1.0pre7 Apr 7 2002
  279. * Don't do blocking read()s when getting a signal.
  280. * Remove RSA key checking code, since it sometimes thinks perfectly good RSA
  281. keys are bad.
  282. * Fix handling of subnets when prefixlength isn't divisible by 8.
  283. version 1.0pre6 Mar 27 2002
  284. * Improvement of redundant links:
  285. * Non-blocking connects.
  286. * Protocol broadcast messages can no longer go into an infinite loop.
  287. * Graph algorithm updated to look harder for direct connections.
  288. * Good support for routing IPv6 packets over the VPN. Works on Linux,
  289. FreeBSD, possibly OpenBSD but not on Solaris.
  290. * Support for tunnels over IPv6 networks. Works on all supported
  291. operating systems.
  292. * Optional compression of UDP connections using zlib.
  293. * Optionally let UDP connections inherit TOS field of tunneled packets.
  294. * Optionally start scripts when certain hosts become (un)reachable.
  295. version 1.0pre5 Feb 9 2002
  296. * Security enhancements:
  297. * Added sequence number and optional message authentication code to
  298. the packets.
  299. * Configurable encryption cipher and digest algorithms.
  300. * More robust handling of dis- and reconnects.
  301. * Added a "switch" and a "hub" mode to allow bridging setups.
  302. * Preliminary support for routing of IPv6 packets.
  303. * Supports Linux, FreeBSD, OpenBSD and Solaris.
  304. It looks like this might be the last release before 1.0.
  305. version 1.0pre4 Jan 17 2001
  306. * Updated documentation; the documentation now reflects the
  307. configuration as it is.
  308. * Some internal changes to make tinc scale better for large
  309. networks, such as using AVL trees instead of linked lists for the
  310. connection list.
  311. * RSA keys can be stored in separate files if needed. See the
  312. documentation for more information.
  313. * tinc has now been reported to run on Linux PowerPC and FreeBSD x86.
  314. version 1.0pre3 Oct 31 2000
  315. * The protocol has been redesigned, and although some details are
  316. still under discussion, this is secure. Care has been taken to
  317. resist most, if not all, attacks.
  318. * Unfortunately this protocol is not compatible with earlier versions,
  319. nor are earlier versions compatible with this version. Because the
  320. older protocol has huge security flaws, we feel that not
  321. implementing backwards compatibility is justified.
  322. * Some data about the protocol:
  323. * It uses public/private RSA keys for authentication (this is the
  324. actual fix for the security hole).
  325. * All cryptographic functions have been taken out of tinc, instead
  326. it uses the OpenSSL library functions.
  327. * Offers support for multiple subnets per tinc daemon.
  328. * New is also the support for the universal tun/tap device. This
  329. means better portability to FreeBSD and Solaris.
  330. * tinc is tested to compile on Solaris, Linux x86, Linux alpha.
  331. * tinc now uses the OpenSSL library for cryptographic operations.
  332. More information on getting and installing OpenSSL is in the manual.
  333. This also means that the GMP library is no longer required.
  334. * Further, thanks to Enrique Zanardi, we have Spanish messages; Matias
  335. Carrasco provided us with a Spanish translation of the manual.
  336. What still needs to be done before 1.0:
  337. * Documentation. Especially since the protocol has changed, and a lot
  338. of configuration directives have been added.
  339. version 1.0pre2 May 31 2000
  340. * This version has been internationalized; and a Dutch translation has
  341. been included.
  342. * Two configuration variables have been added:
  343. * VpnMask - the IP network mask for the entire VPN, not just our
  344. subnet (as given by MyVirtualIP). The Redhat and Debian packages
  345. use this variable in their system startup scripts, but it is
  346. ignored by tinc.
  347. * Hostnames - if set to `yes', look up the names of IP addresses
  348. trying to connect to us. Default set to `no', to prevent lockups
  349. during lookups.
  350. * The system startup scripts for Debian and Redhat use
  351. /etc/tinc/nets.boot to find out which networks need to be started
  352. during system boot.
  353. * Fixes to prevent denial of service attacks by sending random data
  354. after connecting (and even when the connection has been established),
  355. either random garbage or just nonsensical protocol fields.
  356. * tinc will retry to connect upon startup, does not quit if it doesn't
  357. work the first time.
  358. * Hosts that are disconnected implicitly if we lose a connection get
  359. deleted from the internal list, to prevent hogging eachother with
  360. add and delete requests when the connection is restored.
  361. What still needs to be done before 1.0:
  362. * Documentation.
  363. * Failover ConnectTo lines, try another one if the first doesn't work.
  364. version 1.0pre1 May 12 2000
  365. * New meta-protocol
  366. * Various other bugfixes
  367. * Documentation updates
  368. version 0.3.3 Feb 9 2000
  369. * Fixed bug that made tinc stop working with latest kernels (Guus
  370. Sliepen)
  371. * Updated the manual
  372. version 0.3.2 Nov 12 1999
  373. * no more `Invalid filedescriptor' when working with multiple
  374. connections
  375. * forward unknown packets to uplink
  376. version 0.3.1 Oct 20 1999
  377. * fixed a bug where tinc would exit without a trace
  378. version 0.3 Aug 20 1999
  379. * pings now work immediately
  380. * all packet sizes get transmitted correctly
  381. version 0.2.26 Aug 15 1999
  382. * fixed some remaining bugs
  383. * --sysconfdir works with configure
  384. * last version before 0.3
  385. version 0.2.25 Aug 8 1999
  386. * improved stability, going towards 0.3 now.
  387. version 0.2.24 Aug 7 1999
  388. * added key aging, there's a new config variable, KeyExpire.
  389. * updated man and info pages
  390. version 0.2.23 Aug 5 1999
  391. * all known bugs fixed, this is a candidate for 0.3
  392. version 0.2.22 Apr 11 1999
  393. * multiconnection thing is now working nearly perfect :)
  394. version 0.2.21 Apr 10 1999
  395. * You shouldn't notice a thing, but a lot has changed wrt key
  396. management - except that it refuses to talk to versions < 0.2.20
  397. version 0.2.20
  398. version 0.2.19 Apr 3 1999
  399. * don't install a libcipher.so
  400. version 0.2.18 Apr 3 1999
  401. * blowfish library dynamically loaded upon execution
  402. * included Eric Young's IDEA library
  403. version 0.2.17 Apr 1 1999
  404. * tincd now re-executes itself in case of a segmentation fault.
  405. version 0.2.16 Apr 1 1999
  406. * wrote tincd.conf(5) man page, which still needs a lot of work.
  407. * config file now accepts and tolerates spaces, and any integer base
  408. for integer variables, and better error reporting. See
  409. doc/tincd.conf.sample for an example.
  410. version 0.2.15 Mar 29 1999
  411. * fixed bugs
  412. version 0.2.14 Feb 10 1999
  413. * added --timeout flag and PingTimeout configuration
  414. * did some first syslog cleanup work
  415. version 0.2.13 Jan 23 1999
  416. * bugfixes
  417. version 0.2.12 Jan 23 1999
  418. * fixed nauseating bug so that it would crash whenever a connection
  419. got lost
  420. version 0.2.11 Jan 22 1999
  421. * framework for multiple connections has been done
  422. * simple manpage for tincd
  423. version 0.2.10 Jan 18 1999
  424. * passphrase support added
  425. version 0.2.9 Jan 13 1999
  426. * bugs fixed.
  427. version 0.2.8 Jan 11 1999
  428. * a reworked protocol version
  429. * a ping/pong system
  430. * more reliable networking code
  431. * automatic reconnection
  432. * still does not work with more than one connection :)
  433. * strips MAC addresses before sending, so there's less overhead, and
  434. less redundancy
  435. version 0.2.7 Jan 3 1999
  436. * several updates to make extending more easy.
  437. version 0.2.6 Dec 20 1998
  438. * Point-to-Point connections have been established, including
  439. blowfish encryption and a secret key-exchange.
  440. version 0.2.5 Dec 16 1998
  441. * Project renamed to tinc, in honour of TINC.
  442. version 0.2.4 Dec 16 1998
  443. * now it really does ;)
  444. version 0.2.3 Nov 24 1998
  445. * it sort of works now
  446. version 0.2.2 Nov 20 1998
  447. * uses GNU gmp.
  448. version 0.2.1 Nov 14 1998
  449. * Bare version.