diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-07-05 21:04:33 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-07-05 21:04:33 -0400 |
| commit | 0805e6ba4dab3e637a7cf3675058cb4900d5f5d5 (patch) | |
| tree | 605353eb0b0305c8e26d10568075ad8098fc2360 | |
| parent | 23241df0b23e4bf708debe2dd67ef83952f3528f (diff) | |
add news item for propellor 4.3.0
| -rw-r--r-- | doc/news/version_3.2.3.mdwn | 9 | ||||
| -rw-r--r-- | doc/news/version_4.2.0.mdwn | 13 | ||||
| -rw-r--r-- | doc/news/version_4.3.0.mdwn | 6 |
3 files changed, 6 insertions, 22 deletions
diff --git a/doc/news/version_3.2.3.mdwn b/doc/news/version_3.2.3.mdwn deleted file mode 100644 index 3689a908..00000000 --- a/doc/news/version_3.2.3.mdwn +++ /dev/null @@ -1,9 +0,0 @@ -propellor 3.2.3 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * Improve extraction of gpg secret key id list, to work with gpg 2.1. - * The propellor wrapper checks if ./config.hs exists; if so it runs - using the configuration in the current directory, rather than - ~/.propellor/config.hs - * Debootstap: Fix too tight permissions lock down of debootstrapped - chroots, which prevented non-root users from doing anything in the - chroot."""]]
\ No newline at end of file diff --git a/doc/news/version_4.2.0.mdwn b/doc/news/version_4.2.0.mdwn deleted file mode 100644 index 6ccb23f7..00000000 --- a/doc/news/version_4.2.0.mdwn +++ /dev/null @@ -1,13 +0,0 @@ -propellor 4.2.0 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * DiskImage.grubBooted no longer takes a BIOS parameter, - and no longer implicitly adds Grub.installed to the properties of - the disk image. If you used DiskImage.grubBooted, you'll need to update - your propellor configuration, removing the BIOS parameter from - grubBooted and adding a Grub.installed property to the disk image, eg: - & Grub.installed PC - (API change) - * Grub.installed: Avoid running update-grub when used in a chroot, since - it will get confused. - * DiskImage.Finalization: Simplified this type since it does not need to - be used to install packages anymore. (API change)"""]]
\ No newline at end of file diff --git a/doc/news/version_4.3.0.mdwn b/doc/news/version_4.3.0.mdwn new file mode 100644 index 00000000..f300b984 --- /dev/null +++ b/doc/news/version_4.3.0.mdwn @@ -0,0 +1,6 @@ +propellor 4.3.0 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * DiskImage: Removed grubBooted; properties that used to need it as a + parameter now look at Info about the bootloader that is installed in + the chroot that the disk image is created from. + (API change)"""]]
\ No newline at end of file |
