[Bug 859941] [NEW] FFe: Sync zeromq 2.1.9-1 (universe) from Debian unstable (main)

Launchpad Bug Tracker 859941 at bugs.launchpad.net
Mon Sep 26 19:37:14 UTC 2011


You have been subscribed to a public bug by Julian Taylor (jtaylor):

Please grant an FFe to sync zeromq 2.1.9-1 (universe) from
Debian unstable (main)
It is  bug fix release for zmq is availble, it adds support for
android which one consider a new feature.
I checked android feature and the changes to shared code with
linux are minimal.
The package builds in a clean amd64 chroot, as do the rdepends ipython,
pyzmq and uwsgi.
The former two pass their extensive testsuites.

The pyzmq also adds new features and bugfixes.
It adds tools for ssh tunneling which are copied from ipython,
so they do have some testing already.
IPython the only rdep of pyzmq passes its extensive testsuite and
works fine.

0MQ version 2.1.9 (Stable), released on 2011/08/29
==================================================

Bug fixes
---------

* Fixed issue 240, assertion failure in pgm_socket.cpp:437.

* Fixed issue 238, assertion failure in zmq.cpp:655, when zmq_poll is
  used on an empty set, on Windows.

* Fixed issue 239, assertion failure in zmq.cpp:223, when ZMQ_SWAP was
  used with explicit identities and multiple SUB sockets.

* Fixed issue 236, zmq_send() and zmq_recv() did not always return
  error conditions such as EFSM properly. This bug was introduced in
  version 2.1.8 by the backport of changes for issue 231.

Building
--------

* 0MQ support for Android added (Bill Roberts, Mikko Koppanen).


0MQ version 2.1.8 (RC), released on 2011/07/28
==============================================

Bug fixes
---------

* Fixed issue 223, assertion failure in tcp_connecter.cpp:300 when
  connecting to a server that is on an unreachable network (errno is
  equal to ENETUNREACH).

* Fixed issue 228, assertion failure at rep.cpp:88 when HWM was reached.

* Fixed issue 231, assertion failure at mailbox.cpp:183 when too many
  pending socketpair operations were queued (major backport from 3.0).

* Fixed issue 234, assertion failure at mailbox.cpp:77 when Ctrl-C was
  used (only affected git master following backport for 231).

* Fixed issue 230, SIGPIPE killing servers when client disconnected, hit
  OS/X only.

Note: this release was renamed "release candidate" due to issue 236,
fixed in 2.1.9.

Changelog entries since current oneiric version 2.1.7-1:

zeromq (2.1.9-1) unstable; urgency=low

  * New upstream version.

 -- Martin Lucina <mato at kotelna.sk>  Thu, 08 Sep 2011 16:38:46 +0200


pyzmq changelog:
2.1.9 (dev)
===========

* added zmq.ssh tools for tunneling socket connections, copied from IPython
* Expanded sockopt support to cover changes in libzmq-4.0 dev.
* Fixed an issue that prevented :exc:`KeyboardInterrupts` from being catchable.
* Added attribute-access for set/getsockopt.  Setting/Getting attributes of :class:`Sockets`
  with the names of socket options is mapped to calls of set/getsockopt.

.. sourcecode:: python

    s.hwm = 10
    s.identity = b'whoda'
    s.linger
    # -1
    
* Terminating a :class:`~Context` closes the sockets it created, matching the behavior in
  `czmq <http://czmq.zeromq.org/>`_.
* :class:`ThreadDevices` use :meth:`Context.instance` to create sockets, so they can use
  inproc connections to sockets in other threads.
* fixed units error on :func:`zmq.select`, where the poll timeout was 1000 times longer
  than expected.
* Add missing ``DEALER/ROUTER`` socket type names (currently aliases, to be replacements for ``XREP/XREQ``).
* base libzmq dependency raised to 2.1.4 (first stable release) from 2.1.0.

pyzmq (2.1.9-1) unstable; urgency=low

  * New upstream version
    - should build on kFreeBSD without patches (Closes: #637777).
  * Build-depend on zeromq 2.1.9

 -- Debian Python Modules Team <python-modules-
team at lists.alioth.debian.org>  Fri, 23 Sep 2011 00:16:39 +0200


Changelog entries since current oneiric version 2.1.7-1:

zeromq (2.1.9-1) unstable; urgency=low

  * New upstream version.

 -- Martin Lucina <mato at kotelna.sk>  Thu, 08 Sep 2011 16:38:46 +0200

** Affects: zeromq (Ubuntu)
     Importance: Wishlist
         Status: New

-- 
FFe: Sync zeromq 2.1.9-1 (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/859941
You received this bug notification because you are a member of Ubuntu Sponsors Team, which is subscribed to the bug report.



More information about the Ubuntu-sponsors mailing list