All releases tagged Minor


Release Notes: This is a bugfix release. Several important bugs were fixed, including memory leaking when a client incorrectly closes a connection. Socket shutdown from a client is handled in the right way. Events are now properly configured and added in several places. It is now possible to specify "max_size" for the regexp module to limit regexp checks. The "max_tokens" option was also added to the statistics module to limit checks of very long messages. The "max_tasks" option is now available for workers to limit tasks per worker value. A sample configuration file was updated according to the changes.