diff --git a/ChangeLog b/ChangeLog index b7bb8924..487734ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,23 @@ # for this file format description, # see https://github.com/olivierlacan/keep-a-changelog +## [2.17.0] - 2017-12-04 +### Added +- Reseed through HTTP and SOCKS proxy +- Show status of client services through web console +- Change log level through web connsole +- transient keys for tunnels +- i2p.streaming.initialAckDelay parameter +- CRYPTO_TYPE for SAM destination +- signature and crypto type for newkeys BOB command +### Changed +- Correct publication of ECIES destinations +- Disable RSA signatures completely +### Fixed +- CVE-2017-17066 +- Possible buffer overflow for RSA-4096 +- Shutdown from web console for Windows +- Web console page layout ## [2.16.0] - 2017-11-13 ### Added - https and "Connect" method for HTTP proxy diff --git a/Win32/installer.iss b/Win32/installer.iss index 86edf220..03b0842b 100644 --- a/Win32/installer.iss +++ b/Win32/installer.iss @@ -1,5 +1,5 @@ #define I2Pd_AppName "i2pd" -#define I2Pd_ver "2.16.0" +#define I2Pd_ver "2.17.0" #define I2Pd_Publisher "PurpleI2P" [Setup] diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index e542b42e..f175c0da 100755 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -2,7 +2,7 @@ diff --git a/appveyor.yml b/appveyor.yml index b1892b80..6c0470d1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 2.16.{build} +version: 2.17.{build} pull_requests: do_not_increment_build_number: true branches: diff --git a/contrib/rpm/i2pd.spec b/contrib/rpm/i2pd.spec index 2e3d2efb..5eb78e34 100644 --- a/contrib/rpm/i2pd.spec +++ b/contrib/rpm/i2pd.spec @@ -1,7 +1,7 @@ %define build_timestamp %(date +"%Y%m%d") Name: i2pd -Version: 2.16.0 +Version: 2.17.0 Release: %{build_timestamp}git%{?dist} Summary: I2P router written in C++ @@ -103,6 +103,21 @@ getent passwd i2pd >/dev/null || \ %changelog +* Mon Dec 04 2017 orignal - 2.17.0 +- Added reseed through HTTP and SOCKS proxy +- Added show status of client services through web console +- Added change log level through web connsole +- Added transient keys for tunnels +- Added i2p.streaming.initialAckDelay parameter +- Added CRYPTO_TYPE for SAM destination +- Added signature and crypto type for newkeys BOB command +- Changed - correct publication of ECIES destinations +- Changed - disable RSA signatures completely +- Fixed CVE-2017-17066 +- Fixed possible buffer overflow for RSA-4096 +- Fixed shutdown from web console for Windows +- Fixed web console page layout + * Mon Nov 13 2017 orignal - 2.16.0 - Added https and "Connect" method for HTTP proxy - Added outproxy for HTTP proxy diff --git a/daemon/HTTPServer.cpp b/daemon/HTTPServer.cpp index 5fa65679..224744b7 100644 --- a/daemon/HTTPServer.cpp +++ b/daemon/HTTPServer.cpp @@ -51,8 +51,8 @@ namespace http { const char *cssStyles = "