mirror of
https://github.com/i2p/i2p.i2p.git
synced 2024-12-06 19:27:00 +01:00
bump for review
This commit is contained in:
+12
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user