forked from I2P_Developers/i2p.i2p
-5
This commit is contained in:
20
history.txt
20
history.txt
@ -1,3 +1,23 @@
|
|||||||
|
2011-07-06 zzz
|
||||||
|
* EepGet: Add method to add extra headers to request
|
||||||
|
* Floodfills: Increase again
|
||||||
|
* HTTP Proxy: Fix error on shutdown
|
||||||
|
* NamingService: Use HostsTxtNamingService if default fails to initialize
|
||||||
|
* Netdb: Catch exception on dup netdb entries
|
||||||
|
* Netdb exploration:
|
||||||
|
- Remove floodfills from dont-include list in exploration
|
||||||
|
DatabaseLookupMessage, as the dont-include-floodfills flag
|
||||||
|
has been supported since release 0.7.9.
|
||||||
|
This will make exploration work better, as there is room for
|
||||||
|
non-floodfills in the don't-include list now.
|
||||||
|
- Reduce min and max exploration intervals
|
||||||
|
- Explore aggressively at startup and if known routers is low
|
||||||
|
- Explore slowly if known routers is high
|
||||||
|
* PeerManager: Load profiles in separate thread to avoid slowing
|
||||||
|
down the context initAll()
|
||||||
|
* Tunnels: Use exploratory tunnels to help maintain a minimum number
|
||||||
|
of connected peers
|
||||||
|
|
||||||
2011-07-03 zzz
|
2011-07-03 zzz
|
||||||
* AppContext: Add hasWrapper() method
|
* AppContext: Add hasWrapper() method
|
||||||
* Shutdown:
|
* Shutdown:
|
||||||
|
@ -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 = 4;
|
public final static long BUILD = 5;
|
||||||
|
|
||||||
/** for example "-test" */
|
/** for example "-test" */
|
||||||
public final static String EXTRA = "";
|
public final static String EXTRA = "";
|
||||||
|
Reference in New Issue
Block a user