summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2017-02-16 11:04:43 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2017-02-16 11:04:43 +0000
commitd3a816200ae9e0d07f91bbdc1c84f9b9f77ed382 (patch)
treec4c790cca409c2703172c66a9426ae9a9ce81df7
parentf8b9cf048ff2cc0015ee83e65dd83b2d30c35a97 (diff)
downloadrspamd-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.txt2
-rw-r--r--ChangeLog10
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)
diff --git a/ChangeLog b/ChangeLog
index 24371591f..4891f6eb1 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