summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess2016-06-13 23:28:39 -0400
committerJoey Hess2016-06-13 23:28:39 -0400
commit156539843030958c98b24ae9c40152f1093a77b2 (patch)
treee17f74de3ad7c5e9fee558b80ddf47b648ecb2fa /debian
parentd734de5f1cde3717c7d30a6e3bc935844a50e534 (diff)
changelog
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index cf7e278c..af8585d2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,14 @@ propellor (3.1.0) UNRELEASED; urgency=medium
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)