summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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.