Skip to content

Commit

Permalink
update changelog for 2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
msarahan committed Nov 3, 2016
1 parent 08beb7f commit ae1b136
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
2016-11-01 2.0.8:
2016-11-03 2.0.8:
-----------------

Enhancements:
-------------

* Improved logic to guess the appropriate license_family to add to package's index. This improves filtering.
* Logic for the license_family is now shared between open-source conda-build, and proprietary cas-mirror packages.
* Support otool -h changes in MacOS 10.12 #1479
* Fix lists of empty strings created by ensure_list (patches failing due to empty patch list) #1493
* Improved logic to guess the appropriate license_family to add to package's index. This improves filtering. #1495 #1503
* Logic for the license_family is now shared between open-source conda-build, and proprietary cas-mirror packages. #1495 #1503

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

* Centralize locks in memory to avoid lock timeouts within a single process #1496
* fix overly broad regex in detecting whether a recipe uses version control systems #1498
* clarify error message when extracting egg fails due to overlapping file names #1500
* fix regression where subdir was not respecting non-x86 arch (values other than 32 or 64) #1506

Contributors:
-------------
Expand All @@ -14,6 +24,7 @@ Contributors:
* @minrk
* @msarahan


2016-10-24 2.0.7:
-----------------

Expand Down

0 comments on commit ae1b136

Please sign in to comment.