From 60a282826c9b4e6d1e77eeb9702caee31e67a332 Mon Sep 17 00:00:00 2001 From: orignal Date: Mon, 21 Jan 2019 10:33:22 -0500 Subject: [PATCH] 2.23.0 --- ChangeLog | 20 +++++++++++++++++++ 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, 41 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9013ede8..c37bfff9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,26 @@ # for this file format description, # see https://github.com/olivierlacan/keep-a-changelog +## [2.23.0] - 2019-01-21 +### Added +- Standard LeaseSet2 support +- Ability to adjust timestamps through the NTP +- Ability to disable peer profile persist +- Request permission for android >= 6 +- Initial addressbook to android assets +- Cancel graceful shutdown for android +- Russian translation for android +### Changed +- Chacha20 and Poly1305 implementation +- Eliminate extra copy of NTCP2 send buffers +- Extract content of tunnel.d from assets on android +- Removed name resolvers from transports +- Update reseed ceritifcates +### Fixed +- LeaseSet published content verification +- Exclude invalid LeaseSets from the list on a floodfill +- Build for OpenWrt with openssl 1.1.1 + ## [2.22.0] - 2018-11-09 ### Added - Multiple tunnel config files from tunnels.d folder diff --git a/Win32/installer.iss b/Win32/installer.iss index 787eebeb..00a93e6e 100644 --- a/Win32/installer.iss +++ b/Win32/installer.iss @@ -1,5 +1,5 @@ #define I2Pd_AppName "i2pd" -#define I2Pd_ver "2.22.0" +#define I2Pd_ver "2.23.0" #define I2Pd_Publisher "PurpleI2P" [Setup] diff --git a/android/build.gradle b/android/build.gradle index ab37cb42..c0e673fe 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -28,8 +28,8 @@ android { applicationId "org.purplei2p.i2pd" targetSdkVersion 28 minSdkVersion 14 - versionCode 2220 - versionName "2.22.0" + versionCode 2230 + versionName "2.23.0" ndk { abiFilters 'armeabi-v7a' abiFilters 'x86' diff --git a/appveyor.yml b/appveyor.yml index bb9be2ec..138f93a8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 2.22.0.{build} +version: 2.23.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 7888878d..d9b9b17a 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.22.0 +Version: 2.23.0 Release: git%{git_hash}%{?dist} Summary: I2P router written in C++ Conflicts: i2pd @@ -105,6 +105,9 @@ getent passwd i2pd >/dev/null || \ %changelog +* Mon Jan 21 2019 orignal - 2.23.0 +- update to 2.23.0 + * Fri Nov 09 2018 r4sas - 2.22.0 - add support of tunnelsdir option diff --git a/contrib/rpm/i2pd.spec b/contrib/rpm/i2pd.spec index f7577f0e..48a60989 100644 --- a/contrib/rpm/i2pd.spec +++ b/contrib/rpm/i2pd.spec @@ -1,5 +1,5 @@ Name: i2pd -Version: 2.22.0 +Version: 2.23.0 Release: 1%{?dist} Summary: I2P router written in C++ Conflicts: i2pd-git @@ -103,6 +103,9 @@ getent passwd i2pd >/dev/null || \ %changelog +* Mon Jan 21 2019 orignal - 2.23.0 +- update to 2.23.0 + * Fri Nov 09 2018 r4sas - 2.22.0 - update to 2.22.0 - add support of tunnelsdir option diff --git a/debian/changelog b/debian/changelog index eb48dbdf..aad437de 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +i2pd (2.23.0-1) unstable; urgency=medium + + * updated to version 2.23.0/0.9.38 + + -- orignal Mon, 21 Jan 2019 16:00:00 +0000 + i2pd (2.22.0-1) unstable; urgency=medium * updated to version 2.22.0/0.9.37 diff --git a/libi2pd/version.h b/libi2pd/version.h index 22990219..73ab2206 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 22 +#define I2PD_VERSION_MINOR 23 #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 37 +#define I2P_VERSION_MICRO 38 #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 f6b98ed7..a498f565 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 @@ +