-10
This commit is contained in:
21
history.txt
21
history.txt
@ -1,3 +1,24 @@
|
|||||||
|
2009-01-14 zzz
|
||||||
|
* config.jsp: Fix burst seconds display
|
||||||
|
* HTTPClient: Fix per-tunnel settings for i2cp.gzip and
|
||||||
|
i2ptunnel.httpclient.send* (thx tino)
|
||||||
|
* i2psnark:
|
||||||
|
- Fix double completion message
|
||||||
|
- Add crstrack
|
||||||
|
* initialNews.xml: Add .de (thx echelon)
|
||||||
|
* Message: Always distribute an inbound msg back out
|
||||||
|
a tunnel to foil a possible latency-measuring attack
|
||||||
|
(welterde)
|
||||||
|
* Naming:
|
||||||
|
- Change base32 names to *.b32.i2p
|
||||||
|
- Add i2p.naming.hostsTxt.useB32 config
|
||||||
|
* profiles.jsp: Remove 1m column
|
||||||
|
* SAM: Don't build tests by default
|
||||||
|
* Streaming:
|
||||||
|
- Prevent a rare NPE
|
||||||
|
- Reduce initial RTT to 8s (was 10s)
|
||||||
|
* tunnels.jsp: Add netdb links
|
||||||
|
|
||||||
2009-01-08 zzz
|
2009-01-08 zzz
|
||||||
* addressbook: Prevent Base32 hostnames
|
* addressbook: Prevent Base32 hostnames
|
||||||
* build.xml: Remove readme_xx.html from updater
|
* build.xml: Remove readme_xx.html from updater
|
||||||
|
@ -17,7 +17,7 @@ import net.i2p.CoreVersion;
|
|||||||
public class RouterVersion {
|
public class RouterVersion {
|
||||||
public final static String ID = "$Revision: 1.548 $ $Date: 2008-06-07 23:00:00 $";
|
public final static String ID = "$Revision: 1.548 $ $Date: 2008-06-07 23:00:00 $";
|
||||||
public final static String VERSION = "0.6.5";
|
public final static String VERSION = "0.6.5";
|
||||||
public final static long BUILD = 9;
|
public final static long BUILD = 10;
|
||||||
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);
|
||||||
|
Reference in New Issue
Block a user