This commit is contained in:
zzz
2011-08-28 19:05:06 +00:00
parent 5b11418209
commit f8df357134
2 changed files with 11 additions and 1 deletions

View File

@ -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 2011-08-26 kytv
* Debian: Bugfix: Avoid overwriting preseeded debconf values * Debian: Bugfix: Avoid overwriting preseeded debconf values
upon package installation (ticket #514). upon package installation (ticket #514).

View File

@ -18,7 +18,7 @@ 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 = 1; public final static long BUILD = 2;
/** for example "-test" */ /** for example "-test" */
public final static String EXTRA = ""; public final static String EXTRA = "";