-
Notifications
You must be signed in to change notification settings - Fork 30
/
NEWS.txt
103 lines (66 loc) · 2.05 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
91
92
93
94
95
96
97
98
99
100
101
102
103
News
====
1.3.1
-----
* Fix invalid/deprecated escape sequences #63.
1.3.0
-----
* Primitive implementation of NVD JSON configuration #55.
* Fix typo in CPESet2_3 version exception #33.
* Fixed problem when comparing with _compare_strings #41.
* Updated _VALUE_PATTERN for CPE 2.2 #56.
* Fix DeprecationWarning issues in Python code #57.
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.