This commit is contained in:
zzz
2011-10-29 13:23:30 +00:00
parent 223de5606e
commit a9698dd89e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2011-10-29 zzz
* BuildHandler: Add router.buildHandlerThreads config setting
* ProfileOrganizer: Reduce min expire time
* SSU: Limit max peers to use as introducers
2011-10-28 zzz
* BuildHandler: Move inbound request handling to its own thread(s)
(ticket #542, see also http://zzz.i2p/topics/996)

View File

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