conda v4.3.10 Release Notes

Release Date: 2017-02-07 // about 7 years ago
  • ๐Ÿ‘Œ Improvements

    • โœ‚ remove .json from pickle path (#4498)
    • ๐Ÿ‘Œ improve empty repodata noarch warning and error messages (#4499)
    • 0๏ธโƒฃ don't add python and lua as default specs for private envs (#4529, #4533)
    • 0๏ธโƒฃ let default_python be None (#4547, #4550)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  fix #4513 null pointer exception for channel without noarch (#4518)
    • ๐Ÿ›  fix ssl_verify set type (#4517)
    • ๐Ÿ›  fix bug for windows multiuser (#4524)
    • ๐Ÿ›  fix clone with noarch python packages (#4535)
    • ๐Ÿ›  fix ipv6 for python 2.7 on Windows (#4554)

    Non-User-Facing Changes

    • โœ… separate integration tests with a marker (#4532)