diff options
author | Helmut Grohne <helmut@subdivi.de> | 2025-03-31 17:12:16 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2025-03-31 17:12:16 +0200 |
commit | fcb71e7949fd04f5d163ca889c17eb8e9f5ed087 (patch) | |
tree | d349d0b466489f77d8887188e6ab3e129c3f7b59 | |
parent | 5c0e89a0a97a3d802bc990173fde5c309bfac002 (diff) | |
download | debvm-fcb71e7949fd04f5d163ca889c17eb8e9f5ed087.tar.gz |
upload 0.3.2 to unstable
-rw-r--r-- | debian/changelog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 577b8ca..6b48f77 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,27 @@ +debvm (0.3.2) unstable; urgency=medium + + [ Jochen Sprickerhof ] + * useraddhook: support autologin for greetd/sway + + [ Helmut Grohne ] + * debvm-run: fix manual page + * debvm-create: Make root password deletion work. + * test for autologin to work using expect + * document that dpkg-dev is required (Salsa: #18) + * debvm-run: also try resolv.conf for dnssearch + * tests: i386 no longer has a linux kernel + * debian/tests: tighten dependency on qemu-kvm + * debian/tests: explicitly install qemu-system-misc for loong64 + * debian/control: follow the qemu-user-static -> qemu-user-binfmt transition + * debian/control: add qemu-system-native alternative + * debvm-run: re-enable qemu detection for pre-trixie + * debvm-create: create a more sensible /etc/hosts + * autopkgtests: trigger by systemd uploads + * debvm-run: fix recognizing amd64 kernels with updated file tool + * debvm-create: work around arm32 boot failure + + -- Helmut Grohne <helmut@subdivi.de> Mon, 31 Mar 2025 17:04:42 +0200 + debvm (0.3.1) unstable; urgency=medium [ Helmut Grohne ] |