summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2024-03-23 15:08:43 +0200
committerLars Wirzenius <liw@liw.fi>2024-03-23 15:08:43 +0200
commit51034209deb8fe3b96e9efdefc9c03b9ffafddfb (patch)
tree974f2bf79504388542b1ef1409e02d86f3ae637e
parenta93cf1a7e2327c20675045fca50d5478e3f0f577 (diff)
downloadvmdb2-main.tar.gz
chore: prepare release 0.40HEADvmdb2-0.40main
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
-rw-r--r--NEWS23
-rw-r--r--vmdb/version.py4
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)