You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[#526](https://github.com/bbottema/simple-java-mail/pull/526): When reading .msg files the RTF converted to HTML is garbled in some cases where the appropriate charset is not detected properly
33
+
- v8.11.1 (28-May-2024): [#529](https://github.com/bbottema/simple-java-mail/pull/529): Bump smtp-connection-pool from 2.3.2 to 2.3.3 which improves performance and fixes a rare ConcurrentModificationException
34
+
- v8.11.1 (28-May-2024): [#527](https://github.com/bbottema/simple-java-mail/pull/527): Bump org.slf4j:slf4j-api from 2.0.9 to 2.0.13
35
+
- v8.11.1 (28-May-2024): [#523](https://github.com/bbottema/simple-java-mail/pull/523): Bump org.jacoco:jacoco-maven-plugin from 0.8.5 to 0.8.12
36
+
- v8.11.0 (25-May-2024): [#526](https://github.com/bbottema/simple-java-mail/pull/526): When reading .msg files the RTF converted to HTML is garbled in some cases where the appropriate charset is not detected properly
34
37
35
-
NOTE: this release contains many (minor) dependency updates to resolve CVE issues, including:
38
+
NOTE: v8.11.0 contains many (minor) dependency updates to resolve CVE issues, including:
36
39
- parent POM upgrade: Upgrades test dependencies as well as SLF4J versions
Copy file name to clipboardExpand all lines: RELEASE.txt
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,14 @@ https://www.simplejavamail.org
8
8
9
9
v8.11.0 (25-May-2024)
10
10
11
-
- #526: When reading .msg files the RTF converted to HTML is garbled in some cases where the appropriate charset is not detected properly
11
+
v8.11.0 - v8.11.1
12
12
13
-
NOTE: this release contains many (minor) dependency updates to resolve CVE issues, including:
13
+
- v8.11.1 (28-May-2024): #529: Bump smtp-connection-pool from 2.3.2 to 2.3.3 which improves performance and fixes a rare ConcurrentModificationException
14
+
- v8.11.1 (28-May-2024): #527: Bump org.slf4j:slf4j-api from 2.0.9 to 2.0.13
15
+
- v8.11.1 (28-May-2024): #523: Bump org.jacoco:jacoco-maven-plugin from 0.8.5 to 0.8.12
16
+
- v8.11.0 (25-May-2024): #526: When reading .msg files the RTF converted to HTML is garbled in some cases where the appropriate charset is not detected properly
17
+
18
+
NOTE: v8.11.0 contains many (minor) dependency updates to resolve CVE issues, including:
14
19
- parent POM upgrade: Upgrades test dependencies as well as SLF4J versions
0 commit comments