This commit is contained in:
zzz
2023-01-17 14:59:22 -05:00
parent 83677f01fb
commit d45df857d6
2 changed files with 19 additions and 2 deletions

View File

@@ -1,4 +1,21 @@
2023-01-11 zzz
2023-01-17 zzz
* i2psnark:
- Add basic search box
- Recognize more clients
* i2ptunnel: Fix typo for SSL outproxy host
2023-01-15 zzz
* Console:
- Fix displayed BPS for SSU peers
- Add netdb search by introducer count
* i2ptunnel:
- Interrupt client tunnel build when stop button is clicked
- Return error message from IRC client on failure to build tunnels
- Return 503 from HTTP client on failure to build tunnels
- Return error code from SOCKS client on failure to build tunnels
2023-01-12 zzz
* Router: Simplify published stats values
* SAM: Abort tunnel build if control socket closes
2023-01-11 zzz

View File

@@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Git";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 1;
public final static long BUILD = 2;
/** for example "-test" */
public final static String EXTRA = "";