* 2004-12-01 0.4.2.1 released

2004-12-01  jrandom
    * Strip out any of the Accept-* HTTP header lines, and always make sure to
      include the forged User-agent header.
    * Adjust the default read timeout on the eepproxy to 60s, unless
      overridden.
    * Minor tweak on stream shutdown.
This commit is contained in:
jrandom
2004-12-01 22:31:55 +00:00
committed by zzz
parent 516d0b4db8
commit 610f1f7dd4
5 changed files with 57 additions and 8 deletions

View File

@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
public final static String ID = "$Revision: 1.94 $ $Date: 2004/11/29 18:24:49 $";
public final static String VERSION = "0.4.2";
public final static long BUILD = 7;
public final static String ID = "$Revision: 1.95 $ $Date: 2004/11/30 18:41:51 $";
public final static String VERSION = "0.4.2.1";
public final static long BUILD = 0;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION);
System.out.println("Router ID: " + RouterVersion.ID);