zeromq/zeromq.changes

71 lines
3.0 KiB
Plaintext

-------------------------------------------------------------------
Wed Aug 24 14:17:26 UTC 2011 - mrueckert@suse.de
- make sure the compiler commandlines are shown (V=1)
- make it build on sle11 again. we dont have pkg-config provides
there
-------------------------------------------------------------------
Fri Aug 19 12:28:04 UTC 2011 - saschpe@suse.de
- Use %makeinstall marcro instead of %make_install to fix build
on Mandriva and Fedora
-------------------------------------------------------------------
Fri Aug 19 12:07:40 UTC 2011 - saschpe@suse.de
- Add libuuid-devel to RedHat BuildRequires to fix build
-------------------------------------------------------------------
Fri Aug 19 10:50:02 UTC 2011 - saschpe@suse.de
- Update to version 2.1.7:
* Fixed issue 188, assert when closing socket that had unread multipart
data still on it (affected PULL, SUB, ROUTER, and DEALER sockets).
* Fixed issue 191, message atomicity issue with PUB sockets (an old issue).
* Fixed issue 199 (affected ROUTER/XREP sockets, an old issue).
* Fixed issue 206, assertion failure in zmq.cpp:223, affected all sockets
(bug was introduced in 2.1.6 as part of message validity checking).
* Fixed issue 211, REP socket asserted if sent malformed envelope (old issue
due to abuse of assertions for error checking).
* Fixed issue 212, reconnect failing after resume from sleep on Windows
(due to not handling WSAENETDOWN).
* Properly handle WSAENETUNREACH on Windows (e.g. if client connects
before server binds).
* Fixed memory leak with threads on Windows.
- Changes from previous releases:
* See https://raw.github.com/zeromq/zeromq2-1/master/NEWS
- Run spec-cleaner, added proper spec license header, shorter file lists
- Split out documentation package
-------------------------------------------------------------------
Wed Dec 1 15:24:02 UTC 2010 - mrueckert@suse.de
- update to version 2.0.10
* Upgrade OpenPGM to 2.1.28~dfsg (Martin Lucina)
* Added a ZMQ_VERSION macro to zmq.h for compile-time API version
detection (Martin Sustrik, Gonzalo Diethelm, Martin Lucina)
* Fix memory leak under Windows (Taras Shpot)
* Makefile.am: Add missing files to distribution, improve
maintainer-clean (Martin Lucina)
* Add support for RHEL6 in the spec file (Sebastian Otaegui)
* configure.in: Do not patch libtool rpath handling (Martin Lucina)
* Fixing the Red Hat packaging (Martin Sustrik)
* zmq_msg_move called on uninitialised message in xrep_t::xrecv
-- fixed (Max Wolf)
* crash when closing an ypipe -- fixed (Dhammika Pathirana)
* REQ socket can die when reply is delivered on wrong unerlying
connection -- fixed (Martin Sustrik)
* if TSC jumps backwards (in case of migration to a
different CPU core) latency peak may occur -- fixed
(Martin Sustrik)
* values of RATE, RECOVERY_IVL and SWAP options are checked for
negative values (Martin Sustrik)
- added provides for libzmq-devel
-------------------------------------------------------------------
Mon Sep 6 15:31:23 UTC 2010 - mrueckert@suse.de
- initial package