summaryrefslogtreecommitdiff
path: root/doc/news/version_4.1.0.mdwn
blob: 7cc5e3680606e038b698e22ce153e4160a910663 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
propellor 4.1.0 released with [[!toggle text="these changes"]]
[[!toggleable text="""
   * User.hasInsecurePassword makes sure shadow passwords are enabled,
     so if the insecure password is later changed, the new password won't be
     exposed.
   * Bugfix: Apache.httpsVirtualHost' must create ssl/hn/ dir earlier
     Thanks, Sean Whitton.
   * Bootstrap.clonedFrom: Fix bug that broke copying .git/config into
     chroot.
   * Diskimage.imageExists: Align disk image size to multiple of 4096
     sector size, since some programs (such as VBoxManage convertdd)
     refuse to operate on disk images not aligned to a sector size.
   * Bootstrap.bootstrappedFrom: Fix bug that caused propellor to only
     be built from the bootstrapped config the first time.
   * Bootstrap.bootstrappedFrom: Avoid doing anything when not run in a
     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."""]]