From 6b6d5a08819e946364a41dfa67d6c26a51479420 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 8 Dec 2014 01:08:40 -0400 Subject: changelog --- propellor.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'propellor.cabal') diff --git a/propellor.cabal b/propellor.cabal index fb109649..f3f1c537 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -1,5 +1,5 @@ Name: propellor -Version: 1.1.0 +Version: 1.2.0 Cabal-Version: >= 1.6 License: BSD3 Maintainer: Joey Hess -- cgit v1.3-2-g0d8e From 99bff87440cce110c707398416a2eccd5f49e90e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 9 Dec 2014 00:03:14 -0400 Subject: Include Propellor.Property.OS, which was accidentially left out of the cabal file in the last release. --- debian/changelog | 2 ++ propellor.cabal | 1 + 2 files changed, 3 insertions(+) (limited to 'propellor.cabal') diff --git a/debian/changelog b/debian/changelog index 101ea004..63d76078 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ propellor (1.2.0) UNRELEASED; urgency=medium * Display a warning when ensureProperty is used on a property which has Info and is so prevented from propigating it. * Removed boolProperty; instead the new toResult can be used. (API change) + * Include Propellor.Property.OS, which was accidentially left out of the + cabal file in the last release. -- Joey Hess Sun, 07 Dec 2014 17:08:55 -0400 diff --git a/propellor.cabal b/propellor.cabal index f3f1c537..b0ead4b4 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -90,6 +90,7 @@ Library Propellor.Property.Nginx Propellor.Property.Obnam Propellor.Property.OpenId + Propellor.Property.OS Propellor.Property.Postfix Propellor.Property.Prosody Propellor.Property.Reboot -- cgit v1.3-2-g0d8e