forked from I2P_Developers/i2p.i2p
history for prop, -2
This commit is contained in:
10
history.txt
10
history.txt
@@ -1,3 +1,13 @@
|
|||||||
|
2012-03-03 zzz
|
||||||
|
* Console:
|
||||||
|
- New simplified home page, refreshing with AJAX
|
||||||
|
- New home configuration page
|
||||||
|
* i2psnark:
|
||||||
|
- CSS tweaks
|
||||||
|
- Ajax and link fixes
|
||||||
|
- Move js to console in prep for merging w/ homepage
|
||||||
|
* NetDB: Remove bw stats (effective next release)
|
||||||
|
|
||||||
2012-03-02 zzz
|
2012-03-02 zzz
|
||||||
* BlockfileNamingService: Add negative cache
|
* BlockfileNamingService: Add negative cache
|
||||||
* Build: Add built-by to jars; check for corrupt jars on debug page
|
* Build: Add built-by to jars; check for corrupt jars on debug page
|
||||||
|
@@ -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 = 1;
|
public final static long BUILD = 2;
|
||||||
|
|
||||||
/** for example "-test" */
|
/** for example "-test" */
|
||||||
public final static String EXTRA = "";
|
public final static String EXTRA = "";
|
||||||
|
Reference in New Issue
Block a user