summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog13
1 files changed, 1 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index 20b81aa2..21584bb7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -42,18 +42,7 @@
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
- - Moved duplicated functionality into the root level distro class including:
-  - apply_hostname
-  - set_hostname
-  - *various shared configuration file names/paths*
+ for easier test. (/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.