diff --git a/changes.md b/changes.md index 7a61adf558..23244259fc 100644 --- a/changes.md +++ b/changes.md @@ -1,14 +1,14 @@ Changes log =========== -- 2.5.0 (??-11-2024) +- 2.5.0 (27-12-2024) - Security - Spring Framework before 6.0.0 suffers from a potential remote code execution (RCE) issue if used for Java deserialization of untrusted data. Depending on how the library is implemented within a product, this issue may or not occur, and authentication may be required. Restlet Framework isn't able to upgrade to Spring Framewortk version 6.0 due to its requirement to use Java 8. If you are running Java 17+, please override the Spring dependency in your POM to version 6.0+ - Bugs fixed - - Fixed serialization issues in the GWT edition between client and servver sides. + - Fixed serialization issues in the GWT edition between client and server sides. - Misc - Deprecated JDBC, POP, POPS, SMTP, SMTPS protocol constants and SmtpPlainHelper for upcoming removal as the JavaMail extension is no more and added other missing code deprecations.