-4
This commit is contained in:
24
history.txt
24
history.txt
@ -1,3 +1,27 @@
|
||||
2009-02-15 zzz
|
||||
* Add licenses to all packages
|
||||
* I2PSession: Concurrent _messagesReceived
|
||||
* i2psnark: tmp file removal try #3
|
||||
* I2PTunnel:
|
||||
- Don't buffer POST data in HTTPClient
|
||||
- Display destination even when stopped
|
||||
- Enable key generation, dest modification, and
|
||||
hashcash estimation in the GUI
|
||||
- Add new CONNECT client
|
||||
* NetDb: Enforce 60s minimum leaseset publish interval
|
||||
* Streaming lib:
|
||||
- Plug connection leak
|
||||
- Move ConEvent from SimpleTimer to SimpleScheduler
|
||||
- Move RetransmissionTimer (ResendPacketEvent)
|
||||
from SimpleTimer to new SimpleTimer2
|
||||
- Move ActivityTimer and Flusher from SimpleTimer to RetransmissionTimer
|
||||
- SimpleTimer2 allows specifying "fuzz" to reduce
|
||||
timer queue churn further
|
||||
* Susidns: Fix save of new dest broken in 0.7
|
||||
* TunnelPool:
|
||||
- Allow leasesets with reduced leases for robustness and startup speed
|
||||
- Plug in-progress build leak
|
||||
|
||||
2009-02-07 zzz
|
||||
* ClientConnectionRunner, Shitlist, TunnelDispatcher:
|
||||
Update using concurrent
|
||||
|
@ -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 = CoreVersion.VERSION;
|
||||
public final static long BUILD = 3;
|
||||
public final static long BUILD = 4;
|
||||
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