git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@4712 e7ae566f-a301-0410-adde-c780ea21d3b5
| ... | ... |
@@ -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 |