From 481af00bab5d7603b370e1c9072fbc7fba32bf56 Mon Sep 17 00:00:00 2001
From: zzz <zzz@mail.i2p>
Date: Wed, 16 Jul 2008 15:05:56 +0000
Subject: [PATCH] -9

---
 checklist.txt                                     |  3 +++
 history.txt                                       | 14 +++++++++++++-
 router/java/src/net/i2p/router/RouterVersion.java |  2 +-
 3 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/checklist.txt b/checklist.txt
index 66b52a659c..75187a0c52 100644
--- a/checklist.txt
+++ b/checklist.txt
@@ -61,8 +61,11 @@ Distribute files to download locations and to www.i2p2.i2p
 Website files to change:
 	Sync with mtn.i2p2.i2p
 	announcements.html
+	announcements_de.html
 	download.html (change SHA1s)
+	download_de.html (change SHA1s)
 	index.html
+	index_de.html
 	hosts.txt (copy from mtn)
 	Sync with mtn.i2p2.i2p
 
diff --git a/history.txt b/history.txt
index f6a2c423fa..3e39509d03 100644
--- a/history.txt
+++ b/history.txt
@@ -1,10 +1,22 @@
+2008-07-16 zzz
+    * configpeer.jsp: New
+    * i2psnark: Open completed files read-only the first time
+    * profiles.jsp: Show bonuses, link to configpeer.jsp
+    * PRNG: Move logging from wrapper to router log
+    * SSU:
+        Don't proactively reconnect until 30m idle, so
+        we don't lose introducer tags prematurely
+
+2008-07-16 Oldaris
+    * Imports cleanup
+
 2008-07-07 zzz
     * i2psnark:
       - Repair corrupted files with wrong length rather than die
       - Register shutdown hook to properly shutdown torrents when
         the router shuts down, hopefully will reduce corruption
       - Add Galen tracker
-      - Add a note about how to chane directory
+      - Add a note about how to change directory
     * HTTP Proxy: Don't show jump links for unknown jump hosts
     * KeyManager:
       - Don't write router key backup when leaseSet keys are updated
diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java
index 8107334c9e..6900613bee 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 = "0.6.2";
-    public final static long BUILD = 8;
+    public final static long BUILD = 9;
     public static void main(String args[]) {
         System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
         System.out.println("Router ID: " + RouterVersion.ID);
-- 
GitLab