summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2011-04-04 12:45:01 -0400
committerScott Moser <smoser@ubuntu.com>2011-04-04 12:45:01 -0400
commit371561772c9073daf9033145b4b2156bc9f0e7dc (patch)
tree21dc090afcf3b87b7317ca43555ba0c0d0f687a4 /ChangeLog
parent45794188f06ad3ab990f2c5d32cd2a67341475aa (diff)
downloadvyos-cloud-init-371561772c9073daf9033145b4b2156bc9f0e7dc.tar.gz
vyos-cloud-init-371561772c9073daf9033145b4b2156bc9f0e7dc.zip
convert some user input from dos to unix (LP: #744965)
If user input is a consumed as a user-script, a boothook, or a upstart job and appears to be dos-formated, then change it to unix formated LP: #744965
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aac22ff4..635fb933 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,8 @@
(LP: #739694)
- fix bug in resizefs cloud-config that would cause trace based on
failure of 'blkid /dev/root' (LP: #726938)
+ - convert dos formated files to unix for user-scripts, boothooks,
+ and upstart jobs (LP: #744965)
0.6.1:
- fix bug in fixing permission on /var/log/cloud-init.log (LP: #704509)
- improve comment strings in rsyslog file tools/21-cloudinit.conf