aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2015-10-23 13:23:18 +0200
committerAndrew Lewis <nerf@judo.za.org>2015-10-23 13:23:18 +0200
commitea7c6f313ffce3544062ff8c369963a0a7d2d29a (patch)
tree2f6a095c1c2028f2626caf89ec1502064bf8c9de /ChangeLog
parent00f687383ae2ea5f3e39840989541e4704887f01 (diff)
downloadrspamd-ea7c6f313ffce3544062ff8c369963a0a7d2d29a.tar.gz
rspamd-ea7c6f313ffce3544062ff8c369963a0a7d2d29a.zip
Update ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c944c01d0..5cf602679 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+1.0.7:
+ * Plugged memory leaks in internet address object & html parser
+ * Fixed static build
+ * Fixed multiple sigchld processing
+ * Fixed deletion of signal events after event processing loop
+ * Fixed build on ARM (#404 - reported by @Gottox)
+ * Fixed setting the default mask for SPF.
+ * Fixed sanitisation of HTTP query values
+ * Fixed parsing of the last header in encrypted HTTP messages
+ * Additions and fixes for test suite & benchmarks
+ * Added openssl aes-256-gcm support to libcryptobox & HTTP server
+ * Implemented support for starting multiple HTTP servers
+ * Implemented batch accept in HTTP server
+ * Added module to get data from HTTP headers (#285 - reported by @msimerson)
+ * Added `rspamadm control` command
+ * Added ability to sort counters output.
+ * Added ability to specify custom headers for rspamc client
+ * Updated libucl
+
1.0.6:
* Fix build on i386
* Update CentOS7 service file patch (by @fatalbanana)