From d40c79cef44836ecbad619b9573d529b4cdded5a Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Fri, 21 Aug 2020 14:08:51 +0100 Subject: [PATCH] Problem: missing items in NEWS Solution: add them --- NEWS | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 0c85f557..d1b68a83 100644 --- a/NEWS +++ b/NEWS @@ -16,6 +16,10 @@ * Note for packagers: ZeroMQConfig.cmake is now installed in the arch-dependent subdirectory - eg: /usr/lib/x86_64-linux-gnu/cmake/ +* New DRAFT (see NEWS for 4.2.0) socket type: + - ZMQ_CHANNEL is a thread-safe alternative to ZMQ_PAIR. + See doc/zmq_socket.txt for details. + * New DRAFT (see NEWS for 4.2.0) socket option: - ZMQ_ONLY_FIRST_SUBSCRIBE will cause only the first part of a multipart message to be processed as a subscribe/unsubscribe message, and the rest @@ -48,8 +52,8 @@ * New DRAFT (see NEWS for 4.2.0) zmq_poller_size API was added to allow querying the number of sockets/fds registered in a zmq_poller. -* ZMTP 3.1 is now fully implemented, and 3.1 peers will receive subscribe/cancel - on PUB/SUB via commands rather than using the first byte of the payload. +* ZMTP 3.1 peers will receive subscribe/cancel on PUB/SUB via commands rather + than using the first byte of the payload. * Fixed #3566 - malformed CURVE message can cause memory leak