Skip to content

Commit

Permalink
Update __version__ and CHANGELOG for v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpereyda committed May 7, 2017
1 parent 1fd6875 commit 681ba34
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Next
====
0.0.8
=====
Features
--------
- Console output - now with colors!
- process_monitor_unix.py: added option to move coredumps for later analysis
- The process monitor (procmon) now tracks processes by PID rather than searching by name. Therefore, stop_commands
and proc_name are no longer required.
- process_monitor_unix.py: added option to move coredumps for later analysis.
- The process monitor (procmon) now tracks processes by PID by default rather than searching by name. Therefore,
stop_commands and proc_name are no longer required.
- SIGINT (AKA Ctrl+C) now works to close both boofuzz and process_monitor.py (usually).
- Made Unix procmon more compatible with Windows.
- Improved procmon debugger error handling, e.g., when running 64-bit apps.
Expand All @@ -16,8 +16,9 @@ Features

Fixes
-----
- SIGINT (AKA Ctrl+C) now works to close both boofuzz and process_monitor.py (usually).
- Fixed: The pedrpc module was not being properly included in imports.
- Made process_monitor.py --crash_bin optional (as documented).
- Made process_monitor.py `--crash_bin` optional (as documented).
- Improved procmon behavior when certain parameters aren't given.
- Improved procmon error handling.
- Fixed a bug in which the procmon would not properly restart a target that had failed without crashing.
Expand Down
2 changes: 1 addition & 1 deletion boofuzz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
from .sex import SullyRuntimeError, SizerNotUtilizedError, MustImplementException
from .socket_connection import SocketConnection

__version__ = '0.0.7'
__version__ = '0.0.8'


# REQUEST MANAGEMENT
Expand Down

0 comments on commit 681ba34

Please sign in to comment.