GeoIP 2018-03-27, GeoIPv6 2018-04-03

This commit is contained in:
zzz
2018-04-05 12:16:30 +00:00
parent 4fbfc5d83d
commit 43e6bb7569
4 changed files with 39962 additions and 13115 deletions

View File

@ -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
* Reseed: Move ReseedBundler from console to router (ticket #2203)

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

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