Skip to content

Commit

Permalink
version 0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
BinyaminSharet committed Apr 3, 2016
1 parent 53480cb commit 655a7d3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,15 +1,27 @@
Version 0.6.6 (2016-04-03)
==========================

* bugfix: [WebInterface] Fixed responses to API calls (pause/resume)
* bugfix: [ClientFuzzer] fix advancement in path when get_mutation is called
* bugfix: [BaseFuzzer] fixed typo in cmd line arg
* new feature: [WebInterface] New web interface design, allowing export of reports and showing more relevant status
* new feature: [DataManager] Support generic (volatile) content operations (still synchronized)
* new feature: [kitty-tool] add out-file name format command line option
* new feature: [Fuzzer] perform environment test before starting the actual fuzzing session

Version 0.6.5 (2016-03-20)
==========================

* bugfix: [ClientFuzzer] Fixed off-by-one bug in the fuzzing index (start/end) of client fuzzer
* bugfix: [ClientFuzzer] Protect from multiple calls to start (can now restart stack without restarting fuzzer)
* bugfix: [ClientFuzzer] Fixed exception when there are no stage to log
* new feature: [ClientFuzzer] Added requested stages (by the stack) to the report
* new feature: [ClientFuzzer] Added API to check if client fuzzer is done fuzzing
* new feature: [Remote] Added stop API for RPC server


Version 0.6.4 (2016-03-13)
==========================

* bugfix: [package] fixed package name in get_distribution calls

Version 0.6.3 (2016-03-13)
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
# built documents.
#
# The short X.Y version.
version = '0.6.5'
version = '0.6.6'
# The full version, including alpha/beta/rc tags.
release = '0.6.5'
release = '0.6.6'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()


VERSION = '0.6.5'
VERSION = '0.6.6'
AUTHOR = 'Cisco SAS team'
EMAIL = '[email protected]'
URL = 'https://github.com/cisco-sas/kitty.git'
Expand Down

0 comments on commit 655a7d3

Please sign in to comment.