Revision history for Perl module POEx-ZMQ
0.001001 2014-07-31
- Issue warnings when buffering on EFSM
- More Constants.pm fixes/cleanups
0.000_006 2014-07-30
- Add max_queue_size / max_queue_action
- Test TCP transport
- Fix constant optimization for maybe-POSIX constants
0.000_005 2014-07-27
- Provide ->zmq_version method on POEx::ZMQ::Socket objs
- BAIL_OUT on some other possible linker failures
- Don't bother trying to clean up sockets & contexts properly if in GD
0.000_004 2014-07-27
- Fix dep list
- Requeue on EFSM
(Still need proper internal queue management.)
0.000_003 2014-07-27
- Provide POEx::ZMQ->socket() constructor shortcut
- Prefer libzmq.so.3 over libzmq.so
(Might be reverted. I'm running into systems with libzmq.so pointing to
ZMQ2 and libzmq.so.3 available.)
- Various test expansion/fixes
- Really fix bad-version BAIL_OUT. ... I think.
- MetaNoIndex for tools/
0.000_002 2014-07-26
- Set ZMQ_LINGER to 0 during ->stop
- BAIL_OUT of test suite if libzmq is too old
0.000_001 2014-07-26
- Initial development release