Commit d84cd397 authored by Julien Muchembled's avatar Julien Muchembled

Release 0.43

parent 0fe3a21c
Pipeline #8141 passed with stage
in 0 seconds
......@@ -2,6 +2,18 @@
Changes
=========
0.43 (2020-02-28)
-----------------
* default: new 'init' option.
* default: do not strip 'url', 'md5sum', 'path' automatically
(these options are not used by the recipe).
* default: drop workaround for script starting with indentation.
* shared: don't touch symlink targets when making read-only recursively.
* vm: no empty floppy/cdrom drives.
* vm: always use GPT.
* vm: switch to XFS.
0.42 (2019-10-16)
-----------------
......
from setuptools import setup, find_packages
version = '0.42'
version = '0.43'
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