Skip to content

Commit 77fb894

Browse files
committed
bump -12-rc
1 parent 735c959 commit 77fb894

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

history.txt

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
1+
2026-04-04 zzz
2+
* i2ptunnel: Catch corrupt HTTP responses sooner
3+
4+
2026-04-02 zzz
5+
* GeoIP 2026-04-01
6+
7+
2026-03-31 zzz
8+
* Console: Add language selection presence to translation report
9+
110
2026-03-27 zzz
2-
* SAM: Use session for b32 lookups if available
11+
* SAM:
12+
- Use session for b32 lookups if available
13+
- Error message for NAMING LOOKUP NAME=ME out-of-session
314

415
2026-03-25 zzz
516
* I2CP: Fix LS2 options not being updated on subsession

router/java/src/net/i2p/router/RouterVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class RouterVersion {
2020
public final static String VERSION = CoreVersion.VERSION;
2121
/** for example: "beta", "alpha", "rc" */
2222
public final static String QUALIFIER = "-rc";
23-
public final static long BUILD = 11;
23+
public final static long BUILD = 12;
2424
/** for example "-test" */
2525
public final static String EXTRA = "";
2626
public final static String FULL_VERSION = VERSION + "-" + BUILD + QUALIFIER + EXTRA;

0 commit comments

Comments
 (0)