summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-08-20 09:46:25 +0300
committerLars Wirzenius <liw@liw.fi>2020-08-20 09:46:25 +0300
commita62fd63069faab14195d9e9b5e0124bacc8d805c (patch)
treeabcbfaee1c2276b502bab8da45808cc9fea1e5c1
parenta67910699c93f20ccc65fea925f7b2add5de5e57 (diff)
downloadvmdb2.liw.fi-a62fd63069faab14195d9e9b5e0124bacc8d805c.tar.gz
Publish log entry
-rw-r--r--blog/2020/08/20/vmdb2_versions_0_17_and_0_18.mdwn22
1 files changed, 22 insertions, 0 deletions
diff --git a/blog/2020/08/20/vmdb2_versions_0_17_and_0_18.mdwn b/blog/2020/08/20/vmdb2_versions_0_17_and_0_18.mdwn
new file mode 100644
index 0000000..9f174fc
--- /dev/null
+++ b/blog/2020/08/20/vmdb2_versions_0_17_and_0_18.mdwn
@@ -0,0 +1,22 @@
+[[!meta title="vmdb2 versions 0.17 and 0.18"]]
+[[!tag announcement]]
+[[!meta date="2020-08-20 09:45"]]
+
+There have been two new vmdb2 releases. Release notes below.
+
+
+Version 0.18, released 2020-08-13
+-----------------------------------------------------------------------------
+
+* The way the manual was formatted could sometimes lead to different
+ plugins' documentation being merged into the same section. This has
+ now been fixed.
+
+
+Version 0.17, released 2020-07-13
+-----------------------------------------------------------------------------
+
+* The luks plugin now runs the `cryptsetup` utility with the `-q`
+ (alias for `--batch-mode`) option for batch mode, to prevent the
+ utility from asking any questions of the user. Fix by Birger
+ Schacht.