Browse code

Version 2.1_rc12

git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3349 e7ae566f-a301-0410-adde-c780ea21d3b5

james authored on 2008/09/23 23:29:27
Showing 2 changed files
... ...
@@ -3,6 +3,15 @@ Copyright (C) 2002-2008 Telethra, Inc. <sales@openvpn.net>
3 3
 
4 4
 $Id$
5 5
 
6
+2008.09.23 -- Version 2.1_rc12
7
+
8
+* Patched Makefile.am so that the new t_cltsrv-down.sh script becomes
9
+  part of the tarball (Matthias Andree).
10
+
11
+* Fixed --lladdr bug introduced in 2.1-rc9 where input validation code
12
+  was incorrectly expecting the lladdr parameter to be an IP address
13
+  when it is actually a MAC address (HoverHell).
14
+	
6 15
 2008.09.14 -- Version 2.1_rc11
7 16
 
8 17
 * Fixed a bug that can cause SSL/TLS negotiations in UDP mode
... ...
@@ -1,5 +1,5 @@
1 1
 dnl define the OpenVPN version
2
-define(PRODUCT_VERSION,[2.1_rc11a])
2
+define(PRODUCT_VERSION,[2.1_rc12])
3 3
 dnl define the TAP version
4 4
 define(PRODUCT_TAP_ID,[tap0901])
5 5
 define(PRODUCT_TAP_WIN32_MIN_MAJOR,[9])