summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess2017-11-17 21:29:16 -0400
committerJoey Hess2017-11-17 21:29:16 -0400
commitd02b5bcc05f18f28379832d9d87bfd3d972aac86 (patch)
tree3ad03a0a996dca0c9d5c4068d28e37a6ecc8fc52 /debian
parente2549c3d7603e693f0663a0cf411164845345088 (diff)
propellor spin
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog19
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