summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-08-22 15:34:01 +0300
committerLars Wirzenius <liw@liw.fi>2021-08-22 15:34:01 +0300
commit14e65401998728230e44f67b67dba0247a47d6fc (patch)
tree38747c8d029ea261b9f67047bf954a5f960d3e50
parentb0cb727d2783ef720bb6cb77c5f2ebf28af713e6 (diff)
downloadvmdb2-14e65401998728230e44f67b67dba0247a47d6fc.tar.gz
docs: update NEWS for upcoming release
Sponsored-by: author
-rw-r--r--NEWS25
1 files changed, 24 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e1a111d..30d5c71 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,35 @@
NEWS for vmdb2, the Debian disk image builder
=============================================================================
+Version 0.24, released 2021-08-22
+-----------------------------------------------------------------------------
+
+* This release disables the non-Intel architectures in the
+ `./check-all` scripts. The builds work when done manually, but now
+ when done by the script. I'm tired of debugging this and will be
+ rewriting the test suite to be more sane.
+
+* Aaron Dewes merged `qemu-debootstrap` with plain `debootstrap`. As
+ of Debian 10 (buster) plain `debootstrap` can do the same foreign
+ bootstrap thing.
+
+* Andres Salomon fixed the logic for the `apt` plugin's `recommends`
+ option. The option has reversed the meaning to make it easier for
+ the user to get right.
+
+* Lars Wirzenius disabled using `realpath` to resolve the output
+ device to not include symbolic links, to fix LVM2 support. This
+ probably breaks something else.
+
+* Lars Wirzenius changed the `lvcreate` step to run the `lvcreate`
+ command in a way the prevents it from asking questions.
+
Version 0.23, released 2021-04-01
-----------------------------------------------------------------------------
* Matthias Klein added the optional `options` field to the `mkfs`
step to set aditional options for mkfs.
-
+
* Gunnar Wolf added support for not installing recommended packages in
the `apt` step in a .vmdb file.