deb-murano/releasenotes/notes/script-line-endings-db632db9e24237a3.yaml
Kirill Zaitsev e9fe5b278c Cleanup, clarify newton release-notes
This commit clarifies, cleans and improves releasenotes for murano

Co-Authored-By: Maria Zlatkova <mzlatkova@mirantis.com>
Change-Id: I6591a62640f192be749c3c58a92dc00ef56dd736
2016-09-14 01:08:51 +03:00

7 lines
225 B
YAML

---
fixes:
- Whenever murano-engine accesses script files,
text script files are opened in 'rU' mode which recognizes all types of
newlines, and binary files are opened in 'rb' mode to prevent their
corruption.