diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-03-24 14:09:50 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-03-24 14:09:50 -0400 |
| commit | f03ccd29779094190f3b6414e931ebc4ac798778 (patch) | |
| tree | 8a2f71e09e2dd20d721a954ff47103e39bc10eb2 | |
| parent | c4fcd24f8758d6398254bd44a693c9706d16779b (diff) | |
add news item for propellor 4.0.2
| -rw-r--r-- | doc/news/version_4.0.1.mdwn | 6 | ||||
| -rw-r--r-- | doc/news/version_4.0.2.mdwn | 12 |
2 files changed, 12 insertions, 6 deletions
diff --git a/doc/news/version_4.0.1.mdwn b/doc/news/version_4.0.1.mdwn deleted file mode 100644 index e870a510..00000000 --- a/doc/news/version_4.0.1.mdwn +++ /dev/null @@ -1,6 +0,0 @@ -propellor 4.0.1 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * Fix build with pre-AMP ghc. - * Tor: Restart daemon after installing private key. - * Tor.named, Tor.torPrivKey: Include the new ed25519 public/private key - pair in addition to the old secret\_id\_key."""]]
\ No newline at end of file diff --git a/doc/news/version_4.0.2.mdwn b/doc/news/version_4.0.2.mdwn new file mode 100644 index 00000000..b955c579 --- /dev/null +++ b/doc/news/version_4.0.2.mdwn @@ -0,0 +1,12 @@ +propellor 4.0.2 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Apt.mirror can be used to set the preferred apt mirror of a host, + overriding the default CDN. This info is used by + Apt.stdSourcesList and Sbuild.builtFor. + Thanks, Sean Whitton. + * Property.Partition: Update kpartx output parser, as its output format + changed around version 0.6. Both output formats are supported now. + * Fix bug when using setContainerProps with a chroot that prevented + properties added to a chroot that way from being seen when propellor + was running inside the chroot. This affected disk image creation, and + possibly other things that use chroots."""]]
\ No newline at end of file |
