Go to file
Dirk Mueller 8585a2ff28 Accepting request 556904 from home:adamm:branches:devel:libraries:c_c++
- New upstream version 4.2.3
   * API change: previously ZMQ_POLLOUT on a ZMQ_ROUTER socket
     returned always true due to how the type works. When
     ZMQ_ROUTER_MANDATORY is set, sending fails when the peer is
     not available, but ZMQ_POLLOUT always returns true anyway,
     which does not make sense. Now when ZMQ_ROUTER_MANDATORY is
     set, ZMQ_POLLOUT on a ZMQ_ROUTER will return true only if
     at least one peer is available.
     Given ZMQ_POLLOUT with ZMQ_ROUTER was not usable at all
     previously, we do not consider this a breakage warranting a
     major or minor version increase.
   * ZMQ_IDENTITY has been renamed to ZMQ_ROUTING_ID and
     ZMQ_CONNECT_RID has been renamed to ZMQ_CONNTECT_ROUTING_ID
     to disambiguate. ZMQ_IDENTITY and ZMQ_CONNECT_RID are still
     available to keep backward compatibility, and will be
     removed in a future release after further advance notice.
   * DRAFT API change: zmq_poller_wait, zmq_poller_wait_all and
     zmq_poller_poll have been changed to be inline with other
     existing APIs that have a timeout to return EAGAIN instead
     of ETIMEDOUT as the errno value.
   * Existing non-DRAFT socket types ZMQ_REP/REQ, ZMQ_ROUTER/DEALER
     and ZMQPUB/SUB, that were previously declared deprecated, have
     been reinstated as stable and supported
   * Curve: all remaining traces of debug output to console are now
     removed, and new DRAFT events are available to properly debug
     CURVE, PLAIN, GSSAPI and ZAP events and failures.
   * for compelete changelog see
     https://github.com/zeromq/libzmq/releases/tag/v4.2.3
- drop remove_werror.patch: can now be disabled at configure time,
  if needed.

OBS-URL: https://build.opensuse.org/request/show/556904
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=62
2017-12-15 08:54:39 +00:00
.gitattributes Accepting request 85003 from network:messaging 2011-09-27 07:39:43 +00:00
.gitignore Accepting request 85003 from network:messaging 2011-09-27 07:39:43 +00:00
zeromq-4.2.3.tar.gz Accepting request 556904 from home:adamm:branches:devel:libraries:c_c++ 2017-12-15 08:54:39 +00:00
zeromq.changes Accepting request 556904 from home:adamm:branches:devel:libraries:c_c++ 2017-12-15 08:54:39 +00:00
zeromq.spec Accepting request 556904 from home:adamm:branches:devel:libraries:c_c++ 2017-12-15 08:54:39 +00:00