From 1f4904881019efe275ba0e80b6beb5a2355e0b23 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 15 Sep 2015 21:22:23 -0400 Subject: documentation --- debian/changelog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 791cc04b..8969a5d1 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 -- cgit v1.3-2-g0d8e From 6c878189ffff941aeadaf5c4e94fc5ec07dba1e1 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 20 Sep 2015 14:38:54 -0400 Subject: document new module and add to cabal list --- debian/changelog | 1 + propellor.cabal | 1 + 2 files changed, 2 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 8969a5d1..c5a42e49 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,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 Fri, 04 Sep 2015 10:36:40 -0700 diff --git a/propellor.cabal b/propellor.cabal index f3c6bacd..b42f6859 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -70,6 +70,7 @@ Library Exposed-Modules: Propellor Propellor.Property + Propellor.Property.Aiccu Propellor.Property.Apache Propellor.Property.Apt Propellor.Property.Cmd -- cgit v1.3-2-g0d8e