[zeromq-dev] libzapi 1.3.0 released

Pieter Hintjens ph at imatix.com
Fri Apr 8 14:41:49 CEST 2011


Hi all,

I'm happy to announce the release of libzapi 1.3.0, the high-level 0MQ
binding for C applications.

All downloads and documentation is at http://libzapi.zeromq.org.

The release notes follow.

-Pieter Hintjens


libzapi version 1.3.0 (beta), released on 2011/04/08
====================================================

Changes
-------

* Ported to win32, all selftests pass successfully.

* New zsockopt class provides API to set/get socket options.

* New zsocket class provides API to connect and bind sockets using
  printf semantics to format endpoints.

* Threading API now supports detached and attached threads via zthread
  class, and zthread_new and zthread_fork methods.

* Pipes to attached threads have HWM of 1 (each side) to block runaway
  writers.

* In zframe class, added print, reset, strdup, streq, strhex, dup methods.

* In zmsg class, added last, wrap, unwrap, popstr, pushstr, addstr, dup
  methods.

* In zclock class, added log method.

* In zstr class, added sendm and recv_nowait methods.

* Added Valgrind suppression file for libzmq.

Bug Fixes
---------

* Fixed error in thread pipe handling which sometimes provoked libzmq
  assertion failure at shutdown.



More information about the zeromq-dev mailing list