summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2013-07-09 02:26:28 -0400
committerScott Moser <smoser@ubuntu.com>2013-07-09 02:26:28 -0400
commit6cb13e582c66068b26231d31c5db6a987fc4a2e6 (patch)
tree815f00efabf7cfdbb45136ef73470dd3205c6bac /ChangeLog
parent4afa528dcf2938e209b6dc852f6d4c4076084fa5 (diff)
downloadvyos-cloud-init-6cb13e582c66068b26231d31c5db6a987fc4a2e6.tar.gz
vyos-cloud-init-6cb13e582c66068b26231d31c5db6a987fc4a2e6.zip
handlers/upstart_job.py: invoke reload-configuration if we can.
Previously we'd not invoked reload-configuration because doing so caused issues with upstart. Now, instead, determine if we can invoke it. LP: #1124384
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6495a19b..40c8912a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
0.7.3:
- fix omnibus chef installer (LP: #1182265) [Chris Wing]
- small fix for OVF datasource for iso transport on non-iso9660 filesystem
+ - determine if upstart version is suitable for
+ 'initctl reload-configuration' (LP: #1124384). If so, then invoke it.
0.7.2:
- add a debian watch file
- add 'sudo' entry to ubuntu's default user (LP: #1080717)