* [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>
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.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