summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog7
1 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 1e15d9a6..b4431b1a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-propellor (2.11.1) UNRELEASED; urgency=medium
+propellor (2.12.0) UNRELEASED; urgency=medium
* The DiskImage module can now make bootable images using grub.
* Add a ChrootTarball chroot type, for using pre-built tarballs
@@ -7,6 +7,11 @@ propellor (2.11.1) UNRELEASED; urgency=medium
* Added Mount.fstabbed property to generate /etc/fstab to replicate
current mounts.
* HostName: Improve domain extraction code.
+ * Add File.basedOn. Thanks, Per Olofsson.
+ * Changed how the operating system is provided to Chroot (API change).
+ 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.
-- Joey Hess <id@joeyh.name> Thu, 22 Oct 2015 20:24:18 -0400