This commit is contained in:
zzz
2011-10-17 17:48:43 +00:00
parent 3bc284b522
commit abd823ab95
2 changed files with 11 additions and 1 deletions

View File

@@ -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:

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