Skip to content

Commit a9afca1

Browse files
committed
Update CHANGES.txt for v1.2.0.9
1 parent 507f5d6 commit a9afca1

File tree

2 files changed

+54
-3
lines changed

2 files changed

+54
-3
lines changed

CHANGES.txt

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 1.2.0.9
2+
2020-04-16
3+
- #364 TTPs would fail to serialize XML Kill_Chains if no TTP was set
4+
- Added Python 3.8 to test harness
5+
16
Version 1.2.0.8
27
2020-03-09
38
- #357 Add xnl:Type to the PersonName element (CIQ)
@@ -46,6 +51,52 @@ Version 1.2.0.2
4651
- #302 Correctly handle CIQ Identity objects.
4752
- Add additional fields to CIQ Identity object.
4853

54+
Version 1.1.1.16
55+
2020-04-16
56+
- #364 TTPs would fail to serialize XML Kill_Chains if no TTP was set
57+
- Added Python 3.8 to test harness
58+
59+
Version 1.1.1.15
60+
2020-03-09
61+
- #357 Add xnl:Type to the PersonName element (CIQ)
62+
- Update the allowable values for PersonName and OrganisationName
63+
- Update tests per recent CybOX release
64+
65+
Version 1.1.1.14
66+
2019-11-26
67+
- #361 fix problem with lookup_extension for TestMechanism
68+
69+
Version 1.1.1.13
70+
2019-09-06
71+
- Update package requirements
72+
73+
Version 1.1.1.12
74+
2018-04-25
75+
- #347 Property targeted_technical_details missing in VictimTargeting class
76+
77+
Version 1.1.1.11
78+
2018-03-21
79+
- Fix issue with PyPI.
80+
81+
Version 1.1.1.10
82+
2018-03-06
83+
- #343 Create separate test environments for when maec is or is not installed
84+
- #339 [Python3 not supported - v1.1/1.2] to_json vaguely broken on some files
85+
- #338 VocabTypes are unhashable in 1.1.1.x on Python 3
86+
- #325 Bug in Indicator class setter for observables property
87+
- Change stix.ToolInformation to use AttackerToolType vocab
88+
- Removed Python 2.6 environment from CI tests
89+
90+
Version 1.1.1.9
91+
2017-05-25
92+
- Support Python 3.6
93+
- #321 Fix CIQ extensions.
94+
95+
Version 1.1.1.8
96+
2017-01-18
97+
- Update to support Python 3.
98+
- Convert to use mixbox.
99+
49100
Version 1.1.1.7
50101
2016-10-21
51102
- Improved handling of Industry Sectors in CIQ Identity for AIS Markings

docs/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ version of STIX.
2323
STIX Version python-stix Version
2424
============ ===================
2525
1.2 1.2.0.8 (`PyPI`__) (`GitHub`__)
26-
1.1.1 1.1.1.15 (`PyPI`__) (`GitHub`__)
26+
1.1.1 1.1.1.16 (`PyPI`__) (`GitHub`__)
2727
1.1.0 1.1.0.6 (`PyPI`__) (`GitHub`__)
2828
1.0.1 1.0.1.1 (`PyPI`__) (`GitHub`__)
2929
1.0 1.0.0a7 (`PyPI`__) (`GitHub`__)
3030
============ ===================
3131

3232
__ https://pypi.python.org/pypi/stix/1.2.0.8
3333
__ https://github.com/STIXProject/python-stix/tree/v1.2.0.8
34-
__ https://pypi.python.org/pypi/stix/1.1.1.15
35-
__ https://github.com/STIXProject/python-stix/tree/v1.1.1.15
34+
__ https://pypi.python.org/pypi/stix/1.1.1.16
35+
__ https://github.com/STIXProject/python-stix/tree/v1.1.1.16
3636
__ https://pypi.python.org/pypi/stix/1.1.0.6
3737
__ https://github.com/STIXProject/python-stix/tree/v1.1.0.6
3838
__ https://pypi.python.org/pypi/stix/1.0.1.1

0 commit comments

Comments
 (0)