-1
This commit is contained in:
@ -1,3 +1,10 @@
|
||||
2011-04-28 zzz
|
||||
* Console: Try to prevent cascaded IllegalStateExceptions in .jsp code;
|
||||
add logging for original error
|
||||
* peers.jsp: Tag UPnP strings
|
||||
* UPnP: Strip trailing nulls from incoming XML to prevent
|
||||
"content not allowed in trailing section" exceptions
|
||||
|
||||
* 2011-04-18 0.8.5 released
|
||||
|
||||
2011-04-11 zzz
|
||||
|
@ -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 = 0;
|
||||
public final static long BUILD = 1;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "";
|
||||
|
Reference in New Issue
Block a user