From b7506eda79eaccd553fe5ba16b4937c037f5d382 Mon Sep 17 00:00:00 2001 From: Allan LeSage Date: Thu, 26 Aug 2021 21:00:24 +0000 Subject: [PATCH] Explain API deprecations in Changelog for 1.0.0. release. --- ChangeLog | 12 +++++++++++- debian/changelog | 12 +++++++++++- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d8fb60d0..80165445 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,17 @@ nmsg (1.0.0) * Replace libxs with zeromq and associated calls. - * Change format of unknown rrtypes in nmsgtool JSON output. + + * API functions nmsg_input_open_xs(), nmsg_input_open_xs_endpoint(), + nmsg_io_add_input_xs_channel(), nmsg_output_open_xs(), and + nmsg_output_open_xs_endpoint() are deprecated and replaced with + respectively: nmsg_input_open_zmq(), nmsg_input_open_zmq_endpoint(), + nmsg_io_add_input_zmq_channel(), nmsg_output_open_zmq(), and + nmsg_output_open_zmq_endpoint(). + + * Change format of unknown rrtypes in nmsgtool JSON output to "TYPE" followed + by number. + * Update nmsgtool command-line options: --readzchan replaces --readzsock, --writezsock replaces --writexsock. diff --git a/debian/changelog b/debian/changelog index 5f7fa151..02d18b29 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,17 @@ nmsg (1.0.0-1) debian-fsi; urgency=medium * Replace libxs with zeromq and associated calls. - * Change format of unknown rrtypes in nmsgtool JSON output. + + * API functions nmsg_input_open_xs(), nmsg_input_open_xs_endpoint(), + nmsg_io_add_input_xs_channel(), nmsg_output_open_xs(), and + nmsg_output_open_xs_endpoint() are deprecated and replaced with + respectively: nmsg_input_open_zmq(), nmsg_input_open_zmq_endpoint(), + nmsg_io_add_input_zmq_channel(), nmsg_output_open_zmq(), and + nmsg_output_open_zmq_endpoint(). + + * Change format of unknown rrtypes in nmsgtool JSON output to "TYPE" followed + by number. + * Update nmsgtool command-line options: --readzchan replaces --readzsock, --writezsock replaces --writexsock.