-3201
This commit is contained in:
10
history.txt
10
history.txt
@ -1,3 +1,13 @@
|
||||
2008-03-05 zzz
|
||||
* Naming: Make HostsTxt the sole default NamingService
|
||||
(was Meta = PetName + HostsTxt)
|
||||
* Naming: Add two new experimental NamingServices, EepGet and Exec,
|
||||
not enabled by default -
|
||||
see source comments in core/java/src/net/i2p/client/naming
|
||||
for configuration instructions
|
||||
* i2psnark: Don't do a naming lookup for Base64 destkeys
|
||||
* i2psnark: Add a StartAll button
|
||||
|
||||
2008-03-01 zzz
|
||||
* Fix netdb.knownLeaseSets count reported by floodfill routers
|
||||
(was broken by -3)
|
||||
|
@ -17,7 +17,7 @@ import net.i2p.CoreVersion;
|
||||
public class RouterVersion {
|
||||
public final static String ID = "$Revision: 1.548 $ $Date: 2008-02-10 15:00:00 $";
|
||||
public final static String VERSION = "0.6.1.31";
|
||||
public final static long BUILD = 9;
|
||||
public final static long BUILD = 3201;
|
||||
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