forked from I2P_Developers/i2p.i2p
javadoc fix, bump
This commit is contained in:
@ -155,7 +155,7 @@ public class ConfigServiceHandler extends FormHandler {
|
||||
|
||||
/**
|
||||
* Register a handler for signals,
|
||||
* so we can handle HUP from the wrapper (non-Windows only, wrapper 3.2.0 or higher)
|
||||
* so we can handle HUP from the wrapper (wrapper 3.2.0 or higher)
|
||||
*
|
||||
* @since 0.8.13
|
||||
*/
|
||||
|
10
history.txt
10
history.txt
@ -1,3 +1,13 @@
|
||||
2015-12-20 zzz
|
||||
* BuildHandler: Additional fixes (ticket #1738)
|
||||
* CertUtil: Add methods to export private keys
|
||||
* Console: Sybil tool enhancementsrivate keys
|
||||
* Transports:
|
||||
- Disconnect faster when first message is a
|
||||
tunnel build request which we reject
|
||||
- Display SSU sent/received messages, not packets,
|
||||
on /peers to be consistent with NTCP
|
||||
|
||||
2015-12-18 zzz
|
||||
* BuildHandler: Fix NPE (ticket #1738)
|
||||
|
||||
|
@ -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 = 15;
|
||||
public final static long BUILD = 16;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "";
|
||||
|
Reference in New Issue
Block a user