Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package jeromq for openSUSE:Factory checked in at 2025-02-21 21:36:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jeromq (Old) and /work/SRC/openSUSE:Factory/.jeromq.new.1873 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jeromq" Fri Feb 21 21:36:38 2025 rev:3 rq:1247519 version:0.5.3 Changes: -------- --- /work/SRC/openSUSE:Factory/jeromq/jeromq.changes 2023-09-10 13:11:44.369789674 +0200 +++ /work/SRC/openSUSE:Factory/.jeromq.new.1873/jeromq.changes 2025-02-21 21:36:59.989817882 +0100 @@ -1,0 +2,29 @@ +Fri Feb 21 02:58:36 UTC 2025 - ming li <m...@suse.com> + +- Update to version 0.5.3: + * Add peer support disconnect + * Fix issue where socket identity was failing with overflow when + identity was bigger than 127 + * Make JeroMQ compatiable with Android API Level 19 + * Add tests and build on Java 17. Helping dependecies resolution + by activating more profiles and don't try to publish on forks + * ZMQ_HEARTBEAT is not useful without sending an hello message. + To solve that, the majordomo worker still has to implement heartbeat. + With this new option, whenever the connection drops and reconnects + the hello message will be sent, greatly simplify the majordomo protocol, + as now READY and HEARTBEAT can be handled by zeromq. + * Jeromq is not thread-safe, so port CLIENT and SERVER sockets from libzmq, + which are thread-safe sockets. + * Add Client/Server support to ZFrame. + * Radio-Dish implementation. + * Port of https://github.com/zeromq/libzmq/pull/3871, router can handle peer + disconnected. + * Adding critical and notification exceptions handlers in zmq.poll.Poller. + * Many improvement to error handling, with more error messages. + * Fix ZMQ_REQ_CORRELATE. + * A new ZBeacon implementation. + * IPC protocol now comply to java.net.preferIPv4Stack or java.net.preferIPv6Addresses + for the choice of the TCP stack to use. + * Improved monitor, with added events in some mechanisms. + +------------------------------------------------------------------- Old: ---- jeromq-0.5.2.tar.gz New: ---- jeromq-0.5.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jeromq.spec ++++++ --- /var/tmp/diff_new_pack.uHExiF/_old 2025-02-21 21:37:00.465837703 +0100 +++ /var/tmp/diff_new_pack.uHExiF/_new 2025-02-21 21:37:00.465837703 +0100 @@ -1,7 +1,7 @@ # # spec file for package jeromq # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: jeromq -Version: 0.5.2 +Version: 0.5.3 Release: 0 Summary: Pure Java implementation of libzmq License: MPL-2.0+ ++++++ jeromq-0.5.2.tar.gz -> jeromq-0.5.3.tar.gz ++++++ ++++ 16418 lines of diff (skipped)