summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@gmail.com>2013-07-23 11:57:25 -0400
committerScott Moser <smoser@ubuntu.com>2013-07-23 11:57:25 -0400
commita8d2b2f8d7b9315d729873b15ed8dedb9c1b069f (patch)
treeca67cdb7f131382746353fae8eebfb2e00b50f5b /ChangeLog
parentd66973bc6850b18b7ad69341e5b626919d8606f5 (diff)
parentd655d019fb0a45389d87db39b0ef5001e27e2616 (diff)
downloadvyos-cloud-init-a8d2b2f8d7b9315d729873b15ed8dedb9c1b069f.tar.gz
vyos-cloud-init-a8d2b2f8d7b9315d729873b15ed8dedb9c1b069f.zip
finalize handlers even when another handler fails.
Instead of previously initializing and not finalizing the handles that completed successfully when a handler initializing or running failed we should attempt to always give said handlers a chance to finalize (even when another handler fails). LP: #1203368
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f2d1c66..72f72a3c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,7 @@
- add a trailing carriage return to chpasswd input, which reportedly
caused a problem on rhel5 if missing.
- support individual MIME segments to be gzip compressed (LP: #1203203)
+ - always finalize handlers even if processing failed (LP: #1203368)
0.7.2:
- add a debian watch file
- add 'sudo' entry to ubuntu's default user (LP: #1080717)