-10
This commit is contained in:
10
history.txt
10
history.txt
@ -1,3 +1,13 @@
|
||||
2009-03-24 zzz
|
||||
* I2PTunnel:
|
||||
- Add some warnings about new features
|
||||
- Fix encrypted leasesets broken in about -4
|
||||
- Suppress log error on manual stop
|
||||
- Fix NPE on close of a tunnel not open yet
|
||||
* Transport:
|
||||
- Increase default bw to 64/32, burst 80/40
|
||||
* Tunnels: Change some fragmentation errors to warns
|
||||
|
||||
2009-03-16 zzz
|
||||
* help.jsp: Add some
|
||||
* I2PTunnel: Cleanup
|
||||
|
@ -17,7 +17,7 @@ import net.i2p.CoreVersion;
|
||||
public class RouterVersion {
|
||||
public final static String ID = "$Revision: 1.548 $ $Date: 2008-06-07 23:00:00 $";
|
||||
public final static String VERSION = CoreVersion.VERSION;
|
||||
public final static long BUILD = 9;
|
||||
public final static long BUILD = 10;
|
||||
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