diff --git a/checklist.txt b/checklist.txt index 66b52a659c74aef9161a37ba16aca2e0254e628b..75187a0c525545e101bee68f06250bc290316cf9 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 f6a2c423fa7684d7cf87f5398b12c4c536812fd3..3e39509d033d09679862ba7c895bfaed391d80d0 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 8107334c9e742ed854e0253a100ccc7a95f87965..6900613bee42561555e8b662e64b2ace753bda7d 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);