mirror of
https://github.com/joleuger/vuinputd.git
synced 2026-07-18 00:45:07 +00:00
Release 0.3.2
This commit is contained in:
parent
7fbb1616ed
commit
84df502d25
3 changed files with 14 additions and 1 deletions
12
debian/changelog
vendored
12
debian/changelog
vendored
|
|
@ -1,3 +1,15 @@
|
|||
vuinputd (0.3.2-1) unstable; urgency=medium
|
||||
|
||||
* Improve debugging support for container execution:
|
||||
- Add documentation describing how to debug actions triggered by
|
||||
vuinputd inside containers.
|
||||
- Make it easier to use strace to debug child processes.
|
||||
- Log action descriptions as base64-encoded JSON when executing
|
||||
container actions (e.g. mknod), simplifying shell-based debugging.
|
||||
|
||||
-- Johannes Leupolz <vinput@leupolz.eu> Sat, 21 Dec 2025 10:30:00 +0000
|
||||
|
||||
|
||||
vuinputd (0.3.1-1) unstable; urgency=medium
|
||||
|
||||
* Improve Debian packaging and release process:
|
||||
|
|
|
|||
1
debian/control
vendored
1
debian/control
vendored
|
|
@ -25,6 +25,7 @@ Build-Depends: debhelper (>= 12),
|
|||
librust-async-io-dev,
|
||||
librust-anyhow-dev,
|
||||
librust-clap-dev,
|
||||
librust-base64-dev,
|
||||
pkg-config,
|
||||
build-essential
|
||||
Standards-Version: 4.6.0
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "vuinputd"
|
||||
version = "0.3.1"
|
||||
version = "0.3.2"
|
||||
edition = "2021"
|
||||
authors = ["Johannes Leupolz <dev@leupolz.eu>"]
|
||||
license = "MIT"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue