File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 4545 label : boofuzz version
4646 description : What version of boofuzz that are you running?
4747 options :
48+ - " 0.4.1"
4849 - " 0.4.0"
4950 - " 0.3.0"
5051 - " 0.2.1"
Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- Upcoming
5- --------
4+ v0.4.1
5+ ------
66Features
77^^^^^^^^
88- Added support for fuzzing NETCONF servers with the `NETCONFConnection ` class.
9- - Add support and tests for Python 3.10
9+ - Add support and tests for Python 3.10.
1010- Added `Session ` arg `db_filename ` to modify the location of the log database.
1111
1212Fixes
1313^^^^^
1414- Fixed check for when to enable the web app.
1515- Documented the possibility to disable the web app.
16- - Correctly initialize all children of a request which inherit from `FuzzableBlock `.
16+ - Correctly initialize all children of a request which inherits from `FuzzableBlock `.
1717- Added type checking for arguments of `Bytes ` primitive to prevent incorrect use.
1818- Fixed TypeError in `s_binary ` initialization.
19- - Remove redundant unicode strings
19+ - Remove redundant unicode strings.
2020
2121v0.4.0
2222------
Original file line number Diff line number Diff line change 191191 "Word" ,
192192]
193193
194- __version__ = "0.4.0 "
194+ __version__ = "0.4.1 "
195195
196196
197197# REQUEST MANAGEMENT
Original file line number Diff line number Diff line change 5555# built documents.
5656#
5757# The short X.Y version.
58- version = "0.4.0 "
58+ version = "0.4.1 "
5959# The full version, including alpha/beta/rc tags.
60- release = "0.4.0 "
60+ release = "0.4.1 "
6161
6262# The language for content autogenerated by Sphinx. Refer to documentation
6363# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments