File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
router/java/src/net/i2p/router Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 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+
1102026-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
4152026-03-25 zzz
516 * I2CP: Fix LS2 options not being updated on subsession
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments