diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-02-11 12:53:12 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-02-11 12:53:12 -0400 |
| commit | 67b51860a3b7ca56e19e54af262f93a1bc5a9394 (patch) | |
| tree | 94ed024debe0bc5ab4df9654b05cb003a0af310f /doc/news | |
| parent | 528154b3a9a0de10b1892550bee328a76772d688 (diff) | |
add news item for propellor 2.15.4
Diffstat (limited to 'doc/news')
| -rw-r--r-- | doc/news/version_2.14.0.mdwn | 14 | ||||
| -rw-r--r-- | doc/news/version_2.15.4.mdwn | 15 |
2 files changed, 15 insertions, 14 deletions
diff --git a/doc/news/version_2.14.0.mdwn b/doc/news/version_2.14.0.mdwn deleted file mode 100644 index 2a6e7bda..00000000 --- a/doc/news/version_2.14.0.mdwn +++ /dev/null @@ -1,14 +0,0 @@ -propellor 2.14.0 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * Add Propellor.Property.PropellorRepo.hasOriginUrl, an explicit way to - set the git repository url normally implicitly set when using --spin. - * Added Chroot.noServices property. - * DiskImage creation automatically uses Chroot.noServices. - * Removed the (unused) dependency on quickcheck. - * DebianMirror: Added a DebianMirror type for configuration (API change) - Thanks, Félix Sipma. - * DebianMirror: Add RsyncExtra to configuration. - Thanks, Félix Sipma. - * Added Git.repoConfigured and Git.repoAcceptsNonFFs properties. - Thanks, Sean Whitton - * Added User.hasDesktopGroups property."""]]
\ No newline at end of file diff --git a/doc/news/version_2.15.4.mdwn b/doc/news/version_2.15.4.mdwn new file mode 100644 index 00000000..4e20bcc9 --- /dev/null +++ b/doc/news/version_2.15.4.mdwn @@ -0,0 +1,15 @@ +propellor 2.15.4 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Build /usr/src/propellor/propellor.git reproducibly, + which makes the whole Debian package build reproducibly. + Thanks, Sean Whitton. + * Obnam: To cause old generations to be forgotten, keepParam can be + passed to a backup property; this causes obnam forget to be run. + * Delete /etc/apt/apt.conf.d/50unattended-upgrades.ucf-dist when + unattended-upgrades is installed, to work around #812380 which results + in many warnings from apt, including in cron mails. + * Added Propellor.Property.LetsEncrypt + * Apache.httpsVirtualHost: New property, setting up a https vhost + with the certificate automatically obtained using letsencrypt. + * Allow using combineProperties and propertyList with lists of + RevertableProperty."""]]
\ No newline at end of file |
