File tree 2 files changed +13
-1
lines changed
router/java/src/net/i2p/router
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
13
2024-03-26 zzz
2
14
* NetDB: Store message handling changes
3
15
* Transports: Incoming connection checks
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ public class RouterVersion {
20
20
public final static String VERSION = CoreVersion .VERSION ;
21
21
/** for example: "beta", "alpha", "rc" */
22
22
public final static String QUALIFIER = "rc" ;
23
- public final static long BUILD = 8 ;
23
+ public final static long BUILD = 9 ;
24
24
/** for example "-test" */
25
25
public final static String EXTRA = "" ;
26
26
public final static String FULL_VERSION = VERSION + "-" + BUILD + QUALIFIER + EXTRA ;
You can’t perform that action at this time.
0 commit comments