diff options
| author | Joey Hess <joeyh@joeyh.name> | 2018-02-27 12:09:46 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2018-02-27 12:09:46 -0400 |
| commit | 3919fa183bce29d4fbdbdcc4bd780e462dd6700f (patch) | |
| tree | 1e549d69ec771d7f5505b94c93c5843bd44850fb /doc/news | |
| parent | 3e1d8b6b6cbbb4d9560fb0d2ea1aec22e5f19239 (diff) | |
| parent | 094a6419f7e5ddb0566e10ef4122306187dc00d7 (diff) | |
Merge branch 'master' into joeyconfig
Diffstat (limited to 'doc/news')
| -rw-r--r-- | doc/news/version_5.3.2.mdwn | 10 | ||||
| -rw-r--r-- | doc/news/version_5.3.3.mdwn | 8 |
2 files changed, 18 insertions, 0 deletions
diff --git a/doc/news/version_5.3.2.mdwn b/doc/news/version_5.3.2.mdwn new file mode 100644 index 00000000..cd16116e --- /dev/null +++ b/doc/news/version_5.3.2.mdwn @@ -0,0 +1,10 @@ +propellor 5.3.2 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * 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. + * Systemd.machined: Install systemd-container on Debian + stretch. + Thanks, Sean Whitton"""]]
\ No newline at end of file diff --git a/doc/news/version_5.3.3.mdwn b/doc/news/version_5.3.3.mdwn new file mode 100644 index 00000000..18f80d5f --- /dev/null +++ b/doc/news/version_5.3.3.mdwn @@ -0,0 +1,8 @@ +propellor 5.3.3 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Warn again about new upstream version when ~/.propellor was cloned from the + Debian git bundle using an older version of propellor that set up an + upstream remote. + * Avoid crashing if initial fetch from origin fails when spinning a host. + * Added Propllor.Property.Openssl module contributed by contributed by + Félix Sipma."""]]
\ No newline at end of file |
