-5
This commit is contained in:
12
history.txt
12
history.txt
@ -1,3 +1,12 @@
|
||||
2008-02-19 zzz
|
||||
* Addressbook: Disallow '--' in host names except in IDN,
|
||||
add some reserved host names
|
||||
* I2PTunnel: Clarify edit form
|
||||
* NetDb: Remove many stats from netDb, effective as of .32
|
||||
* profiles.jsp: Display capabilities
|
||||
* Tunnels: Enforce max tunnel length of 8, catch an index error
|
||||
http://forum.i2p/viewtopic.php?t=2561
|
||||
|
||||
2008-02-16 zzz
|
||||
* Fix race in TunnelDispatcher which caused
|
||||
participating tunnel count to seesaw -
|
||||
@ -22,6 +31,9 @@
|
||||
* Change SimpleTimer CRIT to a WARN, increase threshold
|
||||
* Checklist update
|
||||
|
||||
2008-02-11 welterde
|
||||
* Fix an NPE in UDP http://forum.i2p/viewtopic.php?t=2545
|
||||
|
||||
2008-02-10 zzz
|
||||
* Add new tunnel build algorithm (preliminary)
|
||||
* Change NTCP backlogged message from error to warning
|
||||
|
@ -17,7 +17,7 @@ import net.i2p.CoreVersion;
|
||||
public class RouterVersion {
|
||||
public final static String ID = "$Revision: 1.548 $ $Date: 2008-02-10 15:00:00 $";
|
||||
public final static String VERSION = "0.6.1.31";
|
||||
public final static long BUILD = 4;
|
||||
public final static long BUILD = 5;
|
||||
public static void main(String args[]) {
|
||||
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
|
||||
System.out.println("Router ID: " + RouterVersion.ID);
|
||||
|
Reference in New Issue
Block a user