I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 49c02f13 authored by zzz's avatar zzz
Browse files

-5

parent 40f072e2
No related branches found
No related tags found
No related merge requests found
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 2008-02-16 zzz
* Fix race in TunnelDispatcher which caused * Fix race in TunnelDispatcher which caused
participating tunnel count to seesaw - participating tunnel count to seesaw -
...@@ -22,6 +31,9 @@ ...@@ -22,6 +31,9 @@
* Change SimpleTimer CRIT to a WARN, increase threshold * Change SimpleTimer CRIT to a WARN, increase threshold
* Checklist update * Checklist update
2008-02-11 welterde
* Fix an NPE in UDP http://forum.i2p/viewtopic.php?t=2545
2008-02-10 zzz 2008-02-10 zzz
* Add new tunnel build algorithm (preliminary) * Add new tunnel build algorithm (preliminary)
* Change NTCP backlogged message from error to warning * Change NTCP backlogged message from error to warning
......
...@@ -17,7 +17,7 @@ import net.i2p.CoreVersion; ...@@ -17,7 +17,7 @@ import net.i2p.CoreVersion;
public class RouterVersion { public class RouterVersion {
public final static String ID = "$Revision: 1.548 $ $Date: 2008-02-10 15:00:00 $"; 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 String VERSION = "0.6.1.31";
public final static long BUILD = 4; public final static long BUILD = 5;
public static void main(String args[]) { public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION + "-" + BUILD); System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
System.out.println("Router ID: " + RouterVersion.ID); System.out.println("Router ID: " + RouterVersion.ID);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment