forked from I2P_Developers/i2p.i2p
dash sixteen
This commit is contained in:
10
history.txt
10
history.txt
@@ -1,3 +1,13 @@
|
||||
2012-06-18 zzz
|
||||
* i2psnark:
|
||||
- Improve torrent shutdown handling to maximize chance of
|
||||
announces getting to tracker
|
||||
- Thread task to open tunnel and improve UI feedback while open is pending
|
||||
- Clean up delete-torrent messages
|
||||
- Remove redundant shutdown hook
|
||||
- Avoid NPE in PEX message handling
|
||||
- Log tweaks
|
||||
|
||||
2012-06-15 zzz
|
||||
* I2PSocketEepGet: Use specified port
|
||||
* I2PTunnel:
|
||||
|
||||
@@ -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