Skip to content

Commit

Permalink
update changelog 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
msarahan committed Jan 11, 2017
1 parent 99111e2 commit 8ea04be
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
2017-01-12 2.1.1:

Bug fixes:
----------

* Fix package conversion consistency, wrt entry points #1609
* Fix about.json contents regarding development versions of conda/conda-build #1625
* Fix Appveyor for testing against source branches of conda #1628
* Raise exception when SRC_DIR is used in tests, but meta.yaml has no test/source_files entry. SRC_DIR points at test work folder at test time, for minimal needed changes to recipes - just add test/source_files entry with desired files. #1630
* Fix features list not allowed to be None in bdist_conda #1636
* Fix undefined reference to locks in copy_into #1637
* Fix version comparison in cpan skeleton #1638
* Add dependency on beautifulsoup4 and chardet to better support strangely encoded text files. #1641
* Fix not-yet-fully-rendered versions starting with . from raising exception #1644
* Consolidate _check_call and check_call_env in utils. Fix coercion to string that was missing in latter. #1645

Contributors:
-------------

* @gomyhr
* @jakirkham
* @kalefranz
* @msarahan

2017-01-02 2.1.0:

(includes changes since 2.0.12, including those already listed under 2.1.0beta1)
Expand Down

0 comments on commit 8ea04be

Please sign in to comment.