From 609e70692d6c43475964a205e4b0a5e27b2f5617 Mon Sep 17 00:00:00 2001
From: zzz <zzz@mail.i2p>
Date: Sun, 15 Feb 2009 14:50:15 +0000
Subject: [PATCH] -4

---
 history.txt                                   | 24 +++++++++++++++++++
 .../src/net/i2p/router/RouterVersion.java     |  2 +-
 2 files changed, 25 insertions(+), 1 deletion(-)

diff --git a/history.txt b/history.txt
index 45d89effa..9c0c5d294 100644
--- a/history.txt
+++ b/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
diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java
index a34e9238c..5f58c2cdd 100644
--- a/router/java/src/net/i2p/router/RouterVersion.java
+++ b/router/java/src/net/i2p/router/RouterVersion.java
@@ -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);
-- 
GitLab