Changelog for
libczmq4-4.1.0-17.3.x86_64.rpm :
Tue Jan 2 13:00:00 2018 adam.majerAATTsuse.de
- Update to 4.1.0
* New STABLE APIs have been added to wrap new libzmq context
options:
+ zsys_set_thread_sched_policy
+ zsys_set_thread_priority
* See https://github.com/zeromq/czmq/releases/tag/v4.1.0
for complete changelog.
- Remove patches now in upstream sources:
* 0000-gcc7-b651cb47.patch
* 0001-gcc7-41866333e.patch
Mon Jun 5 14:00:00 2017 mvyskocilAATTopensuse.org
- Fix a build with gcc7
- Add:
* 0000-gcc7-b651cb47.patch
* 0001-gcc7-41866333e.patch
Sat Dec 31 13:00:00 2016 adam.majerAATTsuse.de
- Update to 4.0.2
* Fixed DRAFT zsock_new_
*_checked symbols leak
* Fixed zsock options could be available at build time but
not at runtime. Added runtime check, an error will
be printed if the option is not available.
* Fixed improved compatibility with Solaris/Illumos
* Fixed memory leak when message send fails in internal usage
- Update to 4.0.1
* Version 4.0.0 introduced the DRAFT mechanism, but it had a
flaw: the internally defined DRAFT symbols were leaking as
global in the shared library. This meant that although the API
was stable, the ABI could in some cases not be. This has now
been fixed using compiler\'s visibility attribute to avoid this
problem.
Sat Nov 5 13:00:00 2016 jengelhAATTinai.de
- Update descriptions
Sat Nov 5 13:00:00 2016 mvyskocilAATTopensuse.org
- Update to 4.0.0
* v4.0.0 breaks API and ABI compatibility with v3.0.2.
The ABI version has been bumped to 4.
* The v2 API, which have been declared DEPRECATED in v3.0.0
released on 2014/10/15, have now been declared RETIRED
and removed from this release. The following classes are gone:
zauth_v2, use zauth
zbeacon_v2, use zbeacon
zctx, use zsock
zmonitor_v2, use zmonitor
zmutex
zproxy_v2, use zproxy
zsocket, use zsock
zsockopt, use zsock
zthread, use zactor
* see NEWS file for more details
Wed Oct 12 14:00:00 2016 mvyskocilAATTopensuse.org
- add 0001-readdir_r-deprecated.patch to fix a build in Tumbleweed
Tue Jul 7 14:00:00 2015 mvyskocilAATTopensuse.org
- Do not install makecert to workaround the conflict between
czmq and mono-devel
Tue Jul 7 14:00:00 2015 mvyskocilAATTopensuse.org
- Correct License tag to MPL-2.0
Thu Jul 2 14:00:00 2015 mvyskocilAATTopensuse.org
- Update to 3.0.2
* https://github.com/zeromq/czmq/issues/1021
Mon Jun 8 14:00:00 2015 mvyskocilAATTopensuse.org
- Update to 3.0.1
* New zsock class that works without contexts, and has smart
constructors (create and connect/bind in one step).
* New zactor class for multithreaded development, evolved from
old zthread attached threads.
* New zgossip discovery service.
* New zrex class for regular expressions.
* New process management functions in zsys.
- These V2 classes are deprecated:
* zauth (rewritten as actor)
* zbeacon (rewritten as actor)
* zctx (deprecated)
* zmonitor (rewritten as actor)
* zmutex (deprecated)
* zproxy (rewritten as actor)
* zsocket (deprecated by zsock)
* zsockopt (deprecated by zsock_option)
* zthread (deprecated by zactor)
Tue Jan 27 13:00:00 2015 mvyskocilAATTopensuse.org
- Update to 3.0.0~git.1422214591.ab92619, bugfixes
Fri Jan 16 13:00:00 2015 jengelhAATTinai.de
- Request xz package for rpm, since source is xz archive.
Thu Jan 8 13:00:00 2015 mvyskocilAATTopensuse.org
- Need libzmq >= 4.2, needed for malamute broker
Thu Jan 8 13:00:00 2015 mvyskocilAATTopensuse.org
- Update to czmq-3.0.0~git.1420493785.71863a3
* add zlistx/zhashx to provide better API than existing zlist/shash
* czmq_selftest is no longer installed
* remove internal usage of deprecated zsocket
* regenerates zgossip engine/codec using latest zproto
* speedup of zsock_send/recv
* add move NULL checks, memory leak fixes and so
Tue Nov 4 13:00:00 2014 mvyskocilAATTopensuse.org
- Update to czmq-3.0.0~git.1415022110.59a4f16
* add zclock_usecs at least
Thu Oct 16 14:00:00 2014 mvyskocilAATTopensuse.org
- Update to rc version of 3.0.0 3.0.0~git.1413364181.4d79b31
Thu Sep 18 14:00:00 2014 mvyskocilAATTopensuse.org
- Initial packaging of czmq for openSUSE