@@ -3,15 +3,52 @@ Change log
33##########
44All notable changes to the python-openflow project is documented in this file.
55
6- [Unreleased]
7- ************
6+ [UNRELEASED] - Under development
7+ ********************************
8+ Added
9+ =====
10+
11+ Changed
12+ =======
13+
14+ Deprecated
15+ ==========
16+
17+ Removed
18+ =======
19+
20+ Fixed
21+ =====
22+
23+ Security
24+ ========
25+
26+
27+ [2017.1b2] - "bethania" beta2 - 2017-05-05
28+ ******************************************
829Added
930=====
31+ - Continuous integration, with Code Quality Score and test coverage.
32+
1033Changed
1134=======
35+ - Enums of the OpenFlow structures changed to IntEnums, to make easier
36+ comparisons with integer values.
37+ - Updated requirements.txt
38+ - 'data' fields included for symmetric messages, like echo requests/replies.
39+ - Documentation updated.
40+
41+ Removed
42+ =======
43+ - [v0x02] references, as it is not implemented yet.
44+
45+ Fixed
46+ =====
47+ - Pypi package is fixed and working.
48+ - Several bug fixes.
1249
1350
14- [2017.1b1] - "bethania" beta1 - 2017-24-03
51+ [2017.1b1] - "bethania" beta1 - 2017-03-24
1552******************************************
1653Added
1754=====
@@ -43,7 +80,7 @@ Changed
4380- Adding constant files to manage constants in NApps
4481- Moving foundation module to pyof root folder (same with tests)
4582
46- [2016.2a1] - alpha1 - 2016-11-09
83+ [2016.2a1] - alpha1 - 2016-09-11
4784********************************
4885Changed
4986=======
@@ -53,7 +90,7 @@ Changed
5390- lint fixes and docs generation
5491- Pip support
5592
56- [2016.1a1] - alpha1 - 2016-06-08
93+ [2016.1a1] - alpha1 - 2016-08-06
5794********************************
5895Changed
5996=======
@@ -117,7 +154,7 @@ Changed
117154- better organization on problem description
118155- added messages, todo and instructions
119156
120- [2013.1a1] - Initial - 2013-06-08
157+ [2013.1a1] - Initial - 2013-08-06
121158*********************************
122159Added
123160=====
0 commit comments