-12
This commit is contained in:
15
history.txt
15
history.txt
@ -1,3 +1,18 @@
|
|||||||
|
2009-12-26 zzz
|
||||||
|
* Console:
|
||||||
|
- Tag the rest of logs.jsp
|
||||||
|
* Tunnels, Transports:
|
||||||
|
- Lots of code to detect improper reuse of cached objects
|
||||||
|
after release
|
||||||
|
- Prevent release of TunnelDataMessage cached ByteArray,
|
||||||
|
as it may be reused if retried in another transport;
|
||||||
|
a nasty bug causing corrupt messages
|
||||||
|
- Prevent race with released resources in UDP OutboundMessageState;
|
||||||
|
a nasty bug causing corrupt messages
|
||||||
|
- More cleanups and comments
|
||||||
|
* UDP: Bid lower than NTCP when we need introducers and don't
|
||||||
|
have enough
|
||||||
|
|
||||||
2009-12-22 zzz
|
2009-12-22 zzz
|
||||||
* Tunnels:
|
* Tunnels:
|
||||||
- Do RED dropping before the IBGW fragmenter, not after
|
- Do RED dropping before the IBGW fragmenter, not after
|
||||||
|
@ -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 = 11;
|
public finaj static long BUILD = 12;
|
||||||
/** for example "-test" */
|
/** for example "-test" */
|
||||||
public final static String EXTRA = "";
|
public final static String EXTRA = "";
|
||||||
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;
|
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;
|
||||||
|
Reference in New Issue
Block a user