From e4c038762b5378e2fc3f8b1db252c3126cf2014f Mon Sep 17 00:00:00 2001 From: orignal Date: Thu, 6 Apr 2017 09:48:47 -0400 Subject: [PATCH] 2.13.0 --- ChangeLog | 14 ++++++++++++++ Win32/installer.iss | 2 +- android/AndroidManifest.xml | 2 +- qt/i2pd_qt/android/AndroidManifest.xml | 2 +- version.h | 2 +- 5 files changed, 18 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 347c8bf2..d3d30a91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,20 @@ # for this file format description, # see https://github.com/olivierlacan/keep-a-changelog +## [2.13.0] - 2017-04-06 +### Added +- Persist local destination's tags +- GOST signature types 9 and 10 +- Exploratory tunnels configuration +### Changed +- Reseed servers list +- Inactive NTCP sockets get closed faster +- Some EdDSA speed up +### Fixed +- Multiple acceptors for SAM +- Follow on data after STREAM CREATE for SAM +- Memory leaks + ## [2.12.0] - 2017-02-14 ### Added - Additional HTTP and SOCKS proxy tunnels diff --git a/Win32/installer.iss b/Win32/installer.iss index 7ae21e39..dd3e1da4 100644 --- a/Win32/installer.iss +++ b/Win32/installer.iss @@ -1,5 +1,5 @@ #define I2Pd_AppName "i2pd" -#define I2Pd_ver "2.12.0" +#define I2Pd_ver "2.13.0" #define I2Pd_Publisher "PurpleI2P" [Setup] diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 2870dd29..3ff85fa8 100755 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -2,7 +2,7 @@ + android:versionName="2.13.0"> diff --git a/qt/i2pd_qt/android/AndroidManifest.xml b/qt/i2pd_qt/android/AndroidManifest.xml index 75086b4a..dd5927b7 100644 --- a/qt/i2pd_qt/android/AndroidManifest.xml +++ b/qt/i2pd_qt/android/AndroidManifest.xml @@ -1,5 +1,5 @@ - + diff --git a/version.h b/version.h index 440ca0e8..178f8e05 100644 --- a/version.h +++ b/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 12 +#define I2PD_VERSION_MINOR 13 #define I2PD_VERSION_MICRO 0 #define I2PD_VERSION_PATCH 0 #define I2PD_VERSION MAKE_VERSION(I2PD_VERSION_MAJOR, I2PD_VERSION_MINOR, I2PD_VERSION_MICRO)