summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorJoey Hess2015-10-23 15:43:06 -0400
committerJoey Hess2015-10-23 15:43:06 -0400
commit42ed4b5e68ec84106850c07904ee6124a7805742 (patch)
tree9e49ef3e9a8d02d1951e07d1c31119e5eb7d5844 /debian/changelog
parent3f17dd7cbef4ec6bbccc368e07be964dc7f9570b (diff)
parent3aee86abac10f1ad9d4b51c024f5f3c02cdbfc68 (diff)
Merge branch 'joeyconfig'
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