forked from I2P_Developers/i2p.i2p
-17
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2012-03-17 zzz
|
||||
* BuildHandler: Implement restart and shutdown to stop the thread
|
||||
* Jetty: Don't extract wars
|
||||
* FileUtil: Better logging of weird unpack200 errors
|
||||
* I2PTunnel: Make CLI-only methods private, and static where possible
|
||||
* Streaming: Scheduler cleanup
|
||||
|
||||
2012-03-16 zzz
|
||||
* FragmentHandler: Zero-copy read of unfragmented messages
|
||||
for speed and to reduce object churn
|
||||
|
@@ -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 = 16;
|
||||
public final static long BUILD = 17;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "";
|
||||
|
Reference in New Issue
Block a user