diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-09-15 21:22:23 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-09-15 21:29:03 -0400 |
| commit | 1f4904881019efe275ba0e80b6beb5a2355e0b23 (patch) | |
| tree | 042cb4af87819b5341e71cd701a63f384facd05b /debian | |
| parent | f3f7bb19bb6f30f48ae6d7e272bc59b7fa8efd10 (diff) | |
documentation
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
