diff options
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rw-r--r-- | propellor.cabal | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 4d269021..d648d626 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ propellor (2.8.1) UNRELEASED; urgency=medium * Guard against power loss etc when building propellor, by updating the executable atomically. * Added Logcheck module, contributed by Jelmer Vernooij. + * Added Kerberos module, contributed by Jelmer Vernooij. -- Joey Hess <id@joeyh.name> Fri, 25 Sep 2015 09:21:41 -0400 diff --git a/propellor.cabal b/propellor.cabal index 5cf5f2c8..41fad99d 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -91,6 +91,7 @@ Library Propellor.Property.Group Propellor.Property.Grub Propellor.Property.Journald + Propellor.Property.Kerberos Propellor.Property.Mount Propellor.Property.Network Propellor.Property.Nginx |
