mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 13:27:17 +01:00
2.23.0
This commit is contained in:
parent
60a282826c
commit
f7f2b7607b
|
@ -13,9 +13,9 @@
|
||||||
### Changed
|
### Changed
|
||||||
- Chacha20 and Poly1305 implementation
|
- Chacha20 and Poly1305 implementation
|
||||||
- Eliminate extra copy of NTCP2 send buffers
|
- 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
|
- Removed name resolvers from transports
|
||||||
- Update reseed ceritifcates
|
- Update reseed certificates
|
||||||
### Fixed
|
### Fixed
|
||||||
- LeaseSet published content verification
|
- LeaseSet published content verification
|
||||||
- Exclude invalid LeaseSets from the list on a floodfill
|
- Exclude invalid LeaseSets from the list on a floodfill
|
||||||
|
|
|
@ -54,7 +54,7 @@ android {
|
||||||
splits {
|
splits {
|
||||||
abi {
|
abi {
|
||||||
// change that to true if you need splitted apk
|
// change that to true if you need splitted apk
|
||||||
enable false
|
enable false
|
||||||
reset()
|
reset()
|
||||||
include "armeabi-v7a", "arm64-v8a", "x86", "x86_64"
|
include "armeabi-v7a", "arm64-v8a", "x86", "x86_64"
|
||||||
universalApk true
|
universalApk true
|
||||||
|
@ -81,5 +81,3 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -1,6 +1,7 @@
|
||||||
i2pd (2.23.0-1) unstable; urgency=medium
|
i2pd (2.23.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
* updated to version 2.23.0/0.9.38
|
* updated to version 2.23.0/0.9.38
|
||||||
|
* update docs, dirs, install, links files
|
||||||
|
|
||||||
-- orignal <orignal@i2pmail.org> Mon, 21 Jan 2019 16:00:00 +0000
|
-- orignal <orignal@i2pmail.org> Mon, 21 Jan 2019 16:00:00 +0000
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
<translation type="qt" />
|
<translation type="qt" />
|
||||||
|
|
||||||
<releases>
|
<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.22.0" date="2018-11-09" />
|
||||||
<release version="2.21.1" date="2018-10-22" />
|
<release version="2.21.1" date="2018-10-22" />
|
||||||
<release version="2.21.0" date="2018-10-04" />
|
<release version="2.21.0" date="2018-10-04" />
|
||||||
|
|
Loading…
Reference in a new issue