From 6b6d5a08819e946364a41dfa67d6c26a51479420 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 8 Dec 2014 01:08:40 -0400 Subject: changelog --- debian/changelog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 827c7986..101ea004 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,8 @@ -propellor (1.1.1) UNRELEASED; urgency=medium +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) -- Joey Hess Sun, 07 Dec 2014 17:08:55 -0400 -- 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 'debian') 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 From 040a5fe3c75930f08667369357a77ededf815c5a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 9 Dec 2014 00:05:16 -0400 Subject: prep release --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 63d76078..68564473 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -propellor (1.2.0) UNRELEASED; urgency=medium +propellor (1.2.0) unstable; urgency=medium * Display a warning when ensureProperty is used on a property which has Info and is so prevented from propigating it. @@ -6,7 +6,7 @@ propellor (1.2.0) UNRELEASED; urgency=medium * 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 + -- Joey Hess Tue, 09 Dec 2014 00:05:09 -0400 propellor (1.1.0) unstable; urgency=medium -- cgit v1.3-2-g0d8e