This commit is contained in:
zzz
2011-04-28 18:46:09 +00:00
parent 8b184f8c03
commit fe21748b2d
2 changed files with 8 additions and 1 deletions

View File

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

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