diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-10-23 17:41:30 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-10-23 17:41:30 -0400 |
| commit | 103da27d1be08ed31574c9eb37632ac260963afe (patch) | |
| tree | 8e24d6901a0ce2426f310de5cd4524c538514764 /doc/news/version_2.12.0.mdwn | |
| parent | 70797918ff2dd1d0588e4a3d2eb2a38381ecd9ed (diff) | |
add news item for propellor 2.12.0
Diffstat (limited to 'doc/news/version_2.12.0.mdwn')
| -rw-r--r-- | doc/news/version_2.12.0.mdwn | 18 |
1 files changed, 18 insertions, 0 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 |
