forked from nilp0inter/cpe
-
Notifications
You must be signed in to change notification settings - Fork 1
/
NEWS.txt
90 lines (56 loc) · 1.72 KB
/
NEWS.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
88
89
90
News
====
1.2.1
-----
* Fixed #28.
* Some tests marked as xfail until we carify the proper behaviour for
ANY values.
1.2.0
-----
* Python3 support.
* Using tox for testing Python2.7 and Python3.4.
* Test directory outside of the package.
* Fixed sphinx warnings.
* Fixed problems parsing colons. Thanks to @damiengermonville.
* Using a new system for package metadata management.
1.1.0
-----
* Closed pending issues:
* Fix wildcard matching #6
* fix multiple %01 wildcards #8
* turn CPESet2_3.compare_wfns into a generator #9
* correctly transform not applicable values for edition #11
* Contributing.md file.
1.0.6
-----
* Using OrderedDict for `_system_and_parts` and `_CPE_VERSIONS`. For force evaluation order. Tests was failing randomly.
* Changed testing tools: tox + pytest + coverage.
* Changed license to LGPLv3.
1.0.5
-----
* Fixed an issue reported by @TauPan. Added cpe.comp as sub-package. https://github.com/galindale/cpe/pull/2. (@TauPan)
1.0.4
-----
New funtionality has not added, only there are small changes:
* Add NEWS.txt file with the updates in the cpe package releases.
* Added issue about language attribute in CPE Names in documentation.
* Changed some files to follow PEP8.
* Fixed language validation method in CPE components with version 2.3.
* Added integration with travis-ci and version badge and Pypi shield/pin images.
* Added option "packages" in setup.py.
1.0.3
-----
* Fixed an error to check logical values in parsing with CPE names with WFN style.
* Fixed example about convertion methods between CPE styles in naming section.
1.0.2
-----
* New release.
1.0.1
-----
* New release.
1.0.0
-----
* New release.
0.1.0
-----
* Starting development.