From: Vsevolod Stakhov Date: Thu, 16 Feb 2017 11:04:43 +0000 (+0000) Subject: Release 1.4.4 X-Git-Tag: 1.4.4^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fheads%2Frspamd-1.4;p=thirdparty%2Frspamd.git Release 1.4.4 * [CritFix] Fix bad memory leak in TLS certificates validation * [Fix] Fix memory leak in HTTP maps * [Fix] Replies module: fix symbol weight * [Minor] Add missing macro * [Minor] Do not treat IDN urls as bad URLs * [Minor] Fix build with gcc 4.2 * [Minor] Fix cast * [Minor] One more definition missed on Linux Signed-off-by: Vsevolod Stakhov --- diff --git a/CMakeLists.txt b/CMakeLists.txt index f66884a93b..1dfc0fab08 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ ENABLE_LANGUAGE(ASM) SET(RSPAMD_VERSION_MAJOR 1) SET(RSPAMD_VERSION_MINOR 4) -SET(RSPAMD_VERSION_PATCH 3) +SET(RSPAMD_VERSION_PATCH 4) # Keep two digits all the time SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0) diff --git a/ChangeLog b/ChangeLog index 24371591f3..4891f6eb1e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +1.4.4: + * [CritFix] Fix bad memory leak in TLS certificates validation + * [Fix] Fix memory leak in HTTP maps + * [Fix] Replies module: fix symbol weight + * [Minor] Add missing macro + * [Minor] Do not treat IDN urls as bad URLs + * [Minor] Fix build with gcc 4.2 + * [Minor] Fix cast + * [Minor] One more definition missed on Linux + 1.4.3: * [CritFix] Backport PTR_ARRAY_FOREACH fix * [CritFix] Fix descriptors leak on reload