Skip to content

Commit

Permalink
update to libtorrent master HEAD, version 2.1.0-33
Browse files Browse the repository at this point in the history
  • Loading branch information
aldenml committed Oct 30, 2024
1 parent 0089906 commit 5d3b8d8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
}

group = "org.libtorrent4j"
version = "2.1.0-32"
version = "2.1.0-33"

java {
// using java 8 for android compatibility
Expand Down
4 changes: 3 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
wip
2.1.0-33

* update to libtorrent master
* using SWIG 4.3.0
* update to boost 1.86.0
* update to OpenSSL 3.4.0
* update android NDK r27c
* lt:fix performance bug in the file pool, evicting MRU instead of LRU
* lt:fix bug where file_progress could sometimes be reported as >100%
* lt:source code cleanup, performance and stability

Expand Down
4 changes: 2 additions & 2 deletions src/main/java/org/libtorrent4j/LibTorrent.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public static String version() {
* @return the git revision
*/
public static String revision() {
return "1dd95653137c131712c57e04fc7b2c4b1a894458";
return "60eead7e5a900cfb00a6e781e23525e612b75837";
}

/**
Expand Down Expand Up @@ -71,7 +71,7 @@ public static String opensslVersion() {
* @return libtorrent4j version.
*/
public static String libtorrent4jVersion() {
return "2.1.0-32";
return "2.1.0-33";
}

/**
Expand Down
2 changes: 1 addition & 1 deletion swig/deps/libtorrent

0 comments on commit 5d3b8d8

Please sign in to comment.