forked from I2P_Developers/i2p.i2p
dash six
This commit is contained in:
14
history.txt
14
history.txt
@ -1,3 +1,17 @@
|
||||
2012-08-11 zzz
|
||||
* DataHelper: toString(byte[]) cleanup
|
||||
* i2psnark:
|
||||
- Fix DHT nodes not being saved at shutdown
|
||||
* RouterContext: Make the contexts list concurrent
|
||||
* SSLEepGet: Don't throw UOE in TrustManager
|
||||
* SSU MTU (ticket #682):
|
||||
- Use local MTU detection
|
||||
- i2np.udp.mtu now sets max MTU, not initial MTU
|
||||
- Put local MTU in netDb
|
||||
- Fix receive MTU calculations
|
||||
- Track remote MTU based on actual received packet size
|
||||
- Display local MTU on peers page
|
||||
|
||||
2012-08-10 kytv
|
||||
* German and Greek translation updates from Transifex
|
||||
|
||||
|
@ -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 = 5;
|
||||
public final static long BUILD = 6;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "";
|
||||
|
Reference in New Issue
Block a user