conda v4.3.12 Release Notes

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

    • prepare conda for uploading to pypi (#4619)
    • ๐Ÿ‘ better general http error message (#4627)
    • โš  disable old python noarch warning (#4576)

    ๐Ÿ› Bug Fixes

    • fix UnicodeDecodeError for ensure_text_type (#4585)
    • ๐Ÿ›  fix determination of if file path is writable (#4604)
    • ๐Ÿ›  fix #4592 BufferError cannot close exported pointers exist (#4628)
    • ๐Ÿ›  fix run_script current working directory (#4629)
    • ๐Ÿ›  fix pkgs_dirs permissions regression (#4626)

    Non-User-Facing Changes

    • ๐Ÿ›  fixes for tests when conda-bld directory doesn't exist (#4606)
    • ๐Ÿ‘‰ use requirements.txt and Makefile for travis-ci setup (#4600, #4633)
    • โœ‚ remove hasattr use from compat functions (#4634)