forked from I2P_Developers/i2p.i2p
GeoIP 2018-03-27, GeoIPv6 2018-04-03
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2018-04-05 zzz
|
||||||
|
* EepGet: Increase max header length
|
||||||
|
* SSLEepGet: Set default CLI proxy type back to none
|
||||||
|
* GeoIP update
|
||||||
|
|
||||||
2018-04-04 zzz
|
2018-04-04 zzz
|
||||||
* Reseed: Move ReseedBundler from console to router (ticket #2203)
|
* Reseed: Move ReseedBundler from console to router (ticket #2203)
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -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 = 24;
|
public final static long BUILD = 25;
|
||||||
|
|
||||||
/** for example "-test" */
|
/** for example "-test" */
|
||||||
public final static String EXTRA = "-rc";
|
public final static String EXTRA = "-rc";
|
||||||
|
Reference in New Issue
Block a user