-9
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
2010-11-27 zzz
|
2010-11-26 zzz
|
||||||
* Console: Split initialNews.xml into a file for each language
|
* Console: Split initialNews.xml into a file for each language
|
||||||
don't copy to config dir at install.
|
don't copy to config dir at install.
|
||||||
* i2psnark: Clean up and enhance the PeerCoordinator's partial piece handling,
|
* i2psnark: Clean up and enhance the PeerCoordinator's partial piece handling,
|
||||||
@ -6,6 +6,7 @@
|
|||||||
* LogManager: When not in router context, delay creating log file until required
|
* LogManager: When not in router context, delay creating log file until required
|
||||||
* NetDb: Lower RouterInfo expiration time again
|
* NetDb: Lower RouterInfo expiration time again
|
||||||
* Router: Prevent NCDFE after unzipping update file
|
* Router: Prevent NCDFE after unzipping update file
|
||||||
|
* Transports: Round time to prevent clock bias, also adjust for RTT in UDP
|
||||||
|
|
||||||
2010-11-26 dr|z3d
|
2010-11-26 dr|z3d
|
||||||
* Readme: Overhaul (English) layout and text.
|
* Readme: Overhaul (English) layout and text.
|
||||||
|
@ -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 = 8;
|
public final static long BUILD = 9;
|
||||||
|
|
||||||
/** for example "-test" */
|
/** for example "-test" */
|
||||||
public final static String EXTRA = "";
|
public final static String EXTRA = "";
|
||||||
|
Reference in New Issue
Block a user