diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 8 |
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 |
