Skip to content

Commit

Permalink
bump -4
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzi2p committed Jan 15, 2024
1 parent 39f1f82 commit 67f1593
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
17 changes: 14 additions & 3 deletions history.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
2024-01-15 zzz
* I2CP: Prevent loopback messages to same session (i2pd Github #2005, Gitlab MR !173)
* i2psnark: Bandwidth limiter improvements (Gitlab MR !164)

2024-01-14 zzz
* Data: Store compressed RI and LS in compressed form (Gitlab MR !171)
* i2ptunnel:
- Add utilities for keepalive (WIP) (Gitlab MR !166)
- Don't send HTML errors on CONNECT sockets (Gitlab MR !175)
* Transport: Remove SSU1 code from PacketHandler (Gitlab MR !174)

2024-01-10 zzz
* Console: Fix iframe size issues
* Susimail: Add markdown js for plain text content
* SSU2: Delay sending relay tag
* Console: Fix iframe size issues (Gitlab MR !160)
* Susimail: Add markdown js for plain text content (Gitlab MR !161)
* SSU2: Delay sending relay tag (Gitlab MR !169)

2024-01-08 zzz
* Transport: Ignore SSU1 enable config
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 = 3;
public final static long BUILD = 4;
/** for example "-test" */
public final static String EXTRA = "";
public final static String FULL_VERSION = VERSION + "-" + BUILD + QUALIFIER + EXTRA;
Expand Down

0 comments on commit 67f1593

Please sign in to comment.