diff --git a/history.txt b/history.txt index 28f600c6d..f880961ff 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,20 @@ +2010-02-10 zzz + 64-bit windows installer fixes. Still no 64-bit wrapper. + Thanks eche|on for testing! + * Izpack: + Add 64-bit windows dll so installer doesn't die trying to add shortcuts + * Launch4j: + Upgrade to launch4j 3.0.1 2008-07-20. + The license is BSD for launch4j and MIT for the wrapper code in head/ + Changelog is in installer/lib/launch4j/web/changelog.html + Hopefully this will fix installs for 64-bit JRE on 64-bit windows. + The previous version was 2.0-RC3 2005-08-13. + The previous license was GPLv2 for launch4j and LGPLv2.1 for the wrapper code in head/ + The bin/ld.exe and bin/windres.exe files were contributed by + i2p users in 2005 so the i2p installer could be built on windows. + They have not been updated for 3.0.1, so pkg builds on windows + will presumably still get 2.0-RC3. + 2010-02-06 zzz * Console: Fix saving update keys, was broken in 0.7.10 * i2psnark: Add transmission ID diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index ba0438a26..1345f2e12 100644 --- a/router/java/src/net/i2p/router/RouterVersion.java +++ b/router/java/src/net/i2p/router/RouterVersion.java @@ -18,7 +18,7 @@ public class RouterVersion { /** deprecated */ public final static String ID = "Monotone"; public final static String VERSION = CoreVersion.VERSION; - public final static long BUILD = 9; + public final static long BUILD = 10; /** for example "-test" */ public final static String EXTRA = "";