From bd2d4488733b6aada8309c92a4de4a88cacfdb51 Mon Sep 17 00:00:00 2001 From: Min RK Date: Sat, 9 Jan 2016 23:21:03 +0100 Subject: [PATCH] 15.2 changelog --- docs/source/changelog.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index da09cd187..0b411a859 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -9,6 +9,17 @@ Changes in PyZMQ This is a coarse summary of changes in pyzmq versions. For a real changelog, consult the `git log `_ +15.2 +==== + +- FIX: handle multiple events in a single register call in :mod:`zmq.asyncio` +- FIX: unicode/bytes bug in password prompt in :mod:`zmq.ssh` on Python 3 +- FIX: workaround gevent monkeypatches in garbage collection thread +- update bundled libraries: libzmq-4.1.4, libsodium-1.0.7, minitornado from tornado-4.3. +- improved inspection by setting ``binding=True`` in cython compile options +- add asyncio Authenticator implementation in :mod:`zmq.auth.asyncio` +- workaround overflow bug in libzmq preventing receiving messages larger than ``MAX_INT`` + 15.1 ====