summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 188c00b..170b67e 100644
--- a/NEWS
+++ b/NEWS
@@ -45,6 +45,13 @@ Version 0.53.2+git, not yet released
to make it easier to run commands from Python code. It's a small
wrapper around `subporocess.run()`.
+* The worker-manager now creates a temporary dput configuration file
+ when it runs dput. Previously it expected a global configuration to
+ exist. This change is motivated by wanting to make worker-manager
+ configuration not have a hidden depency on dput configuration. The
+ controller now reports the APT server it expects the workers to use,
+ in the /version endpoint.
+
Version 0.53.2, released 2018-07-18
------------------------------------