Version 0.3.2

- Fixed bug/request ID 1660357 

Version 0.3.1

- Fixed bug/request ID 1654031 

Version 0.3

- Added UDP support
- Added target information on the fuzzing dialog
- Added monitoring support through PyDbg library

Version 0.2

- Fixed a bug whereby fuzzing points were deleted from the interface but not from the configuration file.
- Added double-clik functionality to the list of requests.
- Added the length of the injected string on the debugging file
- Corrected bug when the user clicked "Stop" during fuzzing sessions
- Several typos on the debugging messages corrected
- Reconnection tries decresed to two
- Finished implementation of variable lenght field
- Now arithmetic signatures have been revised and 3 formats are always sent: ascii, little endian and big endian
- When setting fuzzing points, now it is possible to close the dialog by pressing ESC
- Fixed bug whereby in Windows new lines where translated into "\r\r\n" sequence
- It is now possible to read entries from a dictionary and inject them for dictionary attacks
- Taof now uses the timeoutsocket.py library
- it is now possible to setup the timeouts for requests
- Fixed a bug that made the redirector to stop working due to a bad context management
- Help is now a HTML file
- Help is now displayed in a web browser
- Fixed button interface for stoping fuzzing process
- Fixed a bug whereby the forwarding listener remained running
- Sorted out several issues with the paths and locations for saving files

Version 0.1
- First public release