diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-02-16 11:04:43 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-02-16 11:04:43 +0000 |
commit | d3a816200ae9e0d07f91bbdc1c84f9b9f77ed382 (patch) | |
tree | c4c790cca409c2703172c66a9426ae9a9ce81df7 | |
parent | f8b9cf048ff2cc0015ee83e65dd83b2d30c35a97 (diff) | |
download | rspamd-1.4.4.tar.gz rspamd-1.4.4.zip |
Release 1.4.41.4.4rspamd-1.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 <vsevolod@highsecure.ru>
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | ChangeLog | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f66884a93..1dfc0fab0 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) @@ -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 |