This commit is contained in:
zzz
2012-03-10 21:59:26 +00:00
parent f6bda355b9
commit 9e3b49d67f
2 changed files with 12 additions and 1 deletions

View File

@@ -1,3 +1,14 @@
2012-03-10 zzz
* Build: Add new jetty jars to router.jar classpath so it works
on very old installs with individual jars specified in the
wrapper.config classpath
* configloggging: Fix clearing log overrides
* Console: Test if IPv6 addresses will work before instantiating
connectors, so Jetty will still start without them
* HTTP Proxy: Fix generation of jump links (ticket #616),
broken by refactoring in -1
* Jetty Logger: Put a note in wrapper log saying where the logs went
2012-03-09 zzz
* Update default eepsite base context to use DefaultServlet
instead of ResourceHandler, to provide resume, directory

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