diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-07-25 15:30:54 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-07-25 15:30:54 -0400 |
| commit | 4f5ea9e647de942df53b7fcb0aa69729bd1b1454 (patch) | |
| tree | 7806b879fe5d07879f26f28deec5a10de67c41de /doc | |
| parent | 9c719f4f5e8b5bfdc0be3259cd3a30b02a345e82 (diff) | |
| parent | f01286bc4338dcb3942b3870d7a6ea69ca773265 (diff) | |
Merge branch 'master' into joeyconfig
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/news/version_4.3.3.mdwn | 17 | ||||
| -rw-r--r-- | doc/news/version_4.5.0.mdwn | 9 |
2 files changed, 9 insertions, 17 deletions
diff --git a/doc/news/version_4.3.3.mdwn b/doc/news/version_4.3.3.mdwn deleted file mode 100644 index b51ab5df..00000000 --- a/doc/news/version_4.3.3.mdwn +++ /dev/null @@ -1,17 +0,0 @@ -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 diff --git a/doc/news/version_4.5.0.mdwn b/doc/news/version_4.5.0.mdwn new file mode 100644 index 00000000..d78a2618 --- /dev/null +++ b/doc/news/version_4.5.0.mdwn @@ -0,0 +1,9 @@ +propellor 4.5.0 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Generalized the PartSpec DSL, so it can be used for both + disk image partitioning, and disk device partitioning, with + different partition sizing methods as appropriate for the different + uses. (minor API change) + * Propellor.Property.Parted: Added calcPartTable function which uses + PartSpec DiskPart, and a useDiskSpace combinator. + * Generate a better description for versioned properties."""]]
\ No newline at end of file |
