Skip to content

Commit bbf1e41

Browse files
committed
bump for review
1 parent 64aa641 commit bbf1e41

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

history.txt

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2024-04-05 zzz
2+
* Susimail: Fix truncation of quoted-printable encoded attachments
3+
* Translation updates
4+
5+
2024-04-04 zzz
6+
* Susimail:
7+
- Only parse mail headers once
8+
- Fix initialization of textarea height
9+
- Fix 413 error forwarding email with attachments
10+
- Fix forwarding email with attachments lacking specified encoding
11+
- Fix forwarding html-only email
12+
113
2024-03-26 zzz
214
* NetDB: Store message handling changes
315
* Transports: Incoming connection checks

router/java/src/net/i2p/router/RouterVersion.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class RouterVersion {
2020
public final static String VERSION = CoreVersion.VERSION;
2121
/** for example: "beta", "alpha", "rc" */
2222
public final static String QUALIFIER = "rc";
23-
public final static long BUILD = 8;
23+
public final static long BUILD = 9;
2424
/** for example "-test" */
2525
public final static String EXTRA = "";
2626
public final static String FULL_VERSION = VERSION + "-" + BUILD + QUALIFIER + EXTRA;

0 commit comments

Comments
 (0)