-7
This commit is contained in:
12
history.txt
12
history.txt
@ -1,9 +1,19 @@
|
|||||||
|
2009-05-26 zzz
|
||||||
|
* Console:
|
||||||
|
- configlogging.jsp cleanup
|
||||||
|
- Flags tweak
|
||||||
|
* NetDb:
|
||||||
|
- Don't send our own hash in the don't-include list when exploring
|
||||||
|
- Remove any pending write when removing a RouterInfo
|
||||||
|
- Cleanup to use routerHash()
|
||||||
|
* Streaming: Hopefuly fix infinite loop in the SYN queue handler
|
||||||
|
|
||||||
2009-05-25 zzz
|
2009-05-25 zzz
|
||||||
* GeoIP:
|
* GeoIP:
|
||||||
- Save our own location in the config
|
- Save our own location in the config
|
||||||
- Check whole netDb at startup (last try didn't work)
|
- Check whole netDb at startup (last try didn't work)
|
||||||
* NTCP:
|
* NTCP:
|
||||||
- Increasse routerinfo send frequency to every 90m (was 9h)
|
- Increase routerinfo send frequency to every 90m (was 9h)
|
||||||
- Don't send 3 floodfill infos at startup or with routerinfo
|
- Don't send 3 floodfill infos at startup or with routerinfo
|
||||||
* Profile Organizer: Increase min fast peers based on
|
* Profile Organizer: Increase min fast peers based on
|
||||||
number of local destinations
|
number of local destinations
|
||||||
|
@ -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 = 6;
|
public final static long BUILD = 7;
|
||||||
/** for example "-test" */
|
/** for example "-test" */
|
||||||
public final static String EXTRA = "";
|
public final static String EXTRA = "";
|
||||||
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;
|
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;
|
||||||
|
Reference in New Issue
Block a user