diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-03-07 16:36:36 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-03-07 16:36:36 -0400 |
| commit | 16a95afa2fe22a4df9c371489c4ee7ffdef8e07b (patch) | |
| tree | 6e0869e78aba03be2591569369e1e099bb86568e /doc/news/version_2.9.0.mdwn | |
| parent | 9bbc292b3f903a1476e3524bb9198e58ce300401 (diff) | |
| parent | 822694e790102efa2a5bb4a0c3d62c6fce1d4e87 (diff) | |
Merge remote-tracking branch 'remotes/misandrist/FreeBSD' into wip
Diffstat (limited to 'doc/news/version_2.9.0.mdwn')
| -rw-r--r-- | doc/news/version_2.9.0.mdwn | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/doc/news/version_2.9.0.mdwn b/doc/news/version_2.9.0.mdwn deleted file mode 100644 index ef445452..00000000 --- a/doc/news/version_2.9.0.mdwn +++ /dev/null @@ -1,35 +0,0 @@ -propellor 2.9.0 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * Added basic Uwsgi module, maintained by Félix Sipma. - * Add Apt.hasForeignArch. Thanks, Per Olofsson. - * Improved documentation, particularly of the Propellor module. - * The Propellor module no longer exports many of the things it used to, - being now focused on only what's needed to write config.hs. - Use Propellor.Base to get all the things exported by Propellor before. - (API change) - * Some renaming of instance methods, and moving of functions to more - appropriate modules. (API change) - * Added File.isSymlinkedTo. Thanks, Per Olofsson. - * fileProperty, and properties derived from it now write the new - file content via origfile.propellor-new~, instead of to a randomly named - temp file. This allows them to clean up any temp file that may have - been left by an interrupted run of propellor. - * Added Propellor.Property.Spin, which can be used to make a host be a - controller of other hosts, which will automatically spin them each time - propellor is run. - * Ssh.keyImported is replaced with Ssh.userKeys. (API change) - The new property only gets the private key from the privdata; the - public key is provided as a parameter, and so is available as - Info that other properties can use. - * Ssh.keyImported' is renamed to Ssh.userKeyAt, and also changed - to only import the private key from the privdata. (API change) - * While Ssh.keyImported and Ssh.keyImported' avoided updating existing - keys, the new Ssh.userKeys and Ssh.userKeyAt properties will - always update out of date key files. - * Ssh.pubKey renamed to Ssh.hostPubKey. (API change) - * Added --unset-unused - * Fix typo: propigate → propagate. Thanks, Felix Gruber. - (A minor API change) - * Chroot: Converted to use a ChrootBootstrapper type class, so - other ways to bootstrap chroots can easily be added in separate - modules. (API change)"""]]
\ No newline at end of file |
