summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog19
1 files changed, 14 insertions, 5 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
-
- * 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
+propellor (0.4.0) unstable; urgency=medium
+
+ * 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> Sat, 19 Apr 2014 02:09:56 -0400
propellor (0.3.1) unstable; urgency=medium