-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathCHANGELOG.txt
87 lines (63 loc) · 2.25 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
2017-06-16 1.3.8:
-------------------
* allow extra/recipe-maintainers
2017-05-25 1.3.7:
-------------------
* allow about/doc_source_url
2017-04-17 1.3.6:
-------------------
* fix Py3k bug
2017-04-12 1.3.5:
-------------------
* disallow noarch python recipe not allowed in pedantic mode
* remove warning for space in archive file path
2017-04-03 1.3.4:
-------------------
* add check for Menu/<package>.json filename to correspond to conda
package name
* add check for build string in pedantic mode
2017-02-12 1.3.3:
-------------------
* error on binary placeholders Windows
* disallow info/package_metadata.json (in pedantic mode)
2017-01-24 1.3.2:
-------------------
* add check for site-package location for Python packages
* add check got non-ASCII in info/files, and tar members
* allow build/binary_has_prefix_files
2016-12-22 1.3.1:
-------------------
* add checks for duplicate specs
* allow build/allow_binary_relocation key
2016-12-10 1.3.0:
-------------------
* add license family check for packages
* add checks for info/index.json
* add checks for build and runtime requirements in recipes
* allow build/skip_compile_pyc
2016-09-29 1.2.1:
-------------------
* fix description in setup.py
* allow build/script
* allow new noarch key
2016-07-17 1.2.0:
-------------------
* added --pedantic (-p) option to make anaconda-verify more useful for the
wider community
* add check for hard links in packages
* check for commented selectors (--pedantic only)
* improve name and version checking
2016-07-13 1.1.0:
-------------------
* add recipe size limit and disallow files with certain extensions
* add more checking for info/has_prefix in conda packages, in particular
ensure that the binary placeholder length is 255 bytes on Unix, as
conda-build 2.0 will start using this value. We already use conda-build
master for building packages on repo.continuum.io, and want to enforce
255 bytes for all new packages, in order to make the transition to
conda-build easier for the community.
* add check for header in build.sh
* add checking for non-ASCII in info/index.json and info/has_prefix
2016-06-30 1.0.0:
-------------------
* initial release