From 1e8402cb9951f6447da42f054ea894b1c1cbee1c Mon Sep 17 00:00:00 2001 From: Steven Hiscocks Date: Sat, 3 May 2014 12:51:15 +0100 Subject: [PATCH] DOC: ChangeLog entry for Python 3.4.0 persistent "/dev/urandom" fix --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index bbe32054..d3101944 100644 --- a/ChangeLog +++ b/ChangeLog @@ -22,6 +22,8 @@ ver. 0.9.1 (2014/xx/xx) - better, faster, stronger * Nginx filter to support missing server_name. Closes gh-676 * fail2ban-regex assertion error caused by miscount missed lines with multiline regex + * Fix actions failing to execute for Python 3.4.0. Work around for + http://bugs.python.org/issue21207 - New features: