summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2012-10-05 10:42:40 -0400
committerScott Moser <smoser@ubuntu.com>2012-10-05 10:42:40 -0400
commit4c7de624659d4b6b3d073ef5c8e730dbac638135 (patch)
treebc3b0ce38263479020b84147e411076b47d60ee4
parentb2ba61becc62b84f9f6c6c969d41d70b1da29b1a (diff)
downloadvyos-cloud-init-4c7de624659d4b6b3d073ef5c8e730dbac638135.tar.gz
vyos-cloud-init-4c7de624659d4b6b3d073ef5c8e730dbac638135.zip
update ChangeLog for previous 2 commits.
Note, I've marked this as fixing LP: #1061964, but clearly it does not. that was fixed under revision 680. LP: #1061964
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cbfba6d0..672482ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+0.7.1:
+ - sysvinit: fix missing dependency in cloud-init job for RHEL 5.6
+ - config-drive: map hostname to local-hostname (LP: #1061964)
0.7.0:
- add a 'exception_cb' argument to 'wait_for_url'. If provided, this
method will be called back with the exception received and the message.