From c7549ebd24cc1c587428173e100aaa0dd1edffcb Mon Sep 17 00:00:00 2001 From: Matthias Kruk Date: Sat, 17 Sep 2022 14:58:51 +0900 Subject: [PATCH] debian: Increase package version to 0.3.4-1 This commit increases the package version to 0.3.4-1. --- debian/changelog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/debian/changelog b/debian/changelog index d40478a..cfc241f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +toolbox (0.3.4-1) unstable; urgency=medium + + * Fixes + - ipc: Fix bug in unsubscribe logic, fix incorrect test cases, add topic + field to pubsub messages + - opt: Print correct script name on older bash versions + * New modules + - uipc: Unsigned IPC messaging (like ipc module, but without GPG) + * Improvements + - array: Improve performance of array_to_lines() + - mutex: Allow subprocesses to unlock parent's mutexes and vice-versa + - opt: Emit an error if an option is redefined, show defaults in help, + simplify module implementation + - toolbox: Print suggestions when a command was not found + + -- Matthias Kruk Sat, 17 Sep 2022 14:56:30 +0900 + + toolbox (0.3.3-1) unstable; urgency=medium * Fixes -- 2.47.3