Browse code

Updated ChangeLog with info about last merges

Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>

David Sommerseth authored on 2010/11/19 06:33:47
Showing 1 changed files
... ...
@@ -1,6 +1,45 @@
1 1
 OpenVPN Change Log
2 2
 Copyright (C) 2002-2010 OpenVPN Technologies, Inc. <sales@openvpn.net>
3 3
 
4
+2010.11.18 -- Version 2.2-betaX
5
+
6
+David Sommerseth (10):
7
+      Clarified --explicit-exit-notify man page entry
8
+      Clean-up: Remove pthread and mutex locking code
9
+      Clean-up: Remove more dead and inactive code paths
10
+      Clean-up: Removing useless code - hash related functions
11
+      Use stricter snprintf() formatting in socks_username_password_auth() (v3)
12
+      Fix compiler warnings about not used dummy() functions
13
+      Fixed potential misinterpretation of boolean logic
14
+      Only add some functions when really needed
15
+      Removed functions not being used anywhere
16
+      Merged add_bypass_address() and add_host_route_if_nonlocal()
17
+
18
+Gert Doering (3):
19
+      Integrate support for TAP mode on Solaris, written by Kazuyoshi Aizawa <admin2@whiteboard.ne.jp>.
20
+      Make "topology subnet" work on Solaris
21
+      Improved man page entry for script_type
22
+
23
+James Yonan (5):
24
+      Fixed initialization bug in route_list_add_default_gateway (Gert Doering).
25
+      Implement challenge/response authentication support in client mode
26
+      Make base64.h have the same conditional compilation expression as base64.c.
27
+      Fixed compiling issues when using --disable-crypto
28
+      In verify_callback, the subject var should be freed by OPENSSL_free, not free
29
+
30
+Jesse Young (1):
31
+      Remove hardcoded path to resolvconf
32
+
33
+Lars Hupel (1):
34
+      Add HTTP/1.1 Host header
35
+
36
+Pierre Bourdon (1):
37
+      Adding support for SOCKS plain text authentication
38
+
39
+Samuli Seppänen (2):
40
+      Added check for variable CONFIGURE_DEFINES into options.c
41
+      Added command-line option parser and an unsigned build option to build_all.py
42
+
4 43
 2010.08.21 -- Version 2.2-beta3
5 44
 
6 45
 * Attempt to fix issue where domake-win build system was not properly