summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorJoey Hess2017-07-05 17:29:19 -0400
committerJoey Hess2017-07-05 17:29:19 -0400
commit9648e1797f7f08b3465f6c301404ee0555c20881 (patch)
tree9273d7a1b1e6ae2223aac05bbb6f8afc162845ba /debian/changelog
parent9d6c50fff28ed5ba7da7fdd2989c7773e357a3c3 (diff)
parent3451ca8beeb58a3bdd864cd1009ba9f0e314b442 (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog10
1 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 34ea28f4..ea9f43bf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-propellor (4.0.7) UNRELEASED; urgency=medium
+propellor (4.1.0) UNRELEASED; urgency=medium
* User.hasInsecurePassword makes sure shadow passwords are enabled,
so if the insecure password is later changed, the new password won't be
@@ -16,6 +16,14 @@ propellor (4.0.7) UNRELEASED; urgency=medium
chroot.
* When provisioning a container, output was buffered until the whole
process was done; now output will be displayed immediately.
+ * LightDM.autoLogin: Make it require LightDM.installed.
+ (minor API change as the type changed)
+ * Propellor.Property.XFCE added with some useful properties for the
+ desktop environment.
+ * Added File.applyPath property.
+ * Added File.checkOverwrite.
+ * File.isCopyOf: Fix bug that prevented this property from working
+ when the destination file did not yet exist.
-- Joey Hess <id@joeyh.name> Tue, 20 Jun 2017 10:55:37 -0400