summaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-10-24 14:15:32 -0400
committerJoey Hess <joeyh@joeyh.name>2016-10-24 14:15:32 -0400
commit28ec99cd1848b859937250e1d7175dec27b006e7 (patch)
treeb16d0aace012ad11f10be6db2c4addfbf674afff /CHANGELOG
parent9da16176d3e29445f0e2c0db3232c4254c8ad181 (diff)
downloadkeysafe-28ec99cd1848b859937250e1d7175dec27b006e7.tar.gz
improved queue upload
* --upload-queued: Exit nonzero if unable to upload all queued objects. * --autostart: If unable to upload all queued objects initially, delay between 1 and 2 hours and try again. This way, if tor takes some time to start after login, it will retry later, when tor is hopefully running.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 099715a..31cd3dc 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,6 +4,9 @@ keysafe (0.20161023) UNRELEASED; urgency=medium
* Change default for --port to 4242.
* Fix --check-server to not fail when the server has not had anything
stored on it yet.
+ * --upload-queued: Exit nonzero if unable to upload all queued objects.
+ * --autostart: If unable to upload all queued objects initially,
+ delay between 1 and 2 hours and try again.
-- Joey Hess <id@joeyh.name> Sun, 23 Oct 2016 15:30:02 -0400