diff options
Diffstat (limited to 'doc/news/version_4.3.3.mdwn')
| -rw-r--r-- | doc/news/version_4.3.3.mdwn | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/news/version_4.3.3.mdwn b/doc/news/version_4.3.3.mdwn new file mode 100644 index 00000000..b51ab5df --- /dev/null +++ b/doc/news/version_4.3.3.mdwn @@ -0,0 +1,17 @@ +propellor 4.3.3 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Hosts can be configured to build propellor using stack, by adding + a property: + & bootstrapWith (Robustly Stack) + * Hosts can be configured to build propellor using cabal, but using + only packages installed from the operating system. This + will work on eg Debian: + & bootstrapWith OSOnly + * Iproved fix for bug that sometimes made --spin fail with + "fatal: Couldn't find remote ref HEAD". The previous fix didn't work + reliably. + * User: add systemGroup and use it for systemAccountFor' + Thanks, Félix Sipma. + * Export a Restic.backup' property. + Thanks, Félix Sipma. + * Updated stack config to lts-8.22."""]]
\ No newline at end of file |
