summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--propellor.cabal1
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 41f1435c..4d269021 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,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.
-- Joey Hess <id@joeyh.name> Fri, 25 Sep 2015 09:21:41 -0400
diff --git a/propellor.cabal b/propellor.cabal
index f111174c..5cf5f2c8 100644
--- a/propellor.cabal
+++ b/propellor.cabal
@@ -105,6 +105,7 @@ Library
Propellor.Property.Rsync
Propellor.Property.List
Propellor.Property.LightDM
+ Propellor.Property.Logcheck
Propellor.Property.Scheduled
Propellor.Property.Service
Propellor.Property.Ssh