Bugfixes
- Task logs are now fetched from
archive.orgrather than
catalogd.archive.org. Direct access tocatalogd.archive.orgis
restricted to Archive.org's VPN, soia tasks --get-task-logand
ia tasks --follow-task-log(and the corresponding
ArchiveSession.get_task_log()/follow_task_log()methods) failed
with a connection timeout for everyone else. Task listing and submission
already usedarchive.org; only log retrieval was hardcoded to
catalogd. ia reviewsno longer prints acatalogd.archive.orgtask-log URL on
success. It now prints anarchive.orgURL derived from the session host.
What's Changed
Other Changes
- Bump dev version to 5.11.1.dev0 (post-5.11.0 release) by @jjjake in #794
- Fetch task logs from archive.org instead of catalogd.archive.org by @jjjake in #799
- Release 5.11.1 by @jjjake in #800
Full Changelog: v5.11.0...v5.11.1