history for prop., -8
This commit is contained in:
21
history.txt
21
history.txt
@ -1,3 +1,24 @@
|
||||
2009-01-03 zzz
|
||||
* config.jsp: Move the buttons up
|
||||
* configservice.jsp: Clean up and fix the broken (?)
|
||||
browser launch configuration
|
||||
* i2psnark:
|
||||
- Try again to remove the i2psnarkurl files on shutdown
|
||||
- Sort torrents with a locale-based sort
|
||||
* NetDb:
|
||||
- Expire routers with introducers after 90m.
|
||||
This should improve reachability to firewalled routers
|
||||
by keeping introducer info current.
|
||||
- Expire routers with no addresses after 90m.
|
||||
- Convert to java concurrent
|
||||
* Stats: Add router.memoryUsed, graph by default
|
||||
* Summary bar: Remove spurious UDP warning on startup
|
||||
* UpdateHandler: Make extensible for upcoming
|
||||
torrent updater
|
||||
|
||||
2008-12-15 zzz
|
||||
* Remove apps/ bogobot jdom pants q rome stasher syndie
|
||||
|
||||
2008-12-14 zzz
|
||||
* Contexts: Add int getProperty(String prop, int default)
|
||||
* I2PAppThread: Constructor fix
|
||||
|
@ -17,7 +17,7 @@ import net.i2p.CoreVersion;
|
||||
public class RouterVersion {
|
||||
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 long BUILD = 7;
|
||||
public final static long BUILD = 8;
|
||||
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