This commit is contained in:
zzz
2010-03-25 20:26:28 +00:00
parent 3e2956da3f
commit 83d24fa90d
2 changed files with 20 additions and 1 deletions

View File

@ -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

View File

@ -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 = "";