From: Gert Doering Date: Wed, 22 Sep 2010 20:23:10 +0000 (+0200) Subject: bump IPv6 version number (openvpn --version) to 20100922-1 X-Git-Tag: v2.3-alpha1~239^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a64e083c77e3819259d50c44d44f032dd50134f5;p=thirdparty%2Fopenvpn.git bump IPv6 version number (openvpn --version) to 20100922-1 document Linux tun fixes and test results in ChangeLog.IPv6 Signed-off-by: Gert Doering --- diff --git a/ChangeLog.IPv6 b/ChangeLog.IPv6 index 19bbad795..252450d33 100644 --- a/ChangeLog.IPv6 +++ b/ChangeLog.IPv6 @@ -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 diff --git a/options.c b/options.c index a08697fa2..7cecf7932 100644 --- 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__ ;