From 51034209deb8fe3b96e9efdefc9c03b9ffafddfb Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 23 Mar 2024 15:08:43 +0200 Subject: chore: prepare release 0.40 Signed-off-by: Lars Wirzenius Sponsored-by: author --- NEWS | 23 +++++++++++++++++++++++ vmdb/version.py | 4 ++-- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index f28cb05..85d0e6f 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,29 @@ Project is now in "selfish maintenance mode". I make changes when I need them for myself, but I'm not developing new features otherwise. I will review and merge patches, though. +Version 0.40, released 2024-03-23 +----------------------------------------------------------------------------- + +Version number is bumped a lot to avoid some incorrectly tagged +versions that Lars is very sorry for. Other than that, this version is +mainly a few bug fixes, mostly from other people. + +* Documentation fix: `README.md` points to `base.vmdb` as an example, + rather than `pc.vmdb`, which has long since been deleted. + +* `ppc64el.vmdb` has been fixed so that it at least builds. It's + unknown whether it builds an image that boots. + +* From Matej Kovac, fixes to `resolv.conf` configuration: don't copy + the host's configuration. + +* From Peter Palfrader, a fix the `cryptsetup` plugin to import the + `logging` module. + +* From Victor Westerhuis, a fix to using the right `grub-ieee1275` + depending on the target system. + + Version 0.28, released 2023-08-02 ----------------------------------------------------------------------------- diff --git a/vmdb/version.py b/vmdb/version.py index 3a848b2..7bdba64 100644 --- a/vmdb/version.py +++ b/vmdb/version.py @@ -1,2 +1,2 @@ -__version__ = "0.28" -__version_info__ = (0, 28) +__version__ = "0.40" +__version_info__ = (0, 40) -- cgit v1.2.1