summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess2014-12-07 15:20:50 -0400
committerJoey Hess2014-12-07 15:20:50 -0400
commit3b0b6f44dd60807d7005421eed95cf53c731fc28 (patch)
tree92fa380bd3f03bec67a79fdeecd188722d0c8e6b /debian
parent089b7131a6a91439f2999bc52cd87160e6287e35 (diff)
improve
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog11
1 files changed, 5 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index f8b89b16..e16bcd53 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,11 +19,11 @@ propellor (1.1.0) UNRELEASED; urgency=medium
* Added group-related properties. Thanks, Félix Sipma.
* Added Git.barerepo. Thanks, Félix Sipma.
* Added Grub.installed and Grub.boots properties.
- * hasSomePassword and hasPassword now default to using the name of the
- host as the Context for the password. To specify a different context,
- use hasSomePassword' and hasPassword' (API change)
- * hasSomePassword and hasPassword now check to make sure shadow passwords
- are enabled.
+ * New HostContext can be specified when a PrivData value varies per host.
+ * hasSomePassword and hasPassword now default to using HostContext.
+ To specify a different context, use hasSomePassword' and
+ hasPassword' (API change)
+ * hasSomePassword and hasPassword now make sure shadow passwords are enabled.
* cron.runPropellor now runs propellor, rather than using its Makefile.
This is more robust.
* propellor.debug can be set in the git config to enable more persistent
@@ -31,7 +31,6 @@ propellor (1.1.0) UNRELEASED; urgency=medium
* Run apt-cache policy with LANG=C so it works on other locales.
* endAction can be used to register an action to run once propellor
has successfully run on a host.
- * Fixed privdata introspection for User.hasPassword and User.hasSomePassword
-- Joey Hess <joeyh@debian.org> Sat, 22 Nov 2014 00:12:35 -0400