forked from conda/conda-build
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.txt
31 lines (27 loc) · 1.12 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
2014-02-13 1.2.0:
-------------------
* Make sure WORK_DIR exists
* Use MSVC 2010 for Python 3
* Include the summary with conda skeleton pypi
* Fix object detection on Python 3
* Update default CONDA_NPY to 18
2014-02-06 1.1.0:
-------------------
* add ability to use templates in conda recipes
* remove fallback to <root>/conda-recipes, i.e. conda-build always
expects the full path to the recipe
* export PKG Build Number
* add pre-link to package, when it is found in recipe
* allow to add run_test.sh or run_test.bat, which will be run automatically
during the test phase.
* Test commands from the test/commands section of meta.yaml are run from
bash on Linux and OS X and batch on Windows (previously they were run
using Python's subprocess).
* All environment variables from the build process are available during the
tests, except with the build prefix replaced with the test prefix.
2014-01-24 1.0.0:
-------------------
* initial release
* includes conda-build, conda-convert, conda-index, conda-skeleton
* depends on new conda version 3
* add license to info/index.json object