Skip to content

Commit

Permalink
bump -9
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzi2p committed Oct 28, 2023
1 parent 31bad7f commit 5ea16d9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions history.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2023-10-28 zzz
* i2ptunnel:
- Remove nonstandard Proxy-Connection headers (Gitlab #452)
- Fix gzip footer check in GunzipOutputStream (Gitlab #458)
* NetDB: Fix lifecycle issues for subsessions (Gitlab #460, #406)
- Don't create subdb for subsession and lose ref for primary subsession;
- Simplify CCR.getFNDF() to simply return the subdb or null; nothing else is necessary
- Do not unpublish LS from main db on session shutdown; not necessary, it is not in there

2023-10-25 zzz
* Console: Tweaks to advanced peers summary bar section

2023-10-24 zzz
* Netdb: Subdb lifecycle fixes (Gitlab #406)
- Disable RefreshRoutersJob for subdbs
Expand Down
2 changes: 1 addition & 1 deletion router/java/src/net/i2p/router/RouterVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class RouterVersion {
public final static String VERSION = CoreVersion.VERSION;
/** for example: "beta", "alpha", "rc" */
public final static String QUALIFIER = "";
public final static long BUILD = 8;
public final static long BUILD = 9;
/** for example "-test" */
public final static String EXTRA = "";
public final static String FULL_VERSION = VERSION + "-" + BUILD + QUALIFIER + EXTRA;
Expand Down

0 comments on commit 5ea16d9

Please sign in to comment.