Skip to content

Commit

Permalink
v0.4.1 (#596)
Browse files Browse the repository at this point in the history
  • Loading branch information
SR4ven authored Jan 30, 2022
1 parent 184211b commit dbe720a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/2_bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ body:
label: boofuzz version
description: What version of boofuzz that are you running?
options:
- "0.4.1"
- "0.4.0"
- "0.3.0"
- "0.2.1"
Expand Down
10 changes: 5 additions & 5 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
Changelog
=========

Upcoming
--------
v0.4.1
------
Features
^^^^^^^^
- Added support for fuzzing NETCONF servers with the `NETCONFConnection` class.
- Add support and tests for Python 3.10
- Add support and tests for Python 3.10.
- Added `Session` arg `db_filename` to modify the location of the log database.

Fixes
^^^^^
- Fixed check for when to enable the web app.
- Documented the possibility to disable the web app.
- Correctly initialize all children of a request which inherit from `FuzzableBlock`.
- Correctly initialize all children of a request which inherits from `FuzzableBlock`.
- Added type checking for arguments of `Bytes` primitive to prevent incorrect use.
- Fixed TypeError in `s_binary` initialization.
- Remove redundant unicode strings
- Remove redundant unicode strings.

v0.4.0
------
Expand Down
2 changes: 1 addition & 1 deletion boofuzz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
"Word",
]

__version__ = "0.4.0"
__version__ = "0.4.1"


# REQUEST MANAGEMENT
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
# built documents.
#
# The short X.Y version.
version = "0.4.0"
version = "0.4.1"
# The full version, including alpha/beta/rc tags.
release = "0.4.0"
release = "0.4.1"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit dbe720a

Please sign in to comment.