diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index cc39df17..4029e5e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,16 @@ propellor (2.8.0) UNRELEASED; urgency=medium the public propellor repo, by setting that repo to be upstream, so propellor doesnt try to push to a read-only repo. * Added DebianMirror module, contributed by Félix Sipma. + * Some hlint cleanups. + Thanks, Mario Lang + * Added Propellor.Property.Unbound for the caching DNS server. + 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 + with an unwanted newline. Instead, PrivData consumers should use either + privDataLines or privDataVal, to extract respectively lines or a + value (without internal newlines) from PrivData. -- Joey Hess <id@joeyh.name> Fri, 04 Sep 2015 10:36:40 -0700 |
