summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2011-09-01 10:16:36 -0400
committerScott Moser <smoser@ubuntu.com>2011-09-01 10:16:36 -0400
commit3197810f17e3267e9147d0572079d8133d9f61e4 (patch)
tree01a15b3ea011d3765b2fff34f1fe77aded734bdc /ChangeLog
parent8a42512443986326f3bdcf25fadc0c2aad9cccff (diff)
downloadvyos-cloud-init-3197810f17e3267e9147d0572079d8133d9f61e4.tar.gz
vyos-cloud-init-3197810f17e3267e9147d0572079d8133d9f61e4.zip
warn on failure of the hostname command when setting hostname
LP: #832175
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 175e9b15..6163e813 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -47,6 +47,7 @@
- change the mechanism for handling .ssh/authorized_keys, to update entries
rather than appending. This ensures that the authorized_keys that are being
inserted actually do something (LP: #434076, LP: #833499)
+ - log warning on failure to set hostname (LP: #832175)
0.6.1:
- fix bug in fixing permission on /var/log/cloud-init.log (LP: #704509)