diff --git a/ChangeLog b/ChangeLog index a4285db3..1af30a55 100644 --- a/ChangeLog +++ b/ChangeLog @@ -332,7 +332,7 @@ $Id$ the OpenSSL error queue is not properly flushed, which can result in another unrelated client instance on the server seeing the error and responding to it, resulting in disconnection of the unrelated client - (CAN-2005-2532). + (CAN-2005-2532). Credit: Mike Ireton. * Security Fix -- DoS attack against server by authenticated client. A malicious client in "dev tap" ethernet bridging mode could theoretically flood the server with packets appearing to come from diff --git a/configure.ac b/configure.ac index b4e93871..50f27d55 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_beta14], [openvpn-users@lists.sourceforge.net], [openvpn]) +AC_INIT([OpenVPN], [2.1_beta14a], [openvpn-users@lists.sourceforge.net], [openvpn]) AM_CONFIG_HEADER(config.h) AC_CONFIG_SRCDIR(syshead.h)