]> git.corax.cc Git - toolbox/commitdiff
debian: Increase package version to 0.3.5-1
authorMatthias Kruk <m@m10k.eu>
Mon, 9 Jan 2023 03:10:42 +0000 (12:10 +0900)
committerMatthias Kruk <m@m10k.eu>
Mon, 9 Jan 2023 03:10:42 +0000 (12:10 +0900)
This commit updates the debian package changelog, increasing the
package version to 0.3.5-1.

debian/changelog

index cfc241f40594f5195ad82c3932e288f983906be2..1bed8bad0fc583ed35f7de9a2b42dcdbf7224dbe 100644 (file)
@@ -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 <m@m10k.eu>  Mon, 09 Jan 2023 12:09:17 +0900
+
+
 toolbox (0.3.4-1) unstable; urgency=medium
 
   * Fixes