forked from I2P_Developers/i2p.i2p
-26
This commit is contained in:
12
history.txt
12
history.txt
@ -1,3 +1,15 @@
|
||||
2011-10-06 zzz
|
||||
* RepublishLeaseSetJob:
|
||||
- Out-of-order JobQueue 3nd try to fix
|
||||
- Lower timeouts
|
||||
* Reseed:
|
||||
- Update host lists
|
||||
- Switch back to https by default
|
||||
* Throttle: Increase max message delay
|
||||
* Transport:
|
||||
- Add per-style send processing time stat
|
||||
- Increase default SSU conn limit
|
||||
|
||||
2011-10-05 zzz
|
||||
* Streaming: Fix build
|
||||
* UDP: Catch address without key sooner
|
||||
|
@ -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 = 25;
|
||||
public final static long BUILD = 26;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "-rc";
|
||||
|
Reference in New Issue
Block a user