summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2012-11-12 22:06:11 -0800
committerJoshua Harlow <harlowja@yahoo-inc.com>2012-11-12 22:06:11 -0800
commitaa6fe50ac4e09490a16c7b7200d57496d9f755bf (patch)
tree8741f0232ca1de144223ace65f2477fd6f8919f6 /ChangeLog
parent8d5e1e108b0cdd3af872383da7654bec91355b5f (diff)
parent29b4adef881852169c6a0c5c95168c768cb6ffc5 (diff)
downloadvyos-cloud-init-aa6fe50ac4e09490a16c7b7200d57496d9f755bf.tar.gz
vyos-cloud-init-aa6fe50ac4e09490a16c7b7200d57496d9f755bf.zip
Rebased with HEAD and resolved conflicts.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e577b618..13b5a8ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -41,6 +41,15 @@
metadata port the lazy loaded dictionary will continue working properly
instead of trying to make additional url calls which will fail (LP: #1068801)
- Added dependency on distribute's python-pkg-resources
+ - use a set of helper/parsing classes to perform system configuration
+ file modification in a manner that provides a nice object oriented
+ interface to those objects as well as makes it possible to test
+ those parsing entities without having to invoke distro class code.
+ - Created parsers for:
+ - /etc/sysconfig
+ - /etc/hostname
+ - resolv.conf
+ - /etc/hosts
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.