From 03d1519b398a351207cf538d4c72e97638d3bdc0 Mon Sep 17 00:00:00 2001 From: orignal Date: Thu, 1 Jun 2017 10:04:02 -0400 Subject: [PATCH] 2.14.0 --- ChangeLog | 11 +++++++++++ Win32/installer.iss | 2 +- android/AndroidManifest.xml | 2 +- debian/changelog | 9 +++++++++ libi2pd/version.h | 2 +- qt/i2pd_qt/android/AndroidManifest.xml | 2 +- 6 files changed, 24 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index d3d30a91..47039dd4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,17 @@ # for this file format description, # see https://github.com/olivierlacan/keep-a-changelog +## [2.14.0] - 2017-06-01 +### Added +- Transit traffic bandwidth limitation +- NTCP connections through HTTP and SOCKS proxies +- Ability to disable address helper for HTTP proxy +### Changed +- Reseed servers list +- Minimal required version is 4.0 for Android +### Fixed +- Ignore comments in addressbook feed + ## [2.13.0] - 2017-04-06 ### Added - Persist local destination's tags diff --git a/Win32/installer.iss b/Win32/installer.iss index dd3e1da4..95c2bf42 100644 --- a/Win32/installer.iss +++ b/Win32/installer.iss @@ -1,5 +1,5 @@ #define I2Pd_AppName "i2pd" -#define I2Pd_ver "2.13.0" +#define I2Pd_ver "2.14.0" #define I2Pd_Publisher "PurpleI2P" [Setup] diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 7e5e21f1..d85d42b7 100755 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -2,7 +2,7 @@ diff --git a/debian/changelog b/debian/changelog index d8af64fe..67773089 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +i2pd (2.14.0-1) unstable; urgency=low + + * updated to version 2.14.0/0.9.30 + * updated debian/control + * renamed logrotate to i2pd.logrotate + * fixed init.d script + + -- orignal Thu, 1 Jun 2017 14:00:00 +0000 + i2pd (2.13.0-1) unstable; urgency=low * updated to version 2.13.0/0.9.29 diff --git a/libi2pd/version.h b/libi2pd/version.h index b09d79a1..8c3a5c7f 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 13 +#define I2PD_VERSION_MINOR 14 #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 dd5927b7..e6eb171f 100644 --- a/qt/i2pd_qt/android/AndroidManifest.xml +++ b/qt/i2pd_qt/android/AndroidManifest.xml @@ -1,5 +1,5 @@ - +