22=====
33- Fixed deployment from 0.0.2.
44- Simplify CONTRIBUTING.rst for automated deployment.
5+ - tox no longer runs entirely as sudo. The sudo has been moved into tox.ini and is more fine-grained.
56
670.0.2
78=====
@@ -11,7 +12,7 @@ Development
1112-----------
1213- Added build and PyPI badges.
1314- Added CONTRIBUTING.rst.
14- - ` check-manifest ` now runs in automated build.
15+ - check-manifest now runs in automated build.
1516- Travis now deploys to PyPI!
1617
17180.0.1-dev5
@@ -25,7 +26,7 @@ Development
2526==========
2627
2728Fixes
28- ~~~~~
29+ -----
2930- Missing property setters in ``boofuzz.request.Request `` now implemented.
3031- Unit tests now pass on Windows.
3132- Fixed wheel build issue; boofuzz subpackages were missing.
@@ -34,13 +35,13 @@ Fixes
3435==========
3536
3637Fixes
37- ~~~~~
38+ -----
3839- Session constructor param ``session_filename `` is now optional.
3940
40410.0.1-dev2
4142==========
4243New features
43- ~~~~~~~~~~~~
44+ ------------
4445
4546- Now on PyPI! ``pip install boofuzz ``
4647- API is now centralized so all classes are available at top level
@@ -53,14 +54,14 @@ New features
5354 ezOutlet EZ-11b.
5455
5556Backwards-incompatible
56- ~~~~~~~~~~~~~~~~~~~~~~
57+ ----------------------
5758
5859- Target now only takes an ``ITargetConnection ``. This separates
5960 responsibilities and makes our code more flexible with different
6061 kinds of connections.
6162
6263Fixes
63- ~~~~~
64+ -----
6465
6566- Bugs fixed:
6667
7576 properly.
7677
7778Back-end Improvements
78- ~~~~~~~~~~~~~~~~~~~~~
79+ ---------------------
7980
8081This section took the most work. It has the least visible impact, but
8182all of the refactors enable new features, fixes, and unit tests.
@@ -92,7 +93,7 @@ all of the refactors enable new features, fixes, and unit tests.
9293- Many Unit tests added.
9394
9495Other
95- ~~~~~
96+ -----
9697
9798- Continuous integration with Travis is running!
9899- Doc organization improvements.
0 commit comments