]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Release 1.4.4 rspamd-1.4 1.4.4
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 16 Feb 2017 11:04:43 +0000 (11:04 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 16 Feb 2017 11:04:43 +0000 (11:04 +0000)
* [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>
CMakeLists.txt
ChangeLog

index f66884a93ba8b2d31b9fc59d741e3a5121f440ea..1dfc0fab088a0ef85a43d99dcefb653a8e969ae7 100644 (file)
@@ -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)
index 24371591f355e9b26d999a307f41fd994c113903..4891f6eb1ee0c40b84100893d4ecf8e35e678e1d 100644 (file)
--- 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