Skip to content

Commit

Permalink
bump -5
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzi2p committed Feb 2, 2024
1 parent f2dc8ec commit 92a649d
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions history.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
2024-02-02 zzz
* i2ptunnel: Implement client-side persistence (Gitlab MR !176)
* susimail: Add support for HTML email (Gitlab MR !177)

2024-01-31 zzz
* CLI: Add sdns stamp decoder

2024-01-30 zzz
* Naming: Add .i2p.alt support
* Util: DoH server list update

2024-01-29 zzz
* Crypto:
- More efficient enum lookup by code
- Verify RSA sigs after signing
* i2psnark: Sanitize unicode LTR/RTL control chars
* Util: Add .alt to selfsigned cert alt names

2024-01-28 zzz
* Build: Update gradlew to 8.5 (Gitlab MR !180)

2024-01-27 zzz
* Console: Update RRD4J to 3.9 (Gitlab MR !178)
* Transport: Remove SSU1 code from EstablishmentManager (Gitlab MR !179)

2024-01-23 zzz
* i2ptunnel, susidns: Fix IDN decoding for newer codepoints

2024-01-22 zzz
* i2psnark: Add drag-and-drop for torrent files and links (Gitlab MR !165)
* susimail: Add drag-and-drop for attachments (Gitlab MR !171)

2024-01-15 zzz
* I2CP: Prevent loopback messages to same session (i2pd Github #2005, Gitlab MR !173)
* i2psnark: Bandwidth limiter improvements (Gitlab MR !164)
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 = 4;
public final static long BUILD = 5;
/** for example "-test" */
public final static String EXTRA = "";
public final static String FULL_VERSION = VERSION + "-" + BUILD + QUALIFIER + EXTRA;
Expand Down

0 comments on commit 92a649d

Please sign in to comment.