]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
bump IPv6 version number (openvpn --version) to 20100922-1
authorGert Doering <gert@greenie.muc.de>
Wed, 22 Sep 2010 20:23:10 +0000 (22:23 +0200)
committerGert Doering <gert@greenie.muc.de>
Sun, 24 Apr 2011 15:22:45 +0000 (17:22 +0200)
document Linux tun fixes and test results in ChangeLog.IPv6

Signed-off-by: Gert Doering <gert@greenie.muc.de>
ChangeLog.IPv6
options.c

index 19bbad7951083f49f4de9e7f4cc64ac34b7c04b9..252450d330ab6a1fda968d58e561a1d06c9e286e 100644 (file)
@@ -338,3 +338,13 @@ Thu Sep  2 21:18:32 CEST 2010
 
   * tun.c: the TAP binary in 2.2-beta3 has the IPv6 related changes, but
     the version number is 9.8 now -> check for 9.8, not 9.7
+
+Wed Sep 22 22:20:37 CEST 2010
+
+  * tun.c: bugfix for Linux/iproute2/"topology subnet".  Works :-)
+
+  * TEST SUCCESS: Linux/ifconfig: client-tun/net30+subnet, v4+v6
+
+  * TEST SUCCESS: Linux/iproute2: client-tun/net30+subnet, v4+v6
+
+  * options.c: tag as 20100922-1 so "allmerged" users can see IPv6 change
index a08697fa2135ba74e63556bb500f69ef5ebea940..7cecf79321fef2d71f63a7ddb3740b5ea1eb1ad2 100644 (file)
--- a/options.c
+++ b/options.c
@@ -80,7 +80,7 @@ const char title_string[] =
 #ifdef ENABLE_EUREPHIA
   " [eurephia]"
 #endif
-  " [IPv6 payload 20100307-1]"
+  " [IPv6 payload 20100922-1]"
   " built on " __DATE__
 ;