From 6636e432d7c4402901d7eab350f5a00b3948362b Mon Sep 17 00:00:00 2001 From: orignal Date: Mon, 4 Dec 2017 13:05:04 -0500 Subject: [PATCH] 2.17.0 --- ChangeLog | 17 +++++++++++++++++ Win32/installer.iss | 2 +- android/AndroidManifest.xml | 2 +- debian/changelog | 6 ++++++ libi2pd/version.h | 2 +- qt/i2pd_qt/android/AndroidManifest.xml | 2 +- 6 files changed, 27 insertions(+), 4 deletions(-) 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/debian/changelog b/debian/changelog index 80ccd0f2..c07926f3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +i2pd (2.17.0-1) unstable; urgency=low + + * updated to version 2.17.0/0.9.32 + + -- orignal Mon, 4 Dec 2017 18:00:00 +0000 + i2pd (2.16.0-1) unstable; urgency=low * updated to version 2.16.0/0.9.32 diff --git a/libi2pd/version.h b/libi2pd/version.h index ba7a27b8..b443ea6f 100644 --- a/libi2pd/version.h +++ b/libi2pd/version.h @@ -7,7 +7,7 @@ #define MAKE_VERSION(a,b,c) STRINGIZE(a) "." STRINGIZE(b) "." STRINGIZE(c) #define I2PD_VERSION_MAJOR 2 -#define I2PD_VERSION_MINOR 16 +#define I2PD_VERSION_MINOR 17 #define I2PD_VERSION_MICRO 0 #define I2PD_VERSION_PATCH 0 #define I2PD_VERSION MAKE_VERSION(I2PD_VERSION_MAJOR, I2PD_VERSION_MINOR, I2PD_VERSION_MICRO) diff --git a/qt/i2pd_qt/android/AndroidManifest.xml b/qt/i2pd_qt/android/AndroidManifest.xml index a5fa7a52..20061963 100644 --- a/qt/i2pd_qt/android/AndroidManifest.xml +++ b/qt/i2pd_qt/android/AndroidManifest.xml @@ -1,5 +1,5 @@ - +