conda v4.3.5 Release Notes

Release Date: 2017-01-17 // over 7 years ago
  • ๐Ÿ‘Œ Improvements

    • โž• add exception message for corrupt repodata (#4315)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  fix package not being found in cache after download (#4297)
    • ๐Ÿ›  fix logic for Content-Length mismatch (#4311, #4326)
    • ๐Ÿ‘‰ use unicode_escape after etag regex instead of utf-8 (#4325)
    • ๐Ÿ›  fix #4323 central condarc file being ignored (#4327)
    • ๐Ÿ›  fix #4316 a bug in deactivate (#4316)
    • pass target_prefix as env_prefix regardless of is_unlink (#4332)
    • pass positional argument 'context' to BasicClobberError (#4335)

    Non-User-Facing Changes

    • โž• additional package pinning tests (#4317)