From: Matthias Kruk Date: Mon, 9 Jan 2023 03:10:42 +0000 (+0900) Subject: debian: Increase package version to 0.3.5-1 X-Git-Url: https://git.corax.cc/?a=commitdiff_plain;h=e9ba87edaf03e25d7170f36a1b043d978922ee85;p=toolbox debian: Increase package version to 0.3.5-1 This commit updates the debian package changelog, increasing the package version to 0.3.5-1. --- diff --git a/debian/changelog b/debian/changelog index cfc241f..1bed8ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +toolbox (0.3.5-1) unstable; urgency=medium + + * Fixes + - ipc,uipc: Fix permissions for multi-user messaging; change + location of the ipc/uipc directories + - queue: Allow arbitrary data in queues + * Improvements + - toolbox: Allow modules to be located near the running script + - opt: Add array options + - inst: Store instance information in /tmp + * Features added + - utils: Added scripts for tunneling IPC messages over SSH + * Features removed + - queue: Remove functions for file queues and unique-data queues + + -- Matthias Kruk Mon, 09 Jan 2023 12:09:17 +0900 + + toolbox (0.3.4-1) unstable; urgency=medium * Fixes