From 7418bab42e548ccb118628130918a8881057c879 Mon Sep 17 00:00:00 2001 From: Matthias Kruk Date: Sun, 11 Jun 2023 14:17:20 +0900 Subject: [PATCH] debian: Increase package version to 0.3.6-1 This commit updates the debian package changelog, increasing the package version to 0.3.6-1. --- debian/changelog | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/debian/changelog b/debian/changelog index 1bed8ba..929a864 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,26 @@ +toolbox (0.3.6-1) unstable; urgency=medium + + * Fixes + - debian: Correctly create IPC directories and set permissions + - log: Consume input on stdin to prevent SIGPIPE for producer + - ipc: Don't send pubsub messages to oneself + - utils: Make ipc-tap and ipc-inject use same endpoint to prevent + loops; properly escape command passed to ssh + * Improvements + - ipc: Declare interface so that the module can be extended; add + catchall-topic that receives all pubsub messages; add methods + for listing subscriptions and unsubscribing from topics; allow + multiple topics to be subscribed to or unsubscribed from in a + single function call + - uipc: Reimplement as extension of the ipc module; fix version check + when dumping messages + - utils: Add uipc support to ipc-sshtunnel and friends + * Features added + - toolbox: Add mechanism for module interfaces and inheritance + + -- Matthias Kruk Sun, 11 Jun 2023 14:14:38 +0900 + + toolbox (0.3.5-1) unstable; urgency=medium * Fixes -- 2.47.3