* 2004-09-30 0.4.1 released (not backwards compatible)

2004-09-30  jrandom
    * Bundle the configuration necessary to run an eepsite out of the box
      with Jetty - simply edit ./eepsite/docroot/index.html and give people
      the key listed on the I2PTunnel configuration page, and its up.
    * Router console cleanup, and some (off by default) tunnels -
      smtp.postman.i2p (port 7659), pop.postman.i2p (port 7660), and
      irc.baffled.i2p (port 7661)
This commit is contained in:
jrandom
2004-09-30 15:58:54 +00:00
committed by zzz
parent e85dadfef2
commit 276493da65
6 changed files with 59 additions and 7 deletions

View File

@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
public final static String ID = "$Revision: 1.32 $ $Date: 2004/09/21 19:10:26 $";
public final static String VERSION = "0.4.0.1";
public final static long BUILD = 4;
public final static String ID = "$Revision: 1.33 $ $Date: 2004/09/26 10:16:44 $";
public final static String VERSION = "0.4.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);