diff options
Diffstat (limited to 'debian/changelog')
| -rw-r--r-- | debian/changelog | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/debian/changelog b/debian/changelog index 75a0df5c..78115eb3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,13 @@ propellor (4.9.1) UNRELEASED; urgency=medium + * Debootstrap.built now supports bootstrapping chroots for foreign + OS's, using qemu-user-static. + * Machine: New module collecting machine-specific properties for + building bootable images for ARM boards. + Tested working boards: Olimex Lime, CubieTruck, Banana Pi, SheevaPlug. + * Service: Changed to use invoke-rc.d rather than the service command for + starting services. This notably means that in chroots, services will + not be started. * Add Typeable instance to OriginUrl, fixing build with old versions of ghc. * Added Propellor.Property.impossible @@ -7,17 +15,6 @@ propellor (4.9.1) UNRELEASED; urgency=medium Thanks, Félix Sipma. * Fail2Ban: Renamed jail.d conf file to use .local. Thanks, Félix Sipma. - * Debootstrap.built now supports bootstrapping chroots for foreign - OS's, using qemu-user-static. - * Qemu: New module. - * FlashKernel: New module, can be used to create disk images for ARM - boards using flash-kernel. - * Uboot: New module. - * Machine: New module, machine-specific properties for ARM boards are - being collected here. - * Service: Changed to use invoke-rc.d rather than service for starting - services. This notably means that in chroots, services will not be - started. -- Joey Hess <id@joeyh.name> Thu, 02 Nov 2017 10:28:44 -0400 |
