From a64e083c77e3819259d50c44d44f032dd50134f5 Mon Sep 17 00:00:00 2001 From: Gert Doering Date: Wed, 22 Sep 2010 22:23:10 +0200 Subject: [PATCH] bump IPv6 version number (openvpn --version) to 20100922-1 document Linux tun fixes and test results in ChangeLog.IPv6 Signed-off-by: Gert Doering --- ChangeLog.IPv6 | 10 ++++++++++ options.c | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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__ ; -- 2.47.3