From f327a59fc0792eb715ae122b83280de0ac665f24 Mon Sep 17 00:00:00 2001 From: Ask Solem Date: Wed, 26 Oct 2011 16:57:43 +0100 Subject: [PATCH] Updates Changelog for 1.4.2 --- Changelog | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/Changelog b/Changelog index 732f76dd..790bee95 100644 --- a/Changelog +++ b/Changelog @@ -2,6 +2,34 @@ Change history ================ +.. _version-1.4.2: + +1.4.2 +===== +:release-date: 2011-10-26 05:00 P.M BST +:by: Ask Solem + +* Eventio: Polling should ignore `errno.EINTR` + +* SQS: str.encode did only start accepting kwargs after Py2.7. + +* simple_task_queue example didn't run correctly (Issue #72). + + Fix contributed by Stefan Eletzhofer. + +* Empty messages would not raise an exception not able to be handled + by `on_decode_error` (Issue #72) + + Fix contributed by Christophe Chauvet. + +* CouchDB: Properly authenticate if user/password set (Issue #70) + + Fix contributed by Rafael Duran Castaneda + +* BrokerConnection.Consumer had the wrong signature. + + Fix contributed by Pavel Skvazh + .. _version-1.4.1: 1.4.1