diff --git a/history.txt b/history.txt index 06a47cce50..f9a6644e90 100644 --- a/history.txt +++ b/history.txt @@ -1,6 +1,22 @@ 2011-06-08 zzz * Build: Add standard manifest to jbigi.jar +2011-06-08 kytv + * Update jbigi/jcpuid Windows dlls. As was done for FreeBSD and Linux, the + libraries for 32bit CPUs were linked against gmp-4.3.2 and those for the + 64bit CPUs were linked against gmp-5.0.2. + +2011-06-07 kytv + * Upgrade the wrapper to 3.5.9. Noticable changes include: + - FreeBSD amd64 is now a supported arch along with i386. To use the wrapper + with the most recent version of FreeBSD the port 'misc/compat6x' will need + to be installed. + - OSX: Both Intel and PPC Macs are supported. 32-bit support. If you'd like 64-bit + support, please file a bug in trac with the output of "uname -m". + * Upgrade jbigi/jcpuid for FreeBSD i386 and add support for amd64. As was done with + the Linux compiles, 32bit compiles were linked with gmp 4.3.2 and 64 bit builds + (as well as 32bit builds for 64bit cpus) were linked against gmp 5.0.2. + 2011-06-06 zzz * Drop andorid/ directory; further development will happen in an android-only branch. diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index 80cfb9c849..5b1ba79e39 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 = 18; + public final static long BUILD = 19; /** for example "-test" */ public final static String EXTRA = "";