summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog33
1 files changed, 33 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 763cecc6..7cc3838e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,36 @@
+propellor (3.1.0) UNRELEASED; urgency=medium
+
+ * Switch letsencrypt to certbot package name.
+ * Sbuild: Add keyringInsecurelyGenerated which is useful on throwaway
+ build VMs.
+ Thanks, Sean Whitton
+ * Added Propellor.Property.SiteSpecific.Exoscale.
+ Thanks, Sean Whitton
+ * Property.Reboot: Added toDistroKernel and toKernelNewerThan.
+ Thanks, Sean Whitton
+ * Architecture changed from String to an ADT. (API Change)
+ Transition guide: Change "amd64" to X86_64, "i386" to X86_32,
+ "armel" to ARMEL, etc.
+ Thanks, Félix Sipma.
+ * The Debian data type now includes a DebianKernel. (API Change)
+ This won't affect most config.hs, as osDebian defaults to
+ Linux. Added osDebian' can be used to specify a different kernel.
+ Thanks, Félix Sipma.
+ * Improve exception handling. A property that threw a non-IOException
+ used to stop the whole propellor run. Now, all non-async exceptions
+ only make the property that threw them fail. (Implicit API change)
+ * Added StopPropellorException and stopPropellorMessage which can be
+ used in the unusual case where a failure of one property should stop
+ propellor from trying to ensure any other properties.
+ * tryPropellor returns Either SomeException instead of Either IOException
+ (API change)
+ * Added ConfFile.hasIniSection.
+ Thanks, Félix Sipma.
+ * Apt.install: When asked to install a package that apt does not know
+ about, it used to incorrectly succeed. Now it will fail.
+
+ -- Joey Hess <id@joeyh.name> Fri, 10 Jun 2016 14:59:44 -0400
+
propellor (3.0.5) unstable; urgency=medium
* Modules added for Sbuild and Ccache.