diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-23 16:39:49 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-23 16:40:21 -0400 |
| commit | baba668033f86b7c91f6b15c58002ea4bdbf3da2 (patch) | |
| tree | 8cac82bbfdc2dff3965cd0d857419b6403efd878 /debian | |
| parent | d8624e2e5df9baf6883eb91b4be8282fb4b62304 (diff) | |
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)
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 6a1d60dd..e70e6a9b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -propellor (1.0.1) UNRELEASED; urgency=medium +propellor (1.1.0) UNRELEASED; urgency=medium * propellor --spin can now deploy propellor to hosts that do not have git, ghc, or apt-get. This is accomplished by uploading a fairly @@ -12,6 +12,9 @@ propellor (1.0.1) UNRELEASED; urgency=medium find the full hostname. * Added group-related properties. Thanks, Félix Sipma. * Added Git.barerepo. Thanks, Félix Sipma. + * 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) -- Joey Hess <joeyh@debian.org> Sat, 22 Nov 2014 00:12:35 -0400 |
