forked from I2P_Developers/i2p.i2p
bump -17
This commit is contained in:
@ -1,3 +1,12 @@
|
|||||||
|
2015-01-31 zzz
|
||||||
|
* Console:
|
||||||
|
- Don't display invalid IPv6 addresses as options on /confignet
|
||||||
|
- Disable changing log path
|
||||||
|
* NetDb:
|
||||||
|
- Encrypt lookups for 32-bit x86 also
|
||||||
|
- Disable floodfill in laptop mode
|
||||||
|
* Transport: Set 4 MBps max bw due to bloom filter
|
||||||
|
|
||||||
2015-01-30 zzz
|
2015-01-30 zzz
|
||||||
* HTTP Proxy: More error page changes
|
* HTTP Proxy: More error page changes
|
||||||
* NTCP: Throttle event pumper if looping too fast (tickets #551, #1075, #1411)
|
* NTCP: Throttle event pumper if looping too fast (tickets #551, #1075, #1411)
|
||||||
|
@ -18,7 +18,7 @@ public class RouterVersion {
|
|||||||
/** deprecated */
|
/** deprecated */
|
||||||
public final static String ID = "Monotone";
|
public final static String ID = "Monotone";
|
||||||
public final static String VERSION = CoreVersion.VERSION;
|
public final static String VERSION = CoreVersion.VERSION;
|
||||||
public final static long BUILD = 16;
|
public final static long BUILD = 17;
|
||||||
|
|
||||||
/** for example "-test" */
|
/** for example "-test" */
|
||||||
public final static String EXTRA = "";
|
public final static String EXTRA = "";
|
||||||
|
Reference in New Issue
Block a user