Browse code

OpenVPN version 2.1_rc19 released

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

james authored on 2009/07/16 18:47:41
Showing 2 changed files
... ...
@@ -1,6 +1,18 @@
1 1
 OpenVPN Change Log
2 2
 Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
3 3
 
4
+2009.07.16 -- Version 2.1_rc19
5
+
6
+* In Windows TAP driver, refactor DHCP/ARP packet injection code to
7
+  use a DPC (deferred procedure call) to defer packet injection until
8
+  IRQL < DISPATCH_LEVEL, rather than calling NdisMEthIndicateReceive
9
+  in the context of AdapterTransmit.  This is an attempt to reduce kernel
10
+  stack usage, and prevent EXCEPTION_DOUBLE_FAULT BSODs that have been
11
+  observed on Vista.  Updated TAP driver version number to 9.6.
12
+
13
+* In configure.ac, use datadir instead of datarootdir for compatibility
14
+  with <autoconf-2.60.
15
+
4 16
 2009.06.07 -- Version 2.1_rc18
5 17
 
6 18
 * Fixed compile error on ./configure --enable-small
... ...
@@ -1,5 +1,5 @@
1 1
 dnl define the OpenVPN version
2
-define(PRODUCT_VERSION,[2.1_rc18a])
2
+define(PRODUCT_VERSION,[2.1_rc19])
3 3
 dnl define the TAP version
4 4
 define(PRODUCT_TAP_ID,[tap0901])
5 5
 define(PRODUCT_TAP_WIN32_MIN_MAJOR,[9])