-21-rc
This commit is contained in:
12
history.txt
12
history.txt
@ -1,3 +1,15 @@
|
|||||||
|
2009-10-02 zzz
|
||||||
|
* BuildMessageTest: Move out of the lib
|
||||||
|
* i2psnark: Fix changing opentracker list
|
||||||
|
* Makefile.gcj: fixups
|
||||||
|
* OCMOSJ: Fix SKM NPE on closed dest
|
||||||
|
* ProfileOrganizerRenderer: static tweaks
|
||||||
|
* SusiDNS: HTML transitional fixes, might help opera
|
||||||
|
* Tunnel IVValidator: Increase size of bloom filter
|
||||||
|
for high-bw routers (>= 512KBps share bw) to reduce
|
||||||
|
false positive rate. Adds 2MB heap for >= 512KBps routers
|
||||||
|
and 6MB for >= 1536KBps.
|
||||||
|
|
||||||
2009-09-21 sponge
|
2009-09-21 sponge
|
||||||
* fixups to SlackBuilds. requiredbuilder does the wrong thing, and
|
* fixups to SlackBuilds. requiredbuilder does the wrong thing, and
|
||||||
thinks that java is perl! This isn't really a big deal,
|
thinks that java is perl! This isn't really a big deal,
|
||||||
|
@ -18,9 +18,9 @@ public class RouterVersion {
|
|||||||
/** deprecated */
|
/** deprecated */
|
||||||
public final static String ID = "Monotone";
|
public final static String ID = "Monotone";
|
||||||
public final static String VERSION = CoreVersion.VERSION;
|
public final static String VERSION = CoreVersion.VERSION;
|
||||||
public final static long BUILD = 20;
|
public final static long BUILD = 21;
|
||||||
/** for example "-test" */
|
/** for example "-test" */
|
||||||
public final static String EXTRA = "";
|
public final static String EXTRA = "-rc";
|
||||||
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;
|
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;
|
||||||
public static void main(String args[]) {
|
public static void main(String args[]) {
|
||||||
System.out.println("I2P Router version: " + FULL_VERSION);
|
System.out.println("I2P Router version: " + FULL_VERSION);
|
||||||
|
Reference in New Issue
Block a user