diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-01-03 17:02:02 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-01-03 17:02:02 -0400 |
| commit | 6a889ff04faf68d35e035a464ac01a7a96bde3e2 (patch) | |
| tree | 778d58db023dce6a12bd7074c9384dc3ee06ea79 /doc | |
| parent | a7e2fc5b0a3c331ebe30c4298358388fc74ea693 (diff) | |
add news item for propellor 2.15.2
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/news/version_2.12.0.mdwn | 18 | ||||
| -rw-r--r-- | doc/news/version_2.15.2.mdwn | 9 |
2 files changed, 9 insertions, 18 deletions
diff --git a/doc/news/version_2.12.0.mdwn b/doc/news/version_2.12.0.mdwn deleted file mode 100644 index 58a7193c..00000000 --- a/doc/news/version_2.12.0.mdwn +++ /dev/null @@ -1,18 +0,0 @@ -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.15.2.mdwn b/doc/news/version_2.15.2.mdwn new file mode 100644 index 00000000..b1a3bf80 --- /dev/null +++ b/doc/news/version_2.15.2.mdwn @@ -0,0 +1,9 @@ +propellor 2.15.2 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Added GNUPGBIN environment variable or git.program git config + to control the command run for gpg. Allows eg, GNUPGBIN=gpg2 + Thanks, Félix Sipma. + * Bootstrap apt-get installs run with deconf noninteractive frontend. + * spin --via: Avoid committing on relay host. + * Postfix: Add service property to enable/disable services in master.cf. + * Added Munin module, contributed by Jelmer Vernooij."""]]
\ No newline at end of file |
