-3 w/ watchdog changes
This commit is contained in:
@ -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,
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user