summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog87
1 files changed, 85 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 43e3cd6f..2efdf5cc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,92 @@
-propellor (4.0.4) UNRELEASED; urgency=medium
+propellor (4.3.2) unstable; urgency=medium
+
+ * Really include Propellor.Property.FreeDesktop.
+
+ -- Joey Hess <id@joeyh.name> Thu, 06 Jul 2017 17:28:53 -0400
+
+propellor (4.3.1) unstable; urgency=medium
+
+ * Added Propellor.Property.FreeDesktop module.
+ * Added reservedSpacePercentage to the PartSpec EDSL.
+
+ -- Joey Hess <id@joeyh.name> Thu, 06 Jul 2017 17:03:15 -0400
+
+propellor (4.3.0) unstable; urgency=medium
+
+ * DiskImage: Removed grubBooted; properties that used to need it as a
+ parameter now look at Info about the bootloader that is installed in
+ the chroot that the disk image is created from.
+ (API change)
+
+ -- Joey Hess <id@joeyh.name> Wed, 05 Jul 2017 21:04:04 -0400
+
+propellor (4.2.0) unstable; urgency=medium
+
+ * DiskImage.grubBooted no longer takes a BIOS parameter,
+ and no longer implicitly adds Grub.installed to the properties of
+ the disk image. If you used DiskImage.grubBooted, you'll need to update
+ your propellor configuration, removing the BIOS parameter from
+ grubBooted and adding a Grub.installed property to the disk image, eg:
+ & Grub.installed PC
+ (API change)
+ * Grub.installed: Avoid running update-grub when used in a chroot, since
+ it will get confused.
+ * DiskImage.Finalization: Simplified this type since it does not need to
+ be used to install packages anymore. (API change)
+
+ -- Joey Hess <id@joeyh.name> Wed, 05 Jul 2017 18:10:49 -0400
+
+propellor (4.1.0) unstable; urgency=medium
+
+ * 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.
+
+ -- Joey Hess <id@joeyh.name> Wed, 05 Jul 2017 17:30:00 -0400
+
+propellor (4.0.6) unstable; urgency=medium
+
+ * Fix bug that sometimes made --spin fail with
+ "fatal: Couldn't find remote ref HEAD"
+ * Display error and warning messages to stderr, not stdout.
+
+ -- Joey Hess <id@joeyh.name> Sun, 18 Jun 2017 19:30:50 -0400
+
+propellor (4.0.5) unstable; urgency=medium
+
+ * Switch cabal file from Extensions to Default-Extensions to fix
+ new picky hackage rejection.
+
+ -- Joey Hess <id@joeyh.name> Sat, 03 Jun 2017 15:07:36 -0400
+
+propellor (4.0.4) unstable; urgency=medium
* Propellor.Property.Restic added for yet another backup program.
Thanks, FĂ©lix Sipma.
+ * Removed dependency on MissingH, instead depends on split and hashable.
- -- Joey Hess <id@joeyh.name> Thu, 27 Apr 2017 16:31:26 -0400
+ -- Joey Hess <id@joeyh.name> Sat, 03 Jun 2017 14:56:44 -0400
propellor (4.0.3) unstable; urgency=medium