From 103da27d1be08ed31574c9eb37632ac260963afe Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 23 Oct 2015 17:41:30 -0400 Subject: add news item for propellor 2.12.0 --- doc/news/version_2.12.0.mdwn | 18 ++++++++++++++++++ doc/news/version_2.7.3.mdwn | 9 --------- 2 files changed, 18 insertions(+), 9 deletions(-) create mode 100644 doc/news/version_2.12.0.mdwn delete mode 100644 doc/news/version_2.7.3.mdwn 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 -- cgit v1.2.3