Commit 9fdccb5d authored by Julien Muchembled's avatar Julien Muchembled

Release 0.42

parent 25d5f66b
Pipeline #7989 passed with stage
in 0 seconds
......@@ -2,6 +2,13 @@
Changes
=========
0.42 (2019-10-16)
-----------------
* vm: use virtio-rng with host's /dev/urandom to fix boot delays with recent OS
* vm.run: use -cpu host
* vm.run: new 'drives' option
0.41 (2019-06-19)
-----------------
......
from setuptools import setup, find_packages
version = '0.41'
version = '0.42'
name = 'slapos.recipe.build'
long_description = open("README.rst").read() + "\n" + \
open("CHANGELOG.rst").read() + "\n"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment