mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
Incrementing Version of SoftEther to 5.1. Preparing for release
This commit is contained in:
parent
8c0c4396b7
commit
e04ec3b203
19
ChangeLog
19
ChangeLog
@ -1,3 +1,22 @@
|
||||
SoftEther VPN 5.1 (February 14, 2018)
|
||||
Use the new agreed versioning pattern, where we use 5.x for the unstable version and slowely drop the incremental number
|
||||
Add the Alternative subject name field on the new X.509 certificate creation. PR #421
|
||||
Fix a bug in the Win32EnumDirExW() function. PR #420
|
||||
remove unused functions (identified by cppcheck). PR #440
|
||||
Allow specifying cipher suites instead of single ciphers. PR #343
|
||||
Add parameter "ListenIP" to server configuration (vpn_server.config). PR #202
|
||||
cppcheck findings. PR #275
|
||||
Add DhParamBits configuration to set Diffie-Hellman parameters. PR #129
|
||||
Fix log msg for IKE with agressive exchange mode. PR #425
|
||||
Fixes 11 vulnerabilities found by Max Planck Institute for Molecular Genetics and Mr. Guido Vranken. PR #419
|
||||
Fixed the bug which occurs the L2TP/IPsec connection error with Android Oreo, etc. PR #405
|
||||
build documentation refactoring. PR #395
|
||||
initial travis-ci support feature. PR #348
|
||||
Reformat README. Add compile requirements. PR #379
|
||||
Fix: vpncmd thinks that "hamcore.se2" is missing or broken. PR #339
|
||||
fix aarch64 build. PR #281
|
||||
Initial Commit of gitignore. PR #380
|
||||
|
||||
SoftEther VPN 4.23 Build 9647 Beta (October 18, 2017)
|
||||
Upgraded OpenSSL to 1.0.2l.
|
||||
Source code is now compatible with OpenSSL 1.1.x. Supports DHE-RSA-CHACHA 20-POLY 1305 and ECDHE-RSA-CHACHA 20-POLY 1305, which are new encryption methods of TLS 1.2. (In order to use this new function, you need to recompile yourself using OpenSSL 1.1.x.)
|
||||
|
@ -1,8 +1,8 @@
|
||||
%define majorversion 4
|
||||
%define minorversion 19
|
||||
%define buildversion 9582
|
||||
%define dateversion 2015.10.06
|
||||
%define buildrelease beta
|
||||
%define majorversion 5
|
||||
%define minorversion 01
|
||||
%define buildversion 9657
|
||||
%define dateversion 2018.01.14
|
||||
%define buildrelease unstable
|
||||
|
||||
Name: softethervpn
|
||||
Version: %{majorversion}.%{minorversion}.%{buildversion}
|
||||
|
@ -135,10 +135,10 @@
|
||||
|
||||
|
||||
// Version number
|
||||
#define CEDAR_VER 423
|
||||
#define CEDAR_VER 501
|
||||
|
||||
// Build Number
|
||||
#define CEDAR_BUILD 9647
|
||||
#define CEDAR_BUILD 9657
|
||||
|
||||
// Beta number
|
||||
//#define BETA_NUMBER 3
|
||||
@ -157,12 +157,12 @@
|
||||
#endif // BUILD_PLACE
|
||||
|
||||
// Specifies the build date
|
||||
#define BUILD_DATE_Y 2017
|
||||
#define BUILD_DATE_M 10
|
||||
#define BUILD_DATE_D 19
|
||||
#define BUILD_DATE_HO 14
|
||||
#define BUILD_DATE_MI 28
|
||||
#define BUILD_DATE_SE 18
|
||||
#define BUILD_DATE_Y 2018
|
||||
#define BUILD_DATE_M 1
|
||||
#define BUILD_DATE_D 14
|
||||
#define BUILD_DATE_HO 0
|
||||
#define BUILD_DATE_MI 36
|
||||
#define BUILD_DATE_SE 20
|
||||
|
||||
// Tolerable time difference
|
||||
#define ALLOW_TIMESTAMP_DIFF (UINT64)(3 * 24 * 60 * 60 * 1000)
|
||||
|
@ -1,4 +1,4 @@
|
||||
BUILD_NUMBER 9650
|
||||
VERSION 424
|
||||
BUILD_NAME beta
|
||||
BUILD_DATE 20171019_142818
|
||||
BUILD_NUMBER 9657
|
||||
VERSION 501
|
||||
BUILD_NAME unstable
|
||||
BUILD_DATE 20180113_003620
|
||||
|
Loading…
Reference in New Issue
Block a user