diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-04-12 09:48:15 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-04-12 09:48:15 +0000 |
commit | f84f536b05be7530c876f0e665a133eae6e6b502 (patch) | |
tree | 7e235fbf354fffc447aafef63343132e741446d4 | |
parent | b9baa4d9ca4ae4eebe36065f9a82e39d403314cd (diff) | |
download | openvpn-f84f536b05be7530c876f0e665a133eae6e6b502.tar.gz openvpn-f84f536b05be7530c876f0e665a133eae6e6b502.tar.xz openvpn-f84f536b05be7530c876f0e665a133eae6e6b502.zip |
Version 2.1_beta13 released
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1004 e7ae566f-a301-0410-adde-c780ea21d3b5
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -3,6 +3,12 @@ Copyright (C) 2002-2005 OpenVPN Solutions LLC <info@openvpn.net> $Id$ +2006.04.12 -- Version 2.1-beta13 + +* Code added in 2.1-beta7 and 2.0.6-rc1 to extend byte counters + to 64 bits caused a bug in the Windows version which has now + been fixed. The bug could cause intermittent crashes. + 2006.04.05 -- Version 2.1-beta12 * Security Vulnerability -- An OpenVPN client connecting to a diff --git a/configure.ac b/configure.ac index dbbb3d1..cff2a8e 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.50) -AC_INIT([OpenVPN], [2.1_beta12], [openvpn-users@lists.sourceforge.net], [openvpn]) +AC_INIT([OpenVPN], [2.1_beta13], [openvpn-users@lists.sourceforge.net], [openvpn]) AM_CONFIG_HEADER(config.h) AC_CONFIG_SRCDIR(syshead.h) |