]> git.corax.cc Git - toolbox/commitdiff
debian: Increase package version to 0.3-1
authorMatthias Kruk <m@m10k.eu>
Sat, 17 Apr 2021 02:07:57 +0000 (11:07 +0900)
committerMatthias Kruk <m@m10k.eu>
Sat, 17 Apr 2021 02:07:57 +0000 (11:07 +0900)
This commit increases the package version to 0.3-1 and removes the
description from the "Source" portion of the debian/control file so
the dpkg-buildpackage version used on deb.m10k.eu won't complain.

debian/changelog
debian/control

index 6227d9a0c474bfd9194ba650ebab3300a16b4ec8..d50de2350e960d9b2d46f13d4544dec3b3ac28dc 100644 (file)
@@ -1,3 +1,21 @@
+toolbox (0.3-1) unstable; urgency=medium
+
+  * New modules
+    - inst: Daemonization and instance management
+    - queue: thread-safe n:n IPC mechanism
+    - conf: Unsophisticated configuration handling
+  * Fixes
+    - Avoid busy-waiting in sem_wait()
+  * Improvements
+    - Use inotify to improve mutex performance
+    - Make --verbose/--shush default parameters
+    - Add sem_peek() function
+    - Remember parameters passed to opt_parse()
+    - Add opt_get_argv() function
+
+ -- Matthias Kruk <m@m10k.eu>  Sat, 17 Apr 2021 11:04:24 +0900
+
+
 toolbox (0.2-1) unstable; urgency=medium
 
   * Allow modules to be included from TOOLBOX_HOME
index 07faee6a1b07b658975276432e0d84b701036c2d..fc8c81f709c0afb8fcf62639e90cb482d1a45f5a 100644 (file)
@@ -5,10 +5,6 @@ Build-Depends: debhelper (>= 9)
 Standards-Version: 3.9.8
 Section: shells
 Homepage: https://m10k.eu/toolbox
-Description: Module management for bash scripts
- Provides the necessary infrastructure to use loadable modules
- in shell scripts, and a set of basic modules for common tasks.
-
 
 Package: toolbox
 Section: shells