summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess2015-10-23 17:41:30 -0400
committerJoey Hess2015-10-23 17:41:30 -0400
commit103da27d1be08ed31574c9eb37632ac260963afe (patch)
tree8e24d6901a0ce2426f310de5cd4524c538514764 /doc
parent70797918ff2dd1d0588e4a3d2eb2a38381ecd9ed (diff)
add news item for propellor 2.12.0
Diffstat (limited to 'doc')
-rw-r--r--doc/news/version_2.12.0.mdwn18
-rw-r--r--doc/news/version_2.7.3.mdwn9
2 files changed, 18 insertions, 9 deletions
diff --git a/doc/news/version_2.12.0.mdwn b/doc/news/version_2.12.0.mdwn
new file mode 100644
index 00000000..58a7193c
--- /dev/null
+++ b/doc/news/version_2.12.0.mdwn
@@ -0,0 +1,18 @@
+propellor 2.12.0 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * The DiskImage module can now make bootable images using grub.
+ * Add a ChrootTarball chroot type, for using pre-built tarballs
+ as chroots. Thanks, Ben Boeckel.
+ * HostName: Improve domain extraction code.
+ * 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.
+ * 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."""]] \ No newline at end of file
diff --git a/doc/news/version_2.7.3.mdwn b/doc/news/version_2.7.3.mdwn
deleted file mode 100644
index dacb773e..00000000
--- a/doc/news/version_2.7.3.mdwn
+++ /dev/null
@@ -1,9 +0,0 @@
-propellor 2.7.3 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * Fix bug that caused provisioning new chroots to fail.
- * Update for Debian systemd-container package split.
- * Added Propellor.Property.Parted, for disk partitioning.
- * Added Propellor.Property.Partition, for partition formatting etc.
- * Added Propellor.Property.DiskImage, for bootable disk image creation.
- (Experimental and not yet complete.)
- * Dropped support for ghc 7.4."""]] \ No newline at end of file