From e04ec3b2035cffd7a04aa29849830d5c7b551555 Mon Sep 17 00:00:00 2001 From: Moataz Elmasry Date: Wed, 14 Feb 2018 23:10:21 +0100 Subject: [PATCH] Incrementing Version of SoftEther to 5.1. Preparing for release --- ChangeLog | 19 +++++++++++++++++++ centos/SPECS/softethervpn.spec | 10 +++++----- src/Cedar/Cedar.h | 16 ++++++++-------- src/CurrentBuild.txt | 8 ++++---- 4 files changed, 36 insertions(+), 17 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1e842938..33a8525a 100644 --- a/ChangeLog +++ b/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.) diff --git a/centos/SPECS/softethervpn.spec b/centos/SPECS/softethervpn.spec index ba8e1f73..99df86e4 100644 --- a/centos/SPECS/softethervpn.spec +++ b/centos/SPECS/softethervpn.spec @@ -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} diff --git a/src/Cedar/Cedar.h b/src/Cedar/Cedar.h index 3899f979..fb006e31 100644 --- a/src/Cedar/Cedar.h +++ b/src/Cedar/Cedar.h @@ -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) diff --git a/src/CurrentBuild.txt b/src/CurrentBuild.txt index 3d90a6de..e43199cf 100644 --- a/src/CurrentBuild.txt +++ b/src/CurrentBuild.txt @@ -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