summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-01-22 15:10:14 +0200
committerLars Wirzenius <liw@liw.fi>2018-01-22 19:37:13 +0200
commitc4b8956781746eb829792be8c9d03015ca3f010d (patch)
tree0feddd24ff7ffb3c7c93b548ba9a5fdf55524984 /NEWS
parent4257cef04cad5af0f2b779ff6a380dca079601f5 (diff)
downloadick2-c4b8956781746eb829792be8c9d03015ca3f010d.tar.gz
Change: do workspace archive + upload via pipe
This avoids having a huge blob in memory.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0a398ce..a48e165 100644
--- a/NEWS
+++ b/NEWS
@@ -31,6 +31,9 @@ Version 0.22+git, not yet released
* New command: `icktool show-latest-log foo` shows the latest log for
the `foo` project.
+* Worker manager does systree blob uploads and downloads via curl, so
+ it doesn't need to keep a large blob in memory.
+
Version 0.22, released 2018-01-15
----------------------------------