File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1+ Version 2.1.0.1
2+ 2014-02-20
3+ - Release draft version of documentation at http://cybox.readthedocs.org/
4+ - Add automatic detection of SHA224, SHA384, and SHA512 hashes.
5+ - Fix DateWithPrecision and DateTimeWithPrecision types and add tests.
6+ - Add tests for Hostname and DomainName objects.
7+ - Update test for SocketAddress object.
8+ - Remove cybox.utils.nsparser.NamespaceParser.
9+ - Add doctests to example content.
10+ - Various typo corrections and bugfixes.
11+
12+
113Version 2.1.0.0
2142014-01-24
315- Updated objects and other types to support Version 2.1 of the CybOX language.
Original file line number Diff line number Diff line change 11# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
22# See LICENSE.txt for complete terms.
33
4- __version__ = "2.1.0.0 "
4+ __version__ = "2.1.0.1 "
55
66import collections
77import inspect
Original file line number Diff line number Diff line change 5454# The short X.Y version.
5555version = '2.1.0'
5656# The full version, including alpha/beta/rc tags.
57- release = '2.1.0.0 '
57+ release = '2.1.0.1 '
5858
5959# The language for content autogenerated by Sphinx. Refer to documentation
6060# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments