GeoIP: Update from Maxmind 2016-12-06

This commit is contained in:
zzz
2016-12-06 19:10:25 +00:00
parent 74cd5cee20
commit 8a3a725730
4 changed files with 13974 additions and 30092 deletions

View File

@ -1,3 +1,6 @@
2016-12-06 zzz
* GeoIP: Update from Maxmind 2016-12-06
2016-12-05 zzz
* Router:
- Revert default family sig type back to ECDSA

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 = 14;
public final static long BUILD = 15;
/** for example "-test" */
public final static String EXTRA = "-rc";