Changelog
v2.3.1 (2022-03-21)
Bug Fixes
- Fix checkExtractNeeded to use / as separator on Windows (ef630c8)
- Use correct path after extraction of embedded tar.gz (7fbb72a)
- Don't raise unnecesarely in jinja2 renderer when exiting (634d9ce)
- Fix support for known_hosts on Windows and implement new host prompt (a4584a5)
- Fix uses of dist artifacts (dc8b338)
- Fix missing argument to Sprintf (80aa80c)
- Reintroduce hash as part tmp dir in embedded tar extraction (d33e8ed)
- No need to extra to .tmp dir as we're using a flock now (e8195b4)
- Fix PythonCmd for windows (use python.exe instead of python3.exe) (bba0592)
- Create parent dir for all tar entry types (2ed0c0d)
- More symlink related fixes (6aea465)
- Fix symlink creation in ExtractTarGzStream" (2cb3dca)
- Fix symlink creation in ExtractTarGzStream (e2496cd)
- Use Lstat instead of stat in AddToTar (e060e57)
- Include versiones python .so files (de07d19)
- Use file lock when extracting embedded files (21f16ea)
- Use embed_util for jinja2-src (cecde21)
- Move gzip reader into ExtractTarGzStream (62cbe9b)
- Store filelist and hash in binary and check if extracted tmp dir was modified (0a9f9a0)