summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog27
1 files changed, 27 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 536cfef9..e2f62bb2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,30 @@
+propellor (5.3.1) unstable; urgency=medium
+
+ * Last release mistakenly contained my personal branch not master.
+ * contrib/post-merge-hook documentation updated to recommend also using
+ it as a post-checkout hook, to avoid such problems.
+
+ -- Joey Hess <id@joeyh.name> Sun, 04 Feb 2018 12:00:03 -0400
+
+propellor (5.3.0) unstable; urgency=medium
+
+ * Avoid bogus warning about new upstream version when /usr/bin/propellor
+ is run on a Debian system, but ~/.propellor was not cloned from the
+ Debian git bundle.
+ * Parted: Allow partitions to have no filesystem, for eg, GPT BIOS boot
+ partitions. (API change)
+ * Added rawPartition to PartSpec, for specifying partitions with no
+ filesystem.
+ * Added BiosGrubFlag to PartFlag.
+ * Add HasCallStack constraint to pickOS and unsupportedOS, so the
+ call stack includes the caller.
+ * Run su with --login, to avoid inheriting some problematic environment
+ variables, such as TMP, from the caller.
+ * Grub: Added properties to configure /etc/default/grub.
+ * Laptop: New module, starting with powertopAutoTuneOnBoot.
+
+ -- Joey Hess <id@joeyh.name> Thu, 01 Feb 2018 12:27:01 -0400
+
propellor (5.2.0-1) unstable; urgency=medium
* Package new upstream release.