diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-04-20 00:58:21 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-04-20 00:58:21 -0400 |
| commit | da9e56615f09583d94edf78d72455ec114be866d (patch) | |
| tree | 7a248635cffc041d0600453a362dbc25daf746f4 | |
| parent | c72d3f8fc88691572cb4531ea1760784bca0661d (diff) | |
add news item for propellor 4.0.3
| -rw-r--r-- | doc/news/version_4.0.2.mdwn | 12 | ||||
| -rw-r--r-- | doc/news/version_4.0.3.mdwn | 6 |
2 files changed, 6 insertions, 12 deletions
diff --git a/doc/news/version_4.0.2.mdwn b/doc/news/version_4.0.2.mdwn deleted file mode 100644 index b955c579..00000000 --- a/doc/news/version_4.0.2.mdwn +++ /dev/null @@ -1,12 +0,0 @@ -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 diff --git a/doc/news/version_4.0.3.mdwn b/doc/news/version_4.0.3.mdwn new file mode 100644 index 00000000..eb467287 --- /dev/null +++ b/doc/news/version_4.0.3.mdwn @@ -0,0 +1,6 @@ +propellor 4.0.3 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Added Fstab.listed, Fstab.swap, and Mount.swapOn properties. + Thanks, Daniel Brooks. + * Added Propellor.Property.Bootstrap, which can be used to make + disk images contain their own installation of propellor."""]]
\ No newline at end of file |
