From a2ccac31aeb2c9ae130df369992a5a73d3138474 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Spasi=C4=87?= Date: Mon, 1 Oct 2018 10:53:13 +0200 Subject: [PATCH] Jodd v5.0.5 release --- CHANGELOG.md | 7 ++++++- build.gradle | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29d5aa23d..af2c212cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,14 +2,19 @@ All notable changes to Jodd project are documented here. -## [n/a](https://github.com/oblac/jodd/compare/v5.0.4...master) +## [n/a](https://github.com/oblac/jodd/compare/v5.0.5...master) (work in progress :) +## [5.0.5](https://github.com/oblac/jodd/compare/v5.0.4...v5.0.5) + +Just refreshing with some bug fixes and few new features. + ### Bug fixes + **json** - fixed particular case with lazy parsing and escaped chars. + **mail** - fixed special case with 1 body and 1 attachment. ++ **core** - fixed Zip slip vulnerability. ### New Features diff --git a/build.gradle b/build.gradle index 3c5dc580b..14a5b9147 100644 --- a/build.gradle +++ b/build.gradle @@ -33,8 +33,8 @@ description = ''' simple, but not simpler. ''' -version = '5.0.5-' + date() -//version = '5.0.4' +//version = '5.0.6-' + date() +version = '5.0.5' // --- properties -------------------------------------------------------------