From: Matthias Kruk Date: Sun, 11 Jun 2023 05:17:20 +0000 (+0900) Subject: debian: Increase package version to 0.3.6-1 X-Git-Url: https://git.corax.cc/?a=commitdiff_plain;h=7418bab42e548ccb118628130918a8881057c879;p=toolbox 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. --- 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