diff options
| author | Joey Hess <joeyh@joeyh.name> | 2018-02-11 14:35:58 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2018-02-11 14:35:58 -0400 |
| commit | 053e6d7495c3b44051074472713206ed0d3ce816 (patch) | |
| tree | f361f9d62a3365c29651357c7c020a0929f81502 /debian/changelog | |
| parent | 1ea90f1b69e071b3e533f9b33acb2415c6e916ab (diff) | |
add Propellor.Property.Atomic
Added Propellor.Property.Atomic, which can make a non-atomic property
that operates on a directory into an atomic property.
Also has a generic version that could be used for things other than
directories that can be updated atomically.
(Inspired by Vaibhav Sagar's talk on Functional Devops in a
Dysfunctional World at LCA 2018.)
This commit was sponsored by Fernando Jimenez on Patreon.
Diffstat (limited to 'debian/changelog')
| -rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 178aabdb..d613401b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,9 @@ propellor (5.3.2) UNRELEASED; urgency=medium + * Added Propellor.Property.Atomic, which can make a non-atomic property + that operates on a directory into an atomic property. + (Inspired by Vaibhav Sagar's talk on Functional Devops in a + Dysfunctional World at LCA 2018.) * Added Git.pulled. -- Joey Hess <id@joeyh.name> Sun, 11 Feb 2018 11:58:04 -0400 |
