diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-11-24 17:05:55 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-11-24 17:06:46 -0400 |
| commit | 93d698a803d8ca2d8290dc7b79ee8c319fad2522 (patch) | |
| tree | 93cd1786b58a1cc4b4a373dcdf5b0dbd65bf07bb /debian | |
| parent | 6f949b35602f7b2095b7248981dce7381a09852d (diff) | |
User.hasDesktopGroups changed to avoid trying to add the user to groups that don't exist.
This is the same method user-setup uses.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 6b358633..4bcca675 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +propellor (2.14.1) UNRELEASED; urgency=medium + + * User.hasDesktopGroups changed to avoid trying to add the user to + groups that don't exist. + + -- Joey Hess <id@joeyh.name> Tue, 24 Nov 2015 17:06:12 -0400 + propellor (2.14.0) unstable; urgency=medium * Add Propellor.Property.PropellorRepo.hasOriginUrl, an explicit way to |
