2011-12-06 10:36:05 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Dec 5 13:14:57 UTC 2011 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Cleaned up spec file formatting
|
|
|
|
- Added python3 subpackage
|
|
|
|
|
2011-09-27 09:26:50 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 26 12:38:30 UTC 2011 - cfarrell@suse.com
|
|
|
|
|
|
|
|
- license update: LGPL-3.0+
|
|
|
|
LGPL is not a recognized license
|
|
|
|
|
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).
|
|
|
|
|