This commit is contained in:
zzz
2023-02-12 10:17:57 -05:00
parent 4a9ca43614
commit 6f80df48e0
2 changed files with 22 additions and 1 deletions

View File

@ -1,3 +1,24 @@
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)

View File

@ -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 = "";