diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-12-31 11:24:57 -0800 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-12-31 11:24:57 -0800 |
commit | 17126b0c6d3ffe0e205c3bfdca778cba272ed6b0 (patch) | |
tree | 10befe4cc2a218722824974d4bcc5d1496cc4f55 | |
parent | c37cb60d3cf5348c7d2fad9f6a63cf93517875f8 (diff) | |
download | infinitytier-17126b0c6d3ffe0e205c3bfdca778cba272ed6b0.tar.gz infinitytier-17126b0c6d3ffe0e205c3bfdca778cba272ed6b0.zip |
VERSION 0.6.6: fix to path discovery
New versions will be coming fast and furious for a bit as bugs get fixed and
testing is done in prep to the first binary release.
This version fixes a problem with WAN path discovery and a possible security
issue in PacketDecoder. (see previous comments)
-rw-r--r-- | version.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,6 +41,6 @@ /** * Revision */ -#define ZEROTIER_ONE_VERSION_REVISION 5 +#define ZEROTIER_ONE_VERSION_REVISION 6 #endif |