forked from I2P_Developers/i2p.i2p
-12
This commit is contained in:
14
history.txt
14
history.txt
@@ -1,3 +1,17 @@
|
||||
2010-11-27 zzz
|
||||
* Build:
|
||||
- Add man pages to package
|
||||
- New updaterWithJavadoc target
|
||||
* configstats.jsp: Fix NPE
|
||||
* Console:
|
||||
- Linkify "plugin installed and started" message
|
||||
- Add link to javadocs if installed
|
||||
* i2psnark:
|
||||
- Drop queued outbound requests when choked
|
||||
- Redo some data structures and locking to hopefully prevent deadlock
|
||||
- Memory reduction part 3: Return partial pieces to PeerCoordinator when choked
|
||||
* Streaming: Fix race NPE at stream close
|
||||
|
||||
2010-11-27 sponge
|
||||
* Plugin: ticket 336 fix NPE
|
||||
|
||||
|
||||
@@ -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 = 11;
|
||||
public final static long BUILD = 12;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "";
|
||||
|
||||
Reference in New Issue
Block a user