summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndrew Shadura <bugzilla@tut.by>2012-08-15 22:25:35 +0200
committerAndrew Shadura <bugzilla@tut.by>2012-08-15 22:25:35 +0200
commit78450dab05d1bc7f4a05662e19b0741246503b7c (patch)
treec195daf3da18a480f813ba4cdcf75bfe4e2fd6de /ChangeLog
parentc29a6de4a2b99e9b030e7512f7e9c22ce63c7c7a (diff)
Update to the latest upstream version.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 10 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 361d51d..f5be154 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,15 +1,20 @@
nat-traverse -- Use of UDP to traverse NAT gateways
+2012-02-12
+ * v0.5: Adjusted the length of garbage and acknowledgements packets to
+ make nat-traverse work under Windows and Android.
+
2005-08-23
- * v0.4: New option --quit-after-connect quits nat-traverse after the tunnel
- has been established successfully.
+ * v0.4: New option --quit-after-connect to quit nat-traverse after
+ establishing the tunnel.
2005-06-29
* v0.3: Made nat-traverse work with Perl 5.6.1 (previously Perl 5.8.0 was
- required)
+ required).
2005-06-26
- * v0.2: Fixed a rare race condition
+ * v0.2: Fixed a race condition which caused the two nat-traverse instances
+ to sometimes miss each other.
2005-06-25
- * v0.1: Initial release
+ * v0.1: Initial release.