-6
This commit is contained in:
17
history.txt
17
history.txt
@ -1,3 +1,20 @@
|
|||||||
|
2010-11-24 zzz
|
||||||
|
* configui: Add .pt
|
||||||
|
* configtunnels: Log cleanup
|
||||||
|
* graphs: Synch to conserve memory; cleanup
|
||||||
|
* i2psnark:
|
||||||
|
- Prevent dup requests during end game
|
||||||
|
(ticket 331 - thanks sponge and Oct!)
|
||||||
|
- POST parameter tweaks
|
||||||
|
- Message cleanup
|
||||||
|
* logs: Add trac login hint
|
||||||
|
* Router:
|
||||||
|
- Save some info to config file when installing or updating
|
||||||
|
- Remove global lock on accessing config
|
||||||
|
- Add global lock on reading/writing config file
|
||||||
|
* SimpleDataStructure: Fix problem in fromBase64() that
|
||||||
|
manifested itself as a configtunnels.jsp bug
|
||||||
|
|
||||||
2010-11-24 sponge
|
2010-11-24 sponge
|
||||||
* Slackware, fix rc.i2p, bad logic.
|
* Slackware, fix rc.i2p, bad logic.
|
||||||
|
|
||||||
|
@ -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 = 5;
|
public final static long BUILD = 6;
|
||||||
|
|
||||||
/** for example "-test" */
|
/** for example "-test" */
|
||||||
public final static String EXTRA = "";
|
public final static String EXTRA = "";
|
||||||
|
Reference in New Issue
Block a user