Skip to content

Commit

Permalink
bump -10
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzi2p committed Nov 2, 2023
1 parent 9d10369 commit 8622b2d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions history.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
2023-11-02 zzz
* NetDB: Enforce no RIs in subdbs (Gitlab #465)
- Throw IAE if attempting to store/publish RI to subdb
- Log warnings if attempting to lookup RI in subdb
- Revert changes to createPeerSelector()
- Revert peer selector changes in SearchJob and StoreJob
- Use common PeerSelector and KBucketSet for all dbs
- Revert/fix FloodfillVerifyStoreJob to looukp RIs in the main DB
- Don't start ExpireRoutersJob in subdbs
- Revert change in InboundMessageDistributor that was looking up RI in subdb
- Remove KNDF.isMainDb(), replace with !isClientDb()

2023-10-29 zzz
* Console: Netdb tab fixes and cleanup (Gitlab #465)

2023-10-28 zzz
* i2ptunnel:
- Remove nonstandard Proxy-Connection headers (Gitlab #452)
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 = 9;
public final static long BUILD = 10;
/** for example "-test" */
public final static String EXTRA = "";
public final static String FULL_VERSION = VERSION + "-" + BUILD + QUALIFIER + EXTRA;
Expand Down

0 comments on commit 8622b2d

Please sign in to comment.