2005-09-16 jrandom

* Adjust I2PTunnelHTTPServer so it can be used for outproxy operators
      (just specify the spoofed host as an empty string), allowing them to
      honor x-i2p-gzip encoding.
    * Let windows users build the exes too (thanks bar and redzara!)
    * Allow I2PTunnel httpserver operators to disable gzip compression on
      individual tunnels with the i2ptunnel.gzip=false client option
      (good idea susi!)
This commit is contained in:
jrandom
2005-09-16 18:28:26 +00:00
committed by zzz
parent 3aba12631b
commit dab1b4d256
7 changed files with 547 additions and 31 deletions

View File

@@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
public final static String ID = "$Revision: 1.236 $ $Date: 2005/09/15 00:39:31 $";
public final static String ID = "$Revision: 1.237 $ $Date: 2005/09/15 23:12:26 $";
public final static String VERSION = "0.6.0.5";
public final static long BUILD = 11;
public final static long BUILD = 12;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
System.out.println("Router ID: " + RouterVersion.ID);