]> git.corax.cc Git - toolbox/commitdiff
debian: Increase package version to 0.3.6-1
authorMatthias Kruk <m@m10k.eu>
Sun, 11 Jun 2023 05:17:20 +0000 (14:17 +0900)
committerMatthias Kruk <m@m10k.eu>
Sun, 11 Jun 2023 05:17:20 +0000 (14:17 +0900)
This commit updates the debian package changelog, increasing the
package version to 0.3.6-1.

debian/changelog

index 1bed8bad0fc583ed35f7de9a2b42dcdbf7224dbe..929a86423fbf5072f8efba6c9766ec9dca176639 100644 (file)
@@ -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 <m@m10k.eu>  Sun, 11 Jun 2023 14:14:38 +0900
+
+
 toolbox (0.3.5-1) unstable; urgency=medium
 
   * Fixes