From c7c9c47d724c710b698d3301637001c056a2c0e3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 24 Nov 2015 10:18:26 -0400 Subject: Added User.hasDesktopGroups property. Based on a property in spwhitton's config, but rewritten. --- debian/changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index b530c7b8..3fe62a73 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ propellor (2.14.0) UNRELEASED; urgency=medium Thanks, Félix Sipma. * Added Git.repoConfigured and Git.repoAcceptsNonFFs properties. Thanks, Sean Whitton + * Added User.hasDesktopGroups property. -- Joey Hess Wed, 11 Nov 2015 13:37:00 -0400 -- cgit v1.3-2-g0d8e From a6d48cc36eb635a913a44d0a645bcf2147e973e4 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 24 Nov 2015 16:04:19 -0400 Subject: prep release --- debian/changelog | 4 ++-- propellor.cabal | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 3fe62a73..6b358633 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -propellor (2.14.0) UNRELEASED; urgency=medium +propellor (2.14.0) unstable; urgency=medium * Add Propellor.Property.PropellorRepo.hasOriginUrl, an explicit way to set the git repository url normally implicitly set when using --spin. @@ -13,7 +13,7 @@ propellor (2.14.0) UNRELEASED; urgency=medium Thanks, Sean Whitton * Added User.hasDesktopGroups property. - -- Joey Hess Wed, 11 Nov 2015 13:37:00 -0400 + -- Joey Hess Tue, 24 Nov 2015 16:03:55 -0400 propellor (2.13.0) unstable; urgency=medium diff --git a/propellor.cabal b/propellor.cabal index 45ded769..f5a91e3a 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -1,5 +1,5 @@ Name: propellor -Version: 2.13.0 +Version: 2.14.0 Cabal-Version: >= 1.8 License: BSD3 Maintainer: Joey Hess -- cgit v1.3-2-g0d8e