Skip to content

Commit

Permalink
2.42.0
Browse files Browse the repository at this point in the history
Signed-off-by: R4SAS <r4sas@i2pmail.org>
  • Loading branch information
r4sas committed May 22, 2022
1 parent 063173e commit a82a4cc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId "org.purplei2p.i2pd"
targetSdkVersion 29
minSdkVersion 16
versionCode 2410001
versionName "2.41.0.1"
versionCode 2420000
versionName "2.42.0"
archivesBaseName += "-$versionName"
ndkVersion "21.4.7075529"

Expand Down
2 changes: 1 addition & 1 deletion app/jni/i2pd
Submodule i2pd updated 78 files
+8 −1 .github/workflows/docker.yml
+30 −0 ChangeLog
+4 −1 contrib/rpm/i2pd-git.spec
+4 −1 contrib/rpm/i2pd.spec
+7 −7 daemon/Daemon.cpp
+2 −2 daemon/HTTPServer.cpp
+2 −2 daemon/HTTPServer.h
+26 −27 daemon/I2PControl.cpp
+1 −1 daemon/UPnP.cpp
+2 −2 daemon/UPnP.h
+6 −0 debian/changelog
+2 −2 libi2pd/Base.h
+3 −3 libi2pd/Blinding.cpp
+2 −2 libi2pd/Blinding.h
+1 −1 libi2pd/Config.cpp
+15 −15 libi2pd/Config.h
+5 −5 libi2pd/Crypto.cpp
+15 −15 libi2pd/Crypto.h
+1 −1 libi2pd/Datagram.cpp
+14 −17 libi2pd/Destination.cpp
+2 −2 libi2pd/ECIESX25519AEADRatchetSession.h
+9 −9 libi2pd/Ed25519.cpp
+2 −2 libi2pd/Ed25519.h
+1 −1 libi2pd/Elligator.cpp
+6 −6 libi2pd/FS.h
+2 −2 libi2pd/Family.cpp
+6 −6 libi2pd/Garlic.cpp
+3 −3 libi2pd/Gost.cpp
+5 −5 libi2pd/HTTP.cpp
+1 −1 libi2pd/HTTP.h
+3 −3 libi2pd/I2NPProtocol.cpp
+3 −3 libi2pd/I2NPProtocol.h
+2 −2 libi2pd/Identity.cpp
+2 −2 libi2pd/Identity.h
+5 −5 libi2pd/LeaseSet.cpp
+2 −2 libi2pd/LeaseSet.h
+7 −7 libi2pd/Log.cpp
+17 −17 libi2pd/Log.h
+15 −15 libi2pd/NTCP2.cpp
+8 −8 libi2pd/NetDb.cpp
+1 −1 libi2pd/NetDb.hpp
+1 −1 libi2pd/NetDbRequests.h
+7 −6 libi2pd/Poly1305.cpp
+1 −0 libi2pd/Poly1305.h
+2 −2 libi2pd/Queue.h
+9 −9 libi2pd/Reseed.cpp
+36 −36 libi2pd/RouterContext.cpp
+3 −3 libi2pd/RouterContext.h
+62 −62 libi2pd/RouterInfo.cpp
+15 −15 libi2pd/RouterInfo.h
+16 −16 libi2pd/SSU.cpp
+382 −382 libi2pd/SSU2.cpp
+42 −42 libi2pd/SSU2.h
+2 −2 libi2pd/SSUData.cpp
+5 −5 libi2pd/SSUSession.cpp
+1 −1 libi2pd/Signature.cpp
+3 −3 libi2pd/Streaming.cpp
+1 −1 libi2pd/Timestamp.cpp
+1 −1 libi2pd/Timestamp.h
+9 −9 libi2pd/Transports.cpp
+3 −3 libi2pd/Tunnel.cpp
+2 −2 libi2pd/Tunnel.h
+1 −1 libi2pd/TunnelConfig.cpp
+1 −1 libi2pd/TunnelConfig.h
+17 −17 libi2pd/TunnelPool.cpp
+2 −2 libi2pd/TunnelPool.h
+1 −1 libi2pd/util.cpp
+2 −2 libi2pd/version.h
+5 −5 libi2pd_client/AddressBook.cpp
+2 −2 libi2pd_client/AddressBook.h
+2 −2 libi2pd_client/BOB.cpp
+1 −1 libi2pd_client/ClientContext.cpp
+12 −3 libi2pd_client/HTTPProxy.cpp
+36 −31 libi2pd_client/I2CP.cpp
+1 −1 libi2pd_client/I2CP.h
+2 −2 libi2pd_client/I2PTunnel.h
+3 −3 libi2pd_client/SAM.cpp
+1 −1 libi2pd_client/SAM.h
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2420000.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Updated codebase to 2.42.0
* Switch to OpenSSL 1.1.1o
* Added French translation

0 comments on commit a82a4cc

Please sign in to comment.