I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Unverified Commit 6f80df48 authored by zzz's avatar zzz
Browse files

bump -8

parent 4a9ca436
No related branches found
No related tags found
No related merge requests found
2023-02-12 zzz
* NetDB:
- Don't create profile unless peer is reachable
- Store handler updates
* Profiles: Limit storage and memory usage
2023-02-11 zzz
* NetDB:
- Expiration tweaks
- Increase flood thottle time
2023-02-10 zzz
* Router: Tighten skew calculation window
2023-02-09 zzz
* DTG: Support notification disable/enable in non-router context
* NetDB:
- Don't lookup before dropping after shutdown initiated
- Improve efficiency of ExpireRoutersJob
* Profiles: Don't delete old profiles from disk until 90m uptime
2023-02-08 zzz
* Console:
- Add routing key to router infos (advanced)
......
......@@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Git";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 7;
public final static long BUILD = 8;
/** for example "-test" */
public final static String EXTRA = "";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment