Skip to content

Commit

Permalink
2.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r4sas committed Jan 21, 2019
1 parent 60a2828 commit f7f2b76
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
### Changed
- Chacha20 and Poly1305 implementation
- Eliminate extra copy of NTCP2 send buffers
- Extract content of tunnel.d from assets on android
- Extract content of tunnel.d from assets on android
- Removed name resolvers from transports
- Update reseed ceritifcates
- Update reseed certificates
### Fixed
- LeaseSet published content verification
- Exclude invalid LeaseSets from the list on a floodfill
Expand Down
4 changes: 1 addition & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ android {
splits {
abi {
// change that to true if you need splitted apk
enable false
enable false
reset()
include "armeabi-v7a", "arm64-v8a", "x86", "x86_64"
universalApk true
Expand All @@ -81,5 +81,3 @@ android {
}
}
}


1 change: 1 addition & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
i2pd (2.23.0-1) unstable; urgency=medium

* updated to version 2.23.0/0.9.38
* update docs, dirs, install, links files

-- orignal <[email protected]> Mon, 21 Jan 2019 16:00:00 +0000

Expand Down
2 changes: 1 addition & 1 deletion qt/i2pd_qt/data/website.i2pd.i2pd.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<translation type="qt" />

<releases>
<release version="2.23.0" date="2019-01-21" />
<release version="2.23.0" date="2019-01-21" />
<release version="2.22.0" date="2018-11-09" />
<release version="2.21.1" date="2018-10-22" />
<release version="2.21.0" date="2018-10-04" />
Expand Down

0 comments on commit f7f2b76

Please sign in to comment.