-3 w/ watchdog changes

This commit is contained in:
zzz
2009-05-21 15:44:05 +00:00
parent e0652a4607
commit b4336fdec7
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2009-05-21 zzz
* Router Watchdog:
- Log memory stats
- Dump threads on linux
- Restart after 20 minutes (give the dog his teeth back)
2009-05-21 zzz
* DataStore:
- Adjust interface to have persistent and non-persistent methods,

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