summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess2015-10-23 17:38:48 -0400
committerJoey Hess2015-10-23 17:38:48 -0400
commit70797918ff2dd1d0588e4a3d2eb2a38381ecd9ed (patch)
treeb755fba501fcbe013d7c9294fc7ce4b21a2d057a /debian
parent42ed4b5e68ec84106850c07904ee6124a7805742 (diff)
parent0d08ba360b576fe000a9ce67ce2082267aad9d5c (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
1 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index b4431b1a..f4be6655 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-propellor (2.12.0) UNRELEASED; urgency=medium
+propellor (2.12.0) unstable; urgency=medium
* The DiskImage module can now make bootable images using grub.
* Add a ChrootTarball chroot type, for using pre-built tarballs
@@ -12,8 +12,12 @@ propellor (2.12.0) UNRELEASED; urgency=medium
Where before debootstrapped and bootstrapped took a System parameter,
the os property should now be added to the Chroot.
* Follow-on change to Systemd.container, which now takes a System parameter.
+ * Generalized Property.check so it can be used with Propellor actions as
+ well as IO actions.
+ * Hostname.sane and Hostname.setTo can now safely be used as a property
+ of a chroot, and won't affect the hostname of the host system.
- -- Joey Hess <id@joeyh.name> Thu, 22 Oct 2015 20:24:18 -0400
+ -- Joey Hess <id@joeyh.name> Fri, 23 Oct 2015 17:38:32 -0400
propellor (2.11.0) unstable; urgency=medium