-2
This commit is contained in:
19
history.txt
19
history.txt
@ -1,3 +1,18 @@
|
|||||||
|
2010-03-25 zzz
|
||||||
|
* configclients.jsp: Fix dup anchor
|
||||||
|
* Console: Sort plugin links in summary bar
|
||||||
|
* i2psnark:
|
||||||
|
- Send numwant=0 if we don't need peers
|
||||||
|
- Report returned complete and incomplete counts
|
||||||
|
if higher than peer count
|
||||||
|
- Allow missing peer list
|
||||||
|
- Log tweaks
|
||||||
|
* netdb.jsp: Tag transport properties
|
||||||
|
* Plugins: Remove final check and install console
|
||||||
|
messages after a while
|
||||||
|
* PrivateKeyFile: Add b32 output
|
||||||
|
* Reseed: Add another host
|
||||||
|
|
||||||
2010-03-18 zzz
|
2010-03-18 zzz
|
||||||
* Blocklist, CommSystem, FIFOBandwidth, TransportManager,
|
* Blocklist, CommSystem, FIFOBandwidth, TransportManager,
|
||||||
OutNetMessage, InNetMessagePool:
|
OutNetMessage, InNetMessagePool:
|
||||||
@ -48,6 +63,10 @@
|
|||||||
not sure why taking them from the tail "reduces latency"
|
not sure why taking them from the tail "reduces latency"
|
||||||
- Java 5 cleanup
|
- Java 5 cleanup
|
||||||
|
|
||||||
|
2010-03-17 zzz
|
||||||
|
* I2PTunnel: Disable nonce checking when console password set
|
||||||
|
* Reseed: Add another host
|
||||||
|
|
||||||
* 2010-03-15 0.7.12 released
|
* 2010-03-15 0.7.12 released
|
||||||
|
|
||||||
2010-03-13 zzz
|
2010-03-13 zzz
|
||||||
|
@ -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