Skip to content

Commit

Permalink
bump for review
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzi2p committed Apr 5, 2024
1 parent 64aa641 commit bbf1e41
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 @@
2024-04-05 zzz
* Susimail: Fix truncation of quoted-printable encoded attachments
* Translation updates

2024-04-04 zzz
* Susimail:
- Only parse mail headers once
- Fix initialization of textarea height
- Fix 413 error forwarding email with attachments
- Fix forwarding email with attachments lacking specified encoding
- Fix forwarding html-only email

2024-03-26 zzz
* NetDB: Store message handling changes
* Transports: Incoming connection checks
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 = "rc";
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 bbf1e41

Please sign in to comment.