diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-11-24 16:42:01 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-11-24 16:42:01 -0400 |
| commit | da7d8f623bd1530d9d492b8684a84a225303ad53 (patch) | |
| tree | d464303ec64bd44c896c24d36b3346709db75584 /doc/news | |
| parent | 4db01fc714a12a5c8fed455ebbe37115f596aee5 (diff) | |
add news item for propellor 2.14.0
Diffstat (limited to 'doc/news')
| -rw-r--r-- | doc/news/version_2.14.0.mdwn | 14 | ||||
| -rw-r--r-- | doc/news/version_2.8.1.mdwn | 13 |
2 files changed, 14 insertions, 13 deletions
diff --git a/doc/news/version_2.14.0.mdwn b/doc/news/version_2.14.0.mdwn new file mode 100644 index 00000000..2a6e7bda --- /dev/null +++ b/doc/news/version_2.14.0.mdwn @@ -0,0 +1,14 @@ +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.8.1.mdwn b/doc/news/version_2.8.1.mdwn deleted file mode 100644 index fafde5e4..00000000 --- a/doc/news/version_2.8.1.mdwn +++ /dev/null @@ -1,13 +0,0 @@ -propellor 2.8.1 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * Guard against power loss etc when building propellor, by updating - the executable atomically. - * Added Logcheck module, contributed by Jelmer Vernooij. - * Added Kerberos module, contributed by Jelmer Vernooij. - * Privdata that uses HostContext inside a container will now have the - name of the container as its context, rather than the name of - the host(s) where the container is used. This allows eg, having different - passwords for a user in different containers. Note that previously, - propellor would prompt using the container name as the context, but - not actually use privdata using that context; so this is a bug fix. - * Fix --add-key to not fail committing when no privdata file exists yet."""]]
\ No newline at end of file |
