forked from I2P_Developers/i2p.i2p
-2
This commit is contained in:
10
history.txt
10
history.txt
@ -1,3 +1,13 @@
|
||||
2011-08-28 zzz
|
||||
* checkcerts.sh: New test
|
||||
* Console: Remove 'firewalled and fast' message, just say 'firewalled'
|
||||
* I2PTunnelRunner: Fix logging
|
||||
* Log: Fix level stuck at DEBUG when using public constructor
|
||||
* OutboundMessageRegistry: Cleanups
|
||||
* Stats: Restore pre-0.8.8 API to not create a new Rate if it does not
|
||||
exist in RateStat.getRate()
|
||||
* UPnP: Lower some log levels
|
||||
|
||||
2011-08-26 kytv
|
||||
* Debian: Bugfix: Avoid overwriting preseeded debconf values
|
||||
upon package installation (ticket #514).
|
||||
|
@ -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 = 1;
|
||||
public final static long BUILD = 2;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "";
|
||||
|
Reference in New Issue
Block a user