Changes between Version 1 and Version 2 of ChangesInOpenvpn20


Ignore:
Timestamp:
07/24/14 13:42:39 (10 years ago)
Author:
Samuli Seppänen
Comment:

Merged mysterious 2.0.2-based releases from 2.1 changelog

Legend:

Unmodified
Added
Removed
Modified
  • ChangesInOpenvpn20

    v1 v2  
    134134  to return the route with the smallest metric
    135135  if multiple 0.0.0.0/0.0.0.0 entries are present.
     136
     1372005.09.23 -- Version 2.0.2-TO4
     138
     139* Added feature to TAP-Win32 adapter to allow it to be
     140  opened from non-administrator mode.  This feature
     141  is enabled by default, and can be enabled/disabled
     142  in the adapter advanced properties dialog.
     143* Added --allow-nonadmin standalone option for Windows to
     144  set TAP adapter to allow non-admin access.  This
     145  is a user-mode version of the code, and duplicates
     146  the same feature as the above entry.
     147* Added fix that attempts to solve corner case of tunnel not
     148  forwarding packets when system clock is reset to an earlier time.
     149* Added --redirect-gateway bypass-dns option.  (Developers:
     150  To add bypass-dhcp or bypass-dns support to other OSes,
     151  add a get_bypass_addresses function to route.c for
     152  your OS.)
     153* Added OPENVPN_PLUGIN_CLIENT_CONNECT_V2 plugin callback, which
     154  allows a client-connect plugin to return configuration text
     155  in memory, rather than via a file.
     156* Fixed a bug where --mode server --proto tcp-server --cipher none
     157  operation could cause tunnel packet truncation.
     158* openvpn --version will show [LZO1] or [LZO2], depending on
     159  version that was linked.
     160
     1612005.09.07 -- Version 2.0.2-TO1
     162
     163* Added --topology directive.  See man page.
     164* Added --redirect-gateway bypass-dhcp option to add a route
     165  allowing DHCP packets to bypass the tunnel, when the
     166  DHCP server is non-local.  Currently only implemented
     167  on Windows clients.
     168* Modified OpenVPN Service on Windows to declare the DHCP
     169  client service as a dependency.
     170* Extended the plugin interface to allow plugins to declare
     171  per-client constructor and destructor functions, to make
     172  it simpler for plugins to maintain per-client state.
    136173
    1371742005.09.25 -- Version 2.0.3-rc1