forked from I2P_Developers/i2p.i2p
bump -2
This commit is contained in:
19
history.txt
19
history.txt
@@ -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
|
* SAM: Abort tunnel build if control socket closes
|
||||||
|
|
||||||
2023-01-11 zzz
|
2023-01-11 zzz
|
||||||
|
@@ -18,7 +18,7 @@ public class RouterVersion {
|
|||||||
/** deprecated */
|
/** deprecated */
|
||||||
public final static String ID = "Git";
|
public final static String ID = "Git";
|
||||||
public final static String VERSION = CoreVersion.VERSION;
|
public final static String VERSION = CoreVersion.VERSION;
|
||||||
public final static long BUILD = 1;
|
public final static long BUILD = 2;
|
||||||
|
|
||||||
/** for example "-test" */
|
/** for example "-test" */
|
||||||
public final static String EXTRA = "";
|
public final static String EXTRA = "";
|
||||||
|
Reference in New Issue
Block a user