summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-12-23 15:27:33 +0000
committerOthmar Gsenger <otti@anytun.org>2008-12-23 15:27:33 +0000
commit78d5d6ac9bfc8a7bee7e5c7ddd2e5ef9489d0557 (patch)
tree840f57e66951c6c2b06a2f9da1b77fe4fb097601 /ChangeLog
parentcleaner naming for updateRoutingTreeUnlocked now (diff)
some documentation
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 73917ef..a51df92 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2008.12.23 -- Version 0.3_rc1_svn655
+* IMPORTANT: no automatic default route
+ if you are using anytun in single connection mode
+ (without configuration server)
+ make sure to add
+ route 0.0.0.0/0 for ipv4 and
+ route ::/0 for ipv6 to your config
+* changed used libarys (to boost)
+* full ipv6 support
+ - ipv6 multible connection routing
+ - syncronisation over ipv6
+ - 4in6,6in6 tunnels
+* code cleanup for easier porting
+
2008.6.20 -- Version 0.2.1svn556
* finished own tun/tap devices and removed openvpn source code