Skip to content

Commit

Permalink
update changelog for 1.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
msarahan committed Jun 24, 2016
1 parent 829eb86 commit 3c20f2b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
2016-06-24 1.21.2:
------------------

Bug fixes / Improvements:
-------------------------

* revert some MSVC activation logic to still call vcvarsall directly in build script
* fix Windows testing for binary prefix replacement (not done on win)
* Add a warning message when conda-build can't create an environment due to unsatisfiable dependencies
* Improve notion of whether a recipe uses a VCS in its metadata, or in its build

Known issues:
-------------

* Environment activation on Windows will not work until Conda 4.1.4 is released. The activate.bat script does not look in the right place for the activate.d folder.
* The test suite on Linux and Mac fails the python-build, python-run, and python-build-run tests, because an errant __conda-version__.txt file is somehow present. It is not clear where it comes from, and each of these tests pass when run individually. If you have mysterious issues, and you use __conda-version__.txt or files like it, please file an issue.

Contributors:
-------------
* @msarahan
* @patricksnape

2016-06-22 1.21.1:
------------------

Expand Down

0 comments on commit 3c20f2b

Please sign in to comment.