Displaying 20 results from an estimated 8000 matches similar to: "[Announcement] Version 1.0.15 released"
2009 Oct 18
0
[Announcement] Version 1.0.10 released
With pleasure we announce the release of version 1.0.10. Here is a
summary of the changes:
* Fixed potential crashes during shutdown and (in rare conditions) when other
nodes disconnected from the VPN.
* Improved NAT handling: tinc now copes with mangled port numbers, and will
automatically fall back to TCP if direct UDP connection between nodes is not
possible. The TCPOnly option
2009 Oct 18
0
[Announcement] Version 1.0.10 released
With pleasure we announce the release of version 1.0.10. Here is a
summary of the changes:
* Fixed potential crashes during shutdown and (in rare conditions) when other
nodes disconnected from the VPN.
* Improved NAT handling: tinc now copes with mangled port numbers, and will
automatically fall back to TCP if direct UDP connection between nodes is not
possible. The TCPOnly option
2010 Sep 20
2
Regarding poor performance on DIR-300
1. Compress should be in your hosts file, not your config file.
2. Since its a low-end CPU on the router, try using Compression=10 or 11
(fast/best lzo); I use 9 (max zlib) on my ASUS OpenWRT routers & ClearOS
boxes.
3. If you're using Backfire OpenWRT, you should be able to use the
version of tinc compiled in trunk
http://downloads.openwrt.org/snapshots/trunk/
On 9/20/2010 5:22 PM,
2002 Sep 17
0
[Announcement] Version 1.0pre8 released
With pleasure we announce the release of version 1.0pre8. Here is a
summary of the changes:
* More fixes for subnets with prefixlength undivisible by 8.
* Added support for NetBSD and MacOS/X.
* Switched from undirected graphs to directed graphs to avoid
certain race conditions and improve scalability.
* Generalized broadcasting and forwarding of protocol messages.
* Cleanup of source code.
2002 Sep 17
0
[Announcement] Version 1.0pre8 released
With pleasure we announce the release of version 1.0pre8. Here is a
summary of the changes:
* More fixes for subnets with prefixlength undivisible by 8.
* Added support for NetBSD and MacOS/X.
* Switched from undirected graphs to directed graphs to avoid
certain race conditions and improve scalability.
* Generalized broadcasting and forwarding of protocol messages.
* Cleanup of source code.
2011 May 29
2
nearly-tickless-tinc
Hi,
tinc has a fixed timeout of 1 second for select() in the main
loop. I think this could be improved. Do you think the following
patch goes into the right direction ?
I don't know whether pselect() is standard enough (works under
"current" linux, however I don't know about the other arches). Maybe
a config option is necessary.
It's probably possible
2004 Nov 11
1
[Announcement] Version 1.0.3 released
With pleasure we announce the release of version 1.0.3. Here is a
summary of the changes:
* Show error message when failing to write a PID file.
* Ignore spaces at end of lines in config files.
* Fix handling of late packets.
* Unify BSD tun/tap device handling. This allows IPv6 on tun devices and
anything on tap devices as long as the underlying OS supports it.
* Handle IPv6 on Solaris tun
2004 Nov 11
1
[Announcement] Version 1.0.3 released
With pleasure we announce the release of version 1.0.3. Here is a
summary of the changes:
* Show error message when failing to write a PID file.
* Ignore spaces at end of lines in config files.
* Fix handling of late packets.
* Unify BSD tun/tap device handling. This allows IPv6 on tun devices and
anything on tap devices as long as the underlying OS supports it.
* Handle IPv6 on Solaris tun
2013 Oct 19
1
[Announcement] Tinc version 1.0.23 released
With pleasure we announce the release of tinc version 1.0.23. Here is a
summary of the changes:
* Start authentication immediately on outgoing connections (useful for sslh).
* Fixed segfault when Name = $HOST but $HOST is not set.
* Updated the build system and the documentation.
* Clean up child processes left over from Proxy = exec.
This version of tinc is compatible with 1.0pre8, 1.0
2013 Oct 19
1
[Announcement] Tinc version 1.0.23 released
With pleasure we announce the release of tinc version 1.0.23. Here is a
summary of the changes:
* Start authentication immediately on outgoing connections (useful for sslh).
* Fixed segfault when Name = $HOST but $HOST is not set.
* Updated the build system and the documentation.
* Clean up child processes left over from Proxy = exec.
This version of tinc is compatible with 1.0pre8, 1.0
2006 Nov 14
1
[Announcement] Version 1.0.5 released
With pleasure we announce the release of version 1.0.5. Here is a
summary of the changes:
* Lots of small fixes.
* Broadcast packets no longer grow in size with each hop. This should
fix switch mode (again).
* Generic host-up and host-down scripts.
* Optionally dump graph in graphviz format to a file or a script.
* Support LZO 2.0 and later.
This version of tinc is compatible with
2006 Nov 14
1
[Announcement] Version 1.0.5 released
With pleasure we announce the release of version 1.0.5. Here is a
summary of the changes:
* Lots of small fixes.
* Broadcast packets no longer grow in size with each hop. This should
fix switch mode (again).
* Generic host-up and host-down scripts.
* Optionally dump graph in graphviz format to a file or a script.
* Support LZO 2.0 and later.
This version of tinc is compatible with
2012 Mar 10
1
[Announcement] Version 1.0.17 released
With pleasure we announce the release of version 1.0.17. Here is a
summary of the changes:
* The DeviceType option can now be used to select dummy, raw socket, UML and
VDE devices without needing to recompile tinc.
* Allow multiple BindToAddress statements.
* Decrement TTL value of IPv4 and IPv6 packets.
* Add LocalDiscovery option allowing tinc to detect peers that are behind the
2012 Mar 10
1
[Announcement] Version 1.0.17 released
With pleasure we announce the release of version 1.0.17. Here is a
summary of the changes:
* The DeviceType option can now be used to select dummy, raw socket, UML and
VDE devices without needing to recompile tinc.
* Allow multiple BindToAddress statements.
* Decrement TTL value of IPv4 and IPv6 packets.
* Add LocalDiscovery option allowing tinc to detect peers that are behind the
2012 Mar 25
1
[Announcement] Version 1.0.18 released
With pleasure we announce the release of version 1.0.18. Here is a
summary of the changes:
* Fixed IPv6 in switch mode by turning off DecrementTTL by default.
* Allow a port number to be specified in BindToAddress, which also allows tinc
to listen on multiple ports.
* Add support for multicast communication with UML/QEMU/KVM.
This version of tinc is compatible with 1.0pre8, 1.0 and
2012 Mar 25
1
[Announcement] Version 1.0.18 released
With pleasure we announce the release of version 1.0.18. Here is a
summary of the changes:
* Fixed IPv6 in switch mode by turning off DecrementTTL by default.
* Allow a port number to be specified in BindToAddress, which also allows tinc
to listen on multiple ports.
* Add support for multicast communication with UML/QEMU/KVM.
This version of tinc is compatible with 1.0pre8, 1.0 and
2012 Jun 25
1
[Announcement] Version 1.0.19 released
With pleasure we announce the release of version 1.0.19. Here is a
summary of the changes:
* Allow :: notation in IPv6 Subnets.
* Add support for systemd style socket activation.
* Allow environment variables to be used for the Name option.
* Add basic support for SOCKS proxies, HTTP proxies, and proxying through an
external command.
This version of tinc is compatible with 1.0pre8, 1.0
2012 Jun 25
1
[Announcement] Version 1.0.19 released
With pleasure we announce the release of version 1.0.19. Here is a
summary of the changes:
* Allow :: notation in IPv6 Subnets.
* Add support for systemd style socket activation.
* Allow environment variables to be used for the Name option.
* Add basic support for SOCKS proxies, HTTP proxies, and proxying through an
external command.
This version of tinc is compatible with 1.0pre8, 1.0
2003 Aug 14
0
[Announcement] Version 1.0.1 released
With pleasure we announce the release of version 1.0.1. Here is a
summary of the changes:
* Allow empty lines in config files.
* Fix handling of spaces and backslashes in filenames under native
Windows.
* Allow scripts to be executed under native Windows.
* Fix compiling under OpenBSD.
* Update documentation, make it less Linux specific.
This version is compatible with 1.0 and 1.0pre8, but
2003 Aug 14
0
[Announcement] Version 1.0.1 released
With pleasure we announce the release of version 1.0.1. Here is a
summary of the changes:
* Allow empty lines in config files.
* Fix handling of spaces and backslashes in filenames under native
Windows.
* Allow scripts to be executed under native Windows.
* Fix compiling under OpenBSD.
* Update documentation, make it less Linux specific.
This version is compatible with 1.0 and 1.0pre8, but