diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-07-13 13:35:52 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-07-13 13:35:52 -0400 |
| commit | 2d172ff2d209b3663d6172fbd53f552e3fa6f658 (patch) | |
| tree | 6b5c72c9a7629018cb8003041298fd83eac13ca5 /doc/news | |
| parent | 8ffd10be9715643cb7474a3d96b69a828537aa4a (diff) | |
add news item for propellor 4.3.3
Diffstat (limited to 'doc/news')
| -rw-r--r-- | doc/news/version_3.3.1.mdwn | 8 | ||||
| -rw-r--r-- | doc/news/version_4.3.3.mdwn | 17 |
2 files changed, 17 insertions, 8 deletions
diff --git a/doc/news/version_3.3.1.mdwn b/doc/news/version_3.3.1.mdwn deleted file mode 100644 index 84ab72f1..00000000 --- a/doc/news/version_3.3.1.mdwn +++ /dev/null @@ -1,8 +0,0 @@ -propellor 3.3.1 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * Apt: Removed the mirrors.kernel.org line from stdSourcesList etc. - The mirror CDN has a new implementation that should avoid the problems - with httpredir that made an extra mirror sometimes be needed. - * Switch Debian CDN address to deb.debian.org. - * Tor.hiddenService: Fix bug in torrc's HiddenServicePort configuration. - Thanks, Félix Sipma"""]]
\ No newline at end of file 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 |
