summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2024-03-27 12:05:24 +0100
committerHelmut Grohne <helmut@subdivi.de>2024-03-27 12:05:24 +0100
commit5b211d105873c0728b8c7fdcaa5ef2a988e648f0 (patch)
treec3029a3496829e0cabf2b896eb20729b718246d7
parente5766ed0136f532ac7876936d3a2ab5ac0b2f820 (diff)
downloaddebvm-5b211d105873c0728b8c7fdcaa5ef2a988e648f0.tar.gz
upload 0.3 to unstable
-rw-r--r--debian/changelog42
1 files changed, 42 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 94ae1a8..7b94629 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,45 @@
+debvm (0.3) unstable; urgency=medium
+
+ Notable changes:
+
+ * debvm-create: Switch from genext2fs to mkfs.ext4. This has some
+ implications. fakechroot is no longer supported at all and user namespaces
+ are required for operation now. The generated filesystem has more ext4
+ features now and can represent precise timestamps now. mkfs.ext4 is
+ noticably faster for larger images. There is a small chance that this
+ change causes obscure permission problems.
+ * debvm-create: Allow running without unshare again. The one exception to
+ running in a user namespace, is running as full root (e.g. in a
+ container environment).
+ * debvm-create: Emit an empty /dev. Earlier, a generated debvm image would
+ contain a minimal /dev hierarchy. It is always mounted as devtmpfs, so
+ generally unneeded and no longer emitted.
+ * debvm-run: New option --transport. Since debvm-run passes a number of
+ devices, you may now control which transport they use. For instance,
+ using an x86 microvm requires --transport device.
+
+ Bug fixes:
+
+ * customize-autologin.sh: bump minimum setterm version.
+ Thanks to Chris Hofstaedtler <zeha@debian.org>
+ * disable highmem for 32bit arm by default.
+ Thanks to Michael Tokarev <mjt@tls.msk.ru>
+ * debvm-run: use -cpu max for kvm
+ Thanks to Michael Tokarev <mjt@tls.msk.ru>
+
+ Documentation:
+
+ * debvm-run.1: more details on disabling network
+ * debvm-create: explain the trap 'exit 1'
+
+ Testing:
+
+ * autopkgtest: use negation to exclude 32bit arm
+ * tests/dist-upgrades.sh: must use archive.d.o for old releases
+ * tests/dist-upgrades.sh: add trixie
+
+ -- Helmut Grohne <helmut@subdivi.de> Wed, 27 Mar 2024 11:54:23 +0100
+
debvm (0.2.13) unstable; urgency=medium
Bug fixes: