forked from I2P_Developers/i2p.i2p
-20
This commit is contained in:
15
history.txt
15
history.txt
@@ -1,3 +1,18 @@
|
|||||||
|
2011-09-20 zzz
|
||||||
|
* Crypto: Comment out some main()
|
||||||
|
* ClientMessage: Remove unused MessageReceptionInfo
|
||||||
|
* i2psnark: File allocation cleanup to use less heap
|
||||||
|
* i2ptunnel HTTPResponseOutputStream:
|
||||||
|
- Use reusable gunzipper and a larger pipe for efficiency
|
||||||
|
- Close output stream in StreamForwarder to prevent lost data,
|
||||||
|
existing bug but made worse by larger pipe
|
||||||
|
* I2PTunnelHTTPServer: Don't compress small responses or images
|
||||||
|
* I2PTunnel, NTCP: Catch unchecked exceptions from GNU NIO (ticket # 519)
|
||||||
|
* JobQueue, RepublishLeaseSetJob, StartExplorerJob:
|
||||||
|
Out-of-order JobQueue 2nd try to fix
|
||||||
|
* NetDB: Limit max explore queue
|
||||||
|
* RouterContext: Remove unused MessageStateMonitor
|
||||||
|
|
||||||
2011-09-18 kytv
|
2011-09-18 kytv
|
||||||
* Add OpenBSD & NetBSD to NBI and CPUID
|
* Add OpenBSD & NetBSD to NBI and CPUID
|
||||||
|
|
||||||
|
@@ -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 = 19;
|
public final static long BUILD = 20;
|
||||||
|
|
||||||
/** for example "-test" */
|
/** for example "-test" */
|
||||||
public final static String EXTRA = "";
|
public final static String EXTRA = "";
|
||||||
|
Reference in New Issue
Block a user