forked from I2P_Developers/i2p.i2p
dash two
This commit is contained in:
10
history.txt
10
history.txt
@@ -1,3 +1,13 @@
|
||||
* 2011-10-17 zzz
|
||||
* BuildExecutor: Efficiency tweak
|
||||
* Console: Hide tunnel lag if tunnel testing is disabled
|
||||
* NetDB: Fix rare NPE from netdb.jsp (ticket #539)
|
||||
* Router: Change all shutdown CRITs to ERRORs; shutdown
|
||||
the stat manager last to reduce chance of NPEs
|
||||
(similar to that in tickets #534,535)
|
||||
* SSU: Increase max concurrent outbound attempts;
|
||||
fix udp.establishRejected stat
|
||||
|
||||
* 2011-10-15 zzz
|
||||
* BuildExecutor: Add tunnel.buildConfigTime stat
|
||||
* configupdate.jsp:
|
||||
|
@@ -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 = 1;
|
||||
public final static long BUILD = 2;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "";
|
||||
|
Reference in New Issue
Block a user