summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2015-02-11 14:00:20 -0500
committerScott Moser <smoser@ubuntu.com>2015-02-11 14:00:20 -0500
commit35dd98c07bce490e85e03bef872cbbf1185e0be9 (patch)
tree9b71de77b27ca916fa1d869fa95c0a5ab9f5e51c /ChangeLog
parentcd632b2f153a61faa48531cb41d0288650e72c71 (diff)
parent587387cfbff7a89573128dc958df903d1becbde1 (diff)
downloadvyos-cloud-init-35dd98c07bce490e85e03bef872cbbf1185e0be9.tar.gz
vyos-cloud-init-35dd98c07bce490e85e03bef872cbbf1185e0be9.zip
some python3 fixes
This fixes the last set of WARN messages in my testing. * open /dev/console in text mode * move final message to be jinja template by default to avoid a warning about lack of cheetah. * write and read pickle'd contents in binary * some logging tests Also: * add tool tox-venv for simple things like: tox-venv py34 /bin/bash
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bafeea3d..127bc361 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,7 +21,7 @@
- hostname: on first boot apply hostname to be same as is written for
persistent hostname. (LP: #1246485)
- remove usage of dmidecode on linux in favor of /sys interface [Ben Howard]
- - python3 support [Barry Warsaw] (LP: #1247132)
+ - python3 support [Barry Warsaw, Daniel Watson, Josh Harlow] (LP: #1247132)
0.7.6:
- open 0.7.6
- Enable vendordata on CloudSigma datasource (LP: #1303986)