diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-09-03 08:57:35 -0700 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-09-03 08:57:35 -0700 |
| commit | f113e0e78978aef8297431b75294dc6feff18a36 (patch) | |
| tree | ae8ff6deab220c42f994d61c359be2b61091c883 /doc | |
| parent | 288cf5e85a7b6ea0f27fbd608eb6ff9d5a195c2c (diff) | |
add news item for propellor 2.7.3
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/news/version_2.5.0.mdwn | 28 | ||||
| -rw-r--r-- | doc/news/version_2.7.3.mdwn | 9 |
2 files changed, 9 insertions, 28 deletions
diff --git a/doc/news/version_2.5.0.mdwn b/doc/news/version_2.5.0.mdwn deleted file mode 100644 index 5c481d0e..00000000 --- a/doc/news/version_2.5.0.mdwn +++ /dev/null @@ -1,28 +0,0 @@ -propellor 2.5.0 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * cmdProperty' renamed to cmdPropertyEnv to make way for a new, - more generic cmdProperty' (API change) - * Add docker image related properties. - Thanks, Antoine Eiche. - * Export CommandParam, boolSystem, safeSystem, shellEscape, and - * createProcess from Propellor.Property.Cmd, so they are available - for use in constricting your own Properties when using propellor - as a library. - * Improve enter-machine scripts for systemd-nspawn containers to unset most - environment variables. - * Fix Postfix.satellite bug; the default relayhost was set to the - domain, not to smtp.domain as documented. - * Mount /proc inside a chroot before provisioning it, to work around #787227 - * --spin now works when given a short hostname that only resolves to an - ipv6 address. - * Added publish property for systemd-spawn containers, for port publishing. - (Needs systemd version 220.) - * Added bind and bindRo properties for systemd-spawn containers. - * Firewall: Port was changed to a newtype, and the Port and PortRange - constructors of Rules were changed to DPort and DportRange, respectively. - (API change) - * Docker: volume and publish accept Bound FilePath and Bound Port, - respectively. They also continue to accept Strings, for backwards - compatibility. - * Docker: Added environment property. - Thanks Antoine Eiche."""]]
\ No newline at end of file diff --git a/doc/news/version_2.7.3.mdwn b/doc/news/version_2.7.3.mdwn new file mode 100644 index 00000000..dacb773e --- /dev/null +++ b/doc/news/version_2.7.3.mdwn @@ -0,0 +1,9 @@ +propellor 2.7.3 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Fix bug that caused provisioning new chroots to fail. + * Update for Debian systemd-container package split. + * Added Propellor.Property.Parted, for disk partitioning. + * Added Propellor.Property.Partition, for partition formatting etc. + * Added Propellor.Property.DiskImage, for bootable disk image creation. + (Experimental and not yet complete.) + * Dropped support for ghc 7.4."""]]
\ No newline at end of file |
