2011-08-19 14:37:23 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 19 12:15:10 UTC 2011 - saschpe@suse.de
|
|
|
|
|
|
|
|
- Update to version 2.1.7:
|
|
|
|
* Added proper GIL management for non-copying send
|
|
|
|
* Implemented support for zmq_errno().
|
|
|
|
* Added Socket.create_socket()
|
|
|
|
* Fixed setup.py to work with libzmq.dll on Window
|
|
|
|
* The flags argument to Socket.send/Socket.recv must be a C int
|
|
|
|
to prevent Python-C API calls in the nogil section.
|
|
|
|
* Added a protocol argument to pyobj_send that defaults to -1 (the
|
|
|
|
highest pickle protocol).
|
|
|
|
* Added a try/finally in Socket.recv.
|
|
|
|
|
2010-12-12 17:46:02 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Dec 12 15:40:57 UTC 2010 - saschpe@gmx.de
|
|
|
|
|
|
|
|
- Re-generated with py2pack
|
|
|
|
* now builds for all RPM-based distros
|
|
|
|
|
2010-12-01 17:11:35 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 1 15:32:35 UTC 2010 - saschpe@suse.de
|
|
|
|
|
|
|
|
- Initial version (2.0.10).
|
|
|
|
|