From 4a0e42856341e73412f998f50f1bfea98ed59cee Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Sun, 29 Dec 2013 07:11:57 +0000 Subject: [PATCH] DOC: change log for asynchat.push change --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 127044d8..f3d2839f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -29,6 +29,8 @@ ver. 0.8.12 (2013/12/XX) - things-can-only-get-better - Fix firewall-cmd actioncheck - patch from Adam Tkac. Redhat Bug #979622 - Fix apache-common for apache-2.4 log file format. Thanks Mark White. Closes gh-516 + - Asynchat changed to use push method which verifys whether all data was + send. This ensures that all data is sent before closing the connection. - Enhancements: - added firewallcmd-ipset action