-12
This commit is contained in:
16
history.txt
16
history.txt
@ -1,3 +1,19 @@
|
|||||||
|
2009-11-04 zzz
|
||||||
|
* Build:
|
||||||
|
- Move some files to installer/resources
|
||||||
|
- Fix initialNews.xml in install package
|
||||||
|
* Console: More tagging
|
||||||
|
* NetDb: Reduce routerinfo expiration slightly
|
||||||
|
* Profiles:
|
||||||
|
- Remove the almost-unused send and receive size RateStats;
|
||||||
|
this also reduces the effective time for isActive()
|
||||||
|
- Only store DB history on-demand to save space;
|
||||||
|
fix up resulting NPEs
|
||||||
|
- Savings: ~2MB heap
|
||||||
|
* Throttle: Reduce max msg delay to 1250ms (was 1500)
|
||||||
|
* UDP: Pick a random port on first install or bind failure -
|
||||||
|
No more port 8887 to prevent easy state-level blocking
|
||||||
|
|
||||||
2009-11-04 sponge
|
2009-11-04 sponge
|
||||||
* Fixups to Slackware scripts
|
* Fixups to Slackware scripts
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ public class RouterVersion {
|
|||||||
/** deprecated */
|
/** deprecated */
|
||||||
public final static String ID = "Monotone";
|
public final static String ID = "Monotone";
|
||||||
public final static String VERSION = CoreVersion.VERSION;
|
public final static String VERSION = CoreVersion.VERSION;
|
||||||
public final static long BUILD = 11;
|
public final static long BUILD = 12;
|
||||||
/** for example "-test" */
|
/** for example "-test" */
|
||||||
public final static String EXTRA = "";
|
public final static String EXTRA = "";
|
||||||
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;
|
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;
|
||||||
|
Reference in New Issue
Block a user