Commit d3041978 authored by Julien Muchembled's avatar Julien Muchembled

Release 0.49

parent 1b7a2b4a
Pipeline #18240 running with stage
in 0 seconds
......@@ -2,6 +2,17 @@
Changes
=========
0.49 (2021-10-04)
-----------------
* download-unpacked: fix `strip-top-level-dir` if unset
and nothing should be stripped.
* Work around circular imports inside slapos.buildout.
* default: preserve symlinks in `copyTree()` & `extract()`.
* default: fix error handling in `pipeCommand()`.
* shared: change JSON serialization of signature to indent with 2 spaces
(instead of 0) and to save non-ascii chars as utf-8 (rather than escaped).
0.48 (2021-09-25)
-----------------
......@@ -13,10 +24,11 @@
* download*: fix `shared=true` using new `Shared` class.
* download*: new `alternate-url` option.
* downloadunpacked: decompress directly within target folder to avoid copies
* download-unpacked: decompress directly within target folder to avoid copies
accross different file systems.
* default: add support for shared parts.
* downloadunpacked: `environment-section` option is deprecated.
* download-unpacked: `environment-section` option is deprecated.
* download-unpacked: `extract-directory` option is dropped.
* For some boolean options, the value must be either 'false' or 'true'.
0.47 (2021-07-26)
......
from setuptools import setup, find_packages
version = '0.48'
version = '0.49'
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