diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-07-28 15:49:11 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-07-28 15:49:11 -0400 |
| commit | 9b9cc6f4465056338d86a866bfe3b51307ffb6b2 (patch) | |
| tree | 6eda81b21b84930bef730df08284731034f0392c /doc | |
| parent | f716ba1c07c3b9a9321ac1f2ba03cacb8e709473 (diff) | |
add news item for propellor 4.6.2
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/news/version_4.5.0.mdwn | 9 | ||||
| -rw-r--r-- | doc/news/version_4.6.2.mdwn | 8 |
2 files changed, 8 insertions, 9 deletions
diff --git a/doc/news/version_4.5.0.mdwn b/doc/news/version_4.5.0.mdwn deleted file mode 100644 index d78a2618..00000000 --- a/doc/news/version_4.5.0.mdwn +++ /dev/null @@ -1,9 +0,0 @@ -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 diff --git a/doc/news/version_4.6.2.mdwn b/doc/news/version_4.6.2.mdwn new file mode 100644 index 00000000..50930135 --- /dev/null +++ b/doc/news/version_4.6.2.mdwn @@ -0,0 +1,8 @@ +propellor 4.6.2 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Systemd.nspawned: Recent systemd versions such as 234 ignore + non-symlinks in /etc/systemd/system/multi-user.target.wants, + which was used to configure systemd-nspawn parameters. Instead, + use a service.d/local.conf file to configure that. + * Grub: Added bootsMounted property, a generalization of + DiskImage.grubBooted"""]]
\ No newline at end of file |
