From 3b8baa85a3ee13a71a7e333d1f1254f823a9d25e Mon Sep 17 00:00:00 2001 From: orignal Date: Thu, 9 May 2019 10:21:11 -0400 Subject: [PATCH] 2.25.0 --- ChangeLog | 17 +++++++++++++++++ Win32/installer.iss | 2 +- android/build.gradle | 4 ++-- appveyor.yml | 2 +- contrib/rpm/i2pd-git.spec | 5 ++++- contrib/rpm/i2pd.spec | 5 ++++- debian/changelog | 6 ++++++ libi2pd/version.h | 4 ++-- qt/i2pd_qt/data/website.i2pd.i2pd.appdata.xml | 1 + 9 files changed, 38 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index fbb1fb16..08f78224 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,23 @@ # for this file format description, # see https://github.com/olivierlacan/keep-a-changelog +## [2.25.0] - 2019-05-09 +### Added +- Create, publish and handle encrypted LeaseSet2 +- Support of b33 addresses +- RedDSA key blinding +- .b32.i2p addresses in jump links +- ntcp2.addressv6 parameter +### Changed +- Allow HTTP headers without value +- Set data directory from external storage path for Android +- addresshelper support is configurable per tunnel +- gradlew script for android build +### Fixed +- Deletion of expired encrypted LeaseSet2 on floodfills +- ipv6 fallback address +- SSU incoming packets routing + ## [2.24.0] - 2019-03-21 ### Added - Support of transient keys for LeaseSet2 diff --git a/Win32/installer.iss b/Win32/installer.iss index b042a6b1..b215b91c 100644 --- a/Win32/installer.iss +++ b/Win32/installer.iss @@ -1,5 +1,5 @@ #define I2Pd_AppName "i2pd" -#define I2Pd_ver "2.24.0" +#define I2Pd_ver "2.25.0" #define I2Pd_Publisher "PurpleI2P" [Setup] diff --git a/android/build.gradle b/android/build.gradle index df13977e..e68c160f 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -29,8 +29,8 @@ android { applicationId "org.purplei2p.i2pd" targetSdkVersion 28 minSdkVersion 14 - versionCode 2240 - versionName "2.24.0" + versionCode 2250 + versionName "2.25.0" ndk { abiFilters 'armeabi-v7a' abiFilters 'x86' diff --git a/appveyor.yml b/appveyor.yml index e9a9a40e..a7cf22c3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 2.24.0.{build} +version: 2.25.0.{build} pull_requests: do_not_increment_build_number: true branches: diff --git a/contrib/rpm/i2pd-git.spec b/contrib/rpm/i2pd-git.spec index 24f990a7..ffc87519 100644 --- a/contrib/rpm/i2pd-git.spec +++ b/contrib/rpm/i2pd-git.spec @@ -1,7 +1,7 @@ %define git_hash %(git rev-parse HEAD | cut -c -7) Name: i2pd-git -Version: 2.24.0 +Version: 2.25.0 Release: git%{git_hash}%{?dist} Summary: I2P router written in C++ Conflicts: i2pd @@ -110,6 +110,9 @@ getent passwd i2pd >/dev/null || \ %changelog +* Thu May 9 2019 orignal - 2.25.0 +- update to 2.25.0 + * Thu Mar 21 2019 orignal - 2.24.0 - update to 2.24.0 diff --git a/contrib/rpm/i2pd.spec b/contrib/rpm/i2pd.spec index 39afff3b..7932629f 100644 --- a/contrib/rpm/i2pd.spec +++ b/contrib/rpm/i2pd.spec @@ -1,5 +1,5 @@ Name: i2pd -Version: 2.24.0 +Version: 2.25.0 Release: 1%{?dist} Summary: I2P router written in C++ Conflicts: i2pd-git @@ -108,6 +108,9 @@ getent passwd i2pd >/dev/null || \ %changelog +* Thu May 9 2019 orignal - 2.25.0 +- update to 2.25.0 + * Thu Mar 21 2019 orignal - 2.24.0 - update to 2.24.0 diff --git a/debian/changelog b/debian/changelog index b96f465c..a0ad2cd5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +i2pd (2.25.0-1) unstable; urgency=medium + + * updated to version 2.25.0/0.9.40 + + -- orignal Thu, 9 May 2019 16:00:00 +0000 + i2pd (2.24.0-1) unstable; urgency=medium * updated to version 2.24.0/0.9.39 diff --git a/libi2pd/version.h b/libi2pd/version.h index eccbac8e..4fdb5f27 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 24 +#define I2PD_VERSION_MINOR 25 #define I2PD_VERSION_MICRO 0 #define I2PD_VERSION_PATCH 0 #define I2PD_VERSION MAKE_VERSION(I2PD_VERSION_MAJOR, I2PD_VERSION_MINOR, I2PD_VERSION_MICRO) @@ -21,7 +21,7 @@ #define I2P_VERSION_MAJOR 0 #define I2P_VERSION_MINOR 9 -#define I2P_VERSION_MICRO 39 +#define I2P_VERSION_MICRO 40 #define I2P_VERSION_PATCH 0 #define I2P_VERSION MAKE_VERSION(I2P_VERSION_MAJOR, I2P_VERSION_MINOR, I2P_VERSION_MICRO) diff --git a/qt/i2pd_qt/data/website.i2pd.i2pd.appdata.xml b/qt/i2pd_qt/data/website.i2pd.i2pd.appdata.xml index d960ac0d..e9f35676 100644 --- a/qt/i2pd_qt/data/website.i2pd.i2pd.appdata.xml +++ b/qt/i2pd_qt/data/website.i2pd.i2pd.appdata.xml @@ -35,6 +35,7 @@ +