summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess2015-09-20 15:10:35 -0400
committerJoey Hess2015-09-20 15:10:35 -0400
commitc3e489e7c3adba47211eda05bc52487caece6f32 (patch)
tree67a1a4ca4a6def22be712e37cc27475252069093 /debian
parent2c84f8b38d48b36199f61ee3562a35f95a54e259 (diff)
parent9f4b3e0ed4de04ba5fb754ea45402465faf30783 (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 791cc04b..c5a42e49 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,10 @@ propellor (2.8.0) UNRELEASED; urgency=medium
Thanks, Mario Lang
* Added Propellor.Property.Unbound for the caching DNS server.
Thanks, Félix Sipma.
+ * Added PTR to Dns.Record. While this is ignored by
+ Propellor.Property.Dns for now, since reverse DNS setup is not
+ implemented there yet, it can be used in other places, eg Unbound.
+ Thanks, Félix Sipma.
* PrivData converted to newtype (API change).
* Stopped stripping trailing newlines when setting PrivData;
this was previously done to avoid mistakes when pasting eg passwords
@@ -21,6 +25,7 @@ propellor (2.8.0) UNRELEASED; urgency=medium
value (without internal newlines) from PrivData.
* Allow storing arbitrary ByteStrings in PrivData, extracted using
privDataByteString.
+ * Added Aiccu module, contributed by Jelmer Vernooij.
-- Joey Hess <id@joeyh.name> Fri, 04 Sep 2015 10:36:40 -0700