summaryrefslogtreecommitdiff
path: root/doc/news/version_5.7.0.mdwn
diff options
context:
space:
mode:
authorJoey Hess2019-04-05 12:01:04 -0400
committerJoey Hess2019-04-05 12:01:04 -0400
commitf42e3483f9657c0d9c58ac79260a2e984effa878 (patch)
tree13770f380f76d00278abd7be09a0134a3760ce39 /doc/news/version_5.7.0.mdwn
parent2ecc9943f4622d17d2284b7f32544040a3278f9d (diff)
add news item for propellor 5.7.0
Diffstat (limited to 'doc/news/version_5.7.0.mdwn')
-rw-r--r--doc/news/version_5.7.0.mdwn20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/news/version_5.7.0.mdwn b/doc/news/version_5.7.0.mdwn
new file mode 100644
index 00000000..194a2a6f
--- /dev/null
+++ b/doc/news/version_5.7.0.mdwn
@@ -0,0 +1,20 @@
+propellor 5.7.0 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * Sbuild.built no longer includes Apt.stdSourcesList by default,
+ in order to support non-Debian OS's. (API change)
+ To upgrade: Simply add Sbuild.osDebianStandard to all Sbuild.built
+ calls which have osDebian.
+ Thanks, Sean Whitton
+ * Propellor.Property.PropellorRepo renamed to Propellor.Property.Localdir
+ to widen its scope. (API change)
+ * Added Localdir.removed property.
+ Thanks, Sean Whitton
+ * Sbuild.built uses Localdir.removed to clean up the propellor localdir
+ after it's done running in a schroot.
+ Thanks, Sean Whitton
+ * Cron.runPropellor made revertable. (minor API change)
+ Thanks, Sean Whitton
+ * Added Cron.jobDropped.
+ Thanks, Sean Whitton
+ * Added Utility.FileMode to the modules exported by Propellor.Utilities
+ to propellor library users."""]] \ No newline at end of file