forked from OpenVPN/openvpn
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Preparing for release v2.3.6 (ChangeLog, version.m4)
Signed-off-by: Gert Doering <[email protected]>
- Loading branch information
Showing
2 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,23 @@ | ||
OpenVPN Change Log | ||
Copyright (C) 2002-2014 OpenVPN Technologies, Inc. <[email protected]> | ||
|
||
2014.11.28 -- Version 2.3.6 | ||
David Sommerseth (1): | ||
systemd: Reworked the systemd unit file to handle server and client configs better | ||
|
||
Gert Doering (1): | ||
Add client-only support for peer-id. | ||
|
||
Samuli Seppänen (1): | ||
Fix to --shaper documentation on the man-page | ||
|
||
Steffan Karger (4): | ||
Fix assertion error when using --cipher none | ||
Add --tls-version-max | ||
Modernize sample keys and sample configs | ||
Drop too-short control channel packets instead of asserting out. | ||
|
||
|
||
2014.10.24 -- Version 2.3.5 | ||
Andris Kalnozols (2): | ||
Fix some typos in the man page. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
dnl define the OpenVPN version | ||
define([PRODUCT_NAME], [OpenVPN]) | ||
define([PRODUCT_TARNAME], [openvpn]) | ||
define([PRODUCT_VERSION], [2.3.5]) | ||
define([PRODUCT_VERSION], [2.3.6]) | ||
define([PRODUCT_BUGREPORT], [[email protected]]) | ||
define([PRODUCT_VERSION_RESOURCE], [2,3,5,0]) | ||
define([PRODUCT_VERSION_RESOURCE], [2,3,6,0]) | ||
dnl define the TAP version | ||
define([PRODUCT_TAP_WIN_COMPONENT_ID], [tap0901]) | ||
define([PRODUCT_TAP_WIN_MIN_MAJOR], [9]) | ||
|