summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-06-06 07:19:17 +0300
committerLars Wirzenius <liw@liw.fi>2020-06-06 07:19:17 +0300
commitec809f8b3326571e262911a1e1aabf3a262f829a (patch)
treee4f71894ad5d4d34850c0459fcedf32f56f291a8
parentf6522d9deff1e02ac34a094e66f24d2c35d3092c (diff)
downloadvmdb2-ec809f8b3326571e262911a1e1aabf3a262f829a.tar.gz
doc: update NEWS for upcoming relea
-rw-r--r--NEWS15
1 files changed, 12 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 2b620d7..2550ed1 100644
--- a/NEWS
+++ b/NEWS
@@ -9,13 +9,22 @@ Version 0.15+git, not yet released
output, meaning that progress output gets delayed until the buffer
fills up, and that's useless.
-* Add a `quiet` field to the grub step to configure the kernel boot to
- be quiet or not. Default is now not quiet, which is a change from before.
+* The documentation is now formatted using Subplot. Previously, the
+ manual and the acceptance test suite were split into separate, but
+ confusingly named files (vmdb2.md vs vmdb2.mdwn); now they are
+ combined. The manual has been cleaned up a bit.
-* Add a `timeout` field to the grub step to configure grub menu
+* Add a `quiet` field to the **grub step** to configure the kernel
+ boot to be quiet or not. Default is now not quiet, which is a change
+ from before.
+
+* Add a `timeout` field to the **grub step** to configure grub menu
timeout. Default is now zero seconds, which is a change from the
Debian default of five seconds.
+* Symbolic links can now be used in the **mkpart step** for device
+ files, thanks to Tim Small.
+
Version 0.15, released 2020-05-05
------------------------------------