Skip to content

Commit

Permalink
Merge pull request #785 from minrk/libzmq-4.1.2
Browse files Browse the repository at this point in the history
rollback bundled libzmq to 4.1.2
  • Loading branch information
minrk committed Jan 11, 2016
2 parents ae4590c + 99be015 commit 75916a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions buildutils/bundle.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
# Constants
#-----------------------------------------------------------------------------

bundled_version = (4,1,4)
bundled_version = (4,1,2)
libzmq = "zeromq-%i.%i.%i.tar.gz" % (bundled_version)
libzmq_url = "http://download.zeromq.org/" + libzmq
libzmq_checksum = "sha256:e99f44fde25c2e4cb84ce440f87ca7d3fe3271c2b8cfbc67d55e4de25e6fe378"
libzmq_checksum = "sha256:f9162ead6d68521e5154d871bac304f88857308bb02366b81bb588497a345927"

libsodium_version = (1,0,7)
libsodium = "libsodium-%i.%i.%i.tar.gz" % (libsodium_version)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This is a coarse summary of changes in pyzmq versions. For a real changelog, co
- 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.
- update bundled libraries: 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``
Expand Down

0 comments on commit 75916a0

Please sign in to comment.