-1
This commit is contained in:
14
history.txt
14
history.txt
@ -1,3 +1,17 @@
|
||||
2009-10-16 zzz
|
||||
* Crypto: Two more test classes out of the lib
|
||||
* FloodfillMonitor: Slow down the volunteers again
|
||||
* oldconsole.jsp: Remove almost all of it, add lines for tino
|
||||
* MessageHistory: Cleanups
|
||||
* NetDb: Rework part 1 of N:
|
||||
- Flood only to those closest to the key
|
||||
- Java 5 fixups
|
||||
* ProfileOrganizerRenderer:
|
||||
- Move to routerconsole
|
||||
- Write directly to Writer for speed
|
||||
* Router: Add router.hideFloodfillParticipant option for testing
|
||||
* StatisticsManager: Cleanup after release
|
||||
|
||||
* 2009-10-12 0.7.7 released
|
||||
|
||||
2009-10-11 zzz
|
||||
|
@ -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 = "";
|
||||
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;
|
||||
|
Reference in New Issue
Block a user