Skip to content

Commit

Permalink
changelog 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
msarahan committed Dec 15, 2017
1 parent 836443f commit a14d1c6
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-12-14 3.1.4:

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

* detect "used" variables in build.sh, bld.bat and any output scripts, in
addition to what already existed in meta.yaml. Used variables end up in the
hash. #2576
* don't merge build and host prefixes. We used to do this when host subdir ==
build subdir. Keep them separate, so that build tools in build prefix won't
ever interfere with software installed to host, to be packaged. #2579

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

* exclude grouped keys from zip_keys when computing hashes. Only direct dependencies affect the hash. #2573
* fix always_include_files usage omitting other ordinarily installed files #2580

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

* @msarahan


2017-12-13 3.1.3:

Enhancements:
Expand Down

0 comments on commit a14d1c6

Please sign in to comment.