forked from I2P_Developers/i2p.i2p
-9
This commit is contained in:
@ -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
|
||||
|
||||
|
14
history.txt
14
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
|
||||
|
@ -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);
|
||||
|
Reference in New Issue
Block a user