From cdfd411df7a1c97b3a79820709996c17c766b3f6 Mon Sep 17 00:00:00 2001 From: orignal Date: Thu, 21 Mar 2019 10:58:59 -0400 Subject: [PATCH] 2.24.0 --- ChangeLog | 19 +++++++++++++++++++ Win32/installer.iss | 2 +- android/build.gradle | 4 ++-- appveyor.yml | 2 +- contrib/rpm/i2pd-git.spec | 3 +++ contrib/rpm/i2pd.spec | 3 +++ debian/changelog | 7 +++++++ libi2pd/version.h | 4 ++-- qt/i2pd_qt/data/website.i2pd.i2pd.appdata.xml | 1 + 9 files changed, 39 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4b735f3a..fbb1fb16 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,25 @@ # for this file format description, # see https://github.com/olivierlacan/keep-a-changelog +## [2.24.0] - 2019-03-21 +### Added +- Support of transient keys for LeaseSet2 +- Support of encrypted LeaseSet2 +- Recognize signature type 11 (RedDSA) +- Support websocket connections over HTTP proxy +- Ability to disable full addressbook persist +### Changed +- Don't load peer profiles if non-persistant +- REUSE_ADDR for ipv6 acceptors +- Reset eTags if addressbook can't be loaded +### Fixed +- Build with boost 1.70 +- Filter out unspecified addresses from RouterInfo +- Check floodfill status change +- Correct SAM response for invalid key +- SAM crash on termination for Windows +- Race condition for publishing + ## [2.23.0] - 2019-01-21 ### Added - Standard LeaseSet2 support diff --git a/Win32/installer.iss b/Win32/installer.iss index 00a93e6e..b042a6b1 100644 --- a/Win32/installer.iss +++ b/Win32/installer.iss @@ -1,5 +1,5 @@ #define I2Pd_AppName "i2pd" -#define I2Pd_ver "2.23.0" +#define I2Pd_ver "2.24.0" #define I2Pd_Publisher "PurpleI2P" [Setup] diff --git a/android/build.gradle b/android/build.gradle index b2382329..df13977e 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -29,8 +29,8 @@ android { applicationId "org.purplei2p.i2pd" targetSdkVersion 28 minSdkVersion 14 - versionCode 2230 - versionName "2.23.0" + versionCode 2240 + versionName "2.24.0" ndk { abiFilters 'armeabi-v7a' abiFilters 'x86' diff --git a/appveyor.yml b/appveyor.yml index 138f93a8..e9a9a40e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 2.23.0.{build} +version: 2.24.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 fa2e6094..90691c53 100644 --- a/contrib/rpm/i2pd-git.spec +++ b/contrib/rpm/i2pd-git.spec @@ -110,6 +110,9 @@ getent passwd i2pd >/dev/null || \ %changelog +* Thu Mar 21 2019 orignal - 2.24.0 +- update to 2.24.0 + * Mon Jan 21 2019 orignal - 2.23.0 - update to 2.23.0 diff --git a/contrib/rpm/i2pd.spec b/contrib/rpm/i2pd.spec index 12f11175..d24bc2ea 100644 --- a/contrib/rpm/i2pd.spec +++ b/contrib/rpm/i2pd.spec @@ -108,6 +108,9 @@ getent passwd i2pd >/dev/null || \ %changelog +* Thu Mar 21 2019 orignal - 2.24.0 +- update to 2.24.0 + * Mon Jan 21 2019 orignal - 2.23.0 - update to 2.23.0 diff --git a/debian/changelog b/debian/changelog index 0538427d..4d0757be 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +i2pd (2.24.0-1) unstable; urgency=medium + + * updated to version 2.24.0/0.9.39 + * update docs, dirs, install, links files + + -- orignal Thu, 21 Mar 2019 16:00:00 +0000 + i2pd (2.23.0-1) unstable; urgency=medium * updated to version 2.23.0/0.9.38 diff --git a/libi2pd/version.h b/libi2pd/version.h index 73ab2206..eccbac8e 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 23 +#define I2PD_VERSION_MINOR 24 #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 38 +#define I2P_VERSION_MICRO 39 #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 07ff0211..fa94581d 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 @@ +