This repository was archived by the owner on Apr 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,3 +15,4 @@ Contributors
1515- Raphael Cobe <rmcobe AT ncc DOT unesp DOT br>
1616- Artur Baruchi <abaruchi AT ncc DOT unesp DOT br>
1717- Erick Vermot <erick.vermot AT gmail DOT com>
18+ - Humberto Diógenes <hdiogenes AT gmail DOT com>
Original file line number Diff line number Diff line change 2323Security
2424========
2525
26+ [2018.2b3] - "ernesto" beta3 - 2018-11-14
27+ ***************************************
28+
29+ Added
30+ =====
31+ - [v0x04] Added support for OFP_ERROR codes with the get_class method
32+ - Better debugging: added repr's for GenericMessage, Header and SwitchConfig
33+
34+ Fixed
35+ =====
36+ - [v0x01] Fixed OFPT_GET_CONFIG_REPLY message type
37+
38+
2639[2018.2b2] - "ernesto" beta2 - 2018-10-15
2740***************************************
2841Added
Original file line number Diff line number Diff line change 6868version = u'2018.1'
6969show_version = False
7070# The full version, including alpha/beta/rc tags.
71- release = u'2018.2b2 '
71+ release = u'2018.2b3 '
7272
7373# The language for content autogenerated by Sphinx. Refer to documentation
7474# for a list of supported languages.
Original file line number Diff line number Diff line change 33This package is a library that parses and creates OpenFlow Messages.
44It contains all implemented versions of OpenFlow protocol
55"""
6- __version__ = '2018.2b2 '
6+ __version__ = '2018.2b3 '
You can’t perform that action at this time.
0 commit comments