Skip to content

Commit

Permalink
2.54.0
Browse files Browse the repository at this point in the history
Signed-off-by: r4sas <r4sas@i2pmail.org>
  • Loading branch information
r4sas committed Oct 6, 2024
1 parent cb322c6 commit 06f337f
Show file tree
Hide file tree
Showing 3 changed files with 4 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 @@ -29,8 +29,8 @@ android {
targetSdkVersion 33
// TODO: 24?
minSdkVersion 16
versionCode 2530100
versionName "2.53.1"
versionCode 2540000
versionName "2.54.0"
archivesBaseName += "-$versionName"
ndkVersion "23.2.8568313"

Expand Down
2 changes: 1 addition & 1 deletion binary/jni/i2pd
Submodule i2pd updated 58 files
+12 −7 .github/workflows/build-windows.yml
+38 −0 ChangeLog
+7 −5 Makefile.bsd
+1 −1 Makefile.homebrew
+9 −16 Makefile.linux
+5 −6 Makefile.mingw
+1 −1 Makefile.osx
+0 −2 Win32/Win32App.cpp
+1 −1 Win32/Win32NetState.cpp
+1 −1 Win32/Win32NetState.h
+26 −18 build/CMakeLists.txt
+2 −2 build/cmake_modules/CheckAtomic.cmake
+5 −2 contrib/rpm/i2pd-git.spec
+5 −2 contrib/rpm/i2pd.spec
+1 −1 daemon/HTTPServer.cpp
+6 −0 debian/changelog
+8 −0 libi2pd/Config.cpp
+2 −2 libi2pd/Datagram.cpp
+11 −11 libi2pd/Destination.cpp
+5 −1 libi2pd/Destination.h
+0 −2 libi2pd/ECIESX25519AEADRatchetSession.cpp
+1 −1 libi2pd/ECIESX25519AEADRatchetSession.h
+8 −6 libi2pd/FS.cpp
+8 −3 libi2pd/FS.h
+2 −35 libi2pd/Garlic.cpp
+0 −1 libi2pd/Garlic.h
+59 −36 libi2pd/HTTP.cpp
+7 −6 libi2pd/HTTP.h
+0 −1 libi2pd/I2NPProtocol.h
+0 −20 libi2pd/Log.h
+43 −10 libi2pd/NTCP2.cpp
+13 −25 libi2pd/NetDb.cpp
+4 −4 libi2pd/NetDb.hpp
+12 −4 libi2pd/RouterContext.cpp
+2 −0 libi2pd/RouterContext.h
+89 −64 libi2pd/RouterInfo.cpp
+19 −7 libi2pd/RouterInfo.h
+275 −126 libi2pd/SSU2.cpp
+38 −7 libi2pd/SSU2.h
+404 −244 libi2pd/SSU2Session.cpp
+90 −39 libi2pd/SSU2Session.h
+153 −61 libi2pd/Streaming.cpp
+16 −8 libi2pd/Streaming.h
+1 −1 libi2pd/Transports.cpp
+8 −6 libi2pd/Tunnel.cpp
+3 −2 libi2pd/Tunnel.h
+11 −9 libi2pd/TunnelPool.cpp
+2 −2 libi2pd/TunnelPool.h
+10 −2 libi2pd/util.h
+3 −3 libi2pd/version.h
+11 −7 libi2pd_client/AddressBook.cpp
+3 −2 libi2pd_client/AddressBook.h
+10 −3 libi2pd_client/ClientContext.cpp
+26 −20 libi2pd_client/HTTPProxy.cpp
+7 −5 libi2pd_client/HTTPProxy.h
+2 −1 libi2pd_client/I2CP.cpp
+0 −2 libi2pd_client/SOCKS.cpp
+2 −2 tests/Makefile
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/2540000.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Updated codebase to 2.54.0

0 comments on commit 06f337f

Please sign in to comment.