diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-19 02:10:56 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-19 02:10:56 -0400 |
| commit | 5dd316a0ad4abce5e81ea19e52caf7b57081cda3 (patch) | |
| tree | 92070fc17e1a57245e1d0f89d5d3bf8599406d85 /debian | |
| parent | 5b4f3d109ee7393b1e44cac60b43def2ce4c8b24 (diff) | |
| parent | 6aeeaaab9073675e8c043d009c97ff62d809975b (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 3daeb395..beaca78a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,17 @@ -propellor (0.3.2) UNRELEASED; urgency=medium +propellor (0.4.0) unstable; urgency=medium - * Run all cron jobs under chronic from moreutils to avoid unnecessary mails. + * Propellor can configure primary DNS servers, including generating + zone files, which is done by looking at the properties of hosts + in a domain. + * The `cname` property was renamed to `alias` as it does not always + generate CNAME in the DNS. + * Constructor of Property has changed (use `property` function instead). + * All Property combinators now combine together their Attr settings. + So Attr settings can be made inside a propertyList, for example. + * Run all cron jobs under chronic from moreutils to avoid unnecessary + mails. - -- Joey Hess <joeyh@debian.org> Thu, 17 Apr 2014 21:00:43 -0400 + -- Joey Hess <joeyh@debian.org> Sat, 19 Apr 2014 02:09:56 -0400 propellor (0.3.1) unstable; urgency=medium |
