diff options
| author | Joey Hess <joey@kitenet.net> | 2014-06-07 00:14:05 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-06-07 00:14:05 -0400 |
| commit | 582be8ebe00838509d978091d3c97ebeb1bf99de (patch) | |
| tree | ffef9bbb4ef25db03cf48962058146258993652f /debian | |
| parent | 969db1ed56157aa202359c0f47fff783baba6eac (diff) | |
combineProperties no longer stops when a property fails; now it continues trying to satisfy all properties on the list before propigating the failure.
Audited all of my calls to combineProperties and they should be fine with
this behavior.. which suggests it's the right behavior.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 046cf607..5b6cdcbc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +propellor (0.7.0) UNRELEASED; urgency=medium + + * combineProperties no longer stops when a property fails; now it continues + trying to satisfy all properties on the list before propigating the + failure. + + -- Joey Hess <joeyh@debian.org> Sat, 07 Jun 2014 00:12:44 -0400 + propellor (0.6.0) unstable; urgency=medium * Docker containers now propagate DNS attributes out to the host they're |
