3.2.0 beta
==========

New

-	support charset encoding display in response/trap panels for HTMLs.
	Various language characters eg Chinese, Russian, Japanese, Korean, etc can be displayed.
-	Dropping request/response in trap panel.
-	Improved checking for redirected response in all plugins.
-	Improved spider performance, crawling capability and memory utilization.
-	Malicious content filter for suspicious IE ActiveX Control Cross-Site Scripting 
-	Allow delete/purge site hierarchy or history.  Delete = delete from view.  Purge means remove from db as well.
-	Some user interface streamlining.
-	Resend request in history and scanned alerts.
-	Replaced Java methods deprecated in Java 1.5.  Now the program must be run under Java 1.5.0 or above.

New (as in previous version)
-	Log cookie filter in request
-	Detect set-cookie filter
-	Manual request editor
-	client certificate support in Options->certificate
-	Some more test is ported.  However, a couples of checks is not migrated yet.  


Fix (with special thanks to users reporting them)

-	URL in header text input if not properly encoded may fail.  Now automatically encode for improper characters.
-	File dialog does not allow directory browsing.
-	spider on individual node does not work.
-	window title does not change after setting properties.
-	Frameless splash window cannot be displayed under Debian Linux.
-	Error was always encountered when saving a session under Debian Linux.
-	Fix some NIO problem in Debian OS platforms.
-	Host progress dialog may frozen when stopping all hosts.
-	Improved CRLF check with more cases to avoid incorrect HTTP response hanging up scanner.
-	SQL check to to look for error server response as well.
-	Large scans terminate early problem.


3.2.0 alpha
===========

-	almost 90% complete rewrite of all codes.
-	improved connectivity.  Better HTTP/1.1 keep alive support.
-	improved authentication support:
	.	support proxy authentication.  Basic and NTLM should be supported.
	.	support individual server authentication.
-	improved session saving.
	.	The sites hierarchy and history can be restored from session file.
	.	better performance by use of inline DB.
	.	Support large sites testing both in scanning and spidering.
-	better extensibility by supporting extensions and plugins
-	New extensions:
	.	used for adding functions to core program
	.	to be further polished in final release
-	New plugin features:
	.	each plugin represent a test
	.	support knowledge base for plugins sharing
	.	support dependency check.
	.	customer plugins can be created by inheriting different AbstractPluginXXX class.
	.	to be further polished in final release
-	new spider:
	.	URL crawling and form crawling. Forms will fill the options values with limited combinations.
	.	with configurable options.
	.	support start/stop/resume
	.	estimated % complete
-	new scanner:
	.	with configurable options
	.	with multiple hosts/threads
	.	support	stopping individual hosts.
	.	generated alerts can be viewed while scanning.
-	new filters:
	.	custom filter can be added by dropping into filter directory by using Filter interface.
-	new application logging support in log directory.
-	improved user interface.
	.	Click on tab to maximize working panel.
	.	Support image viewing.
-	support use of Ant (1.6.2) build.xml
-	change of copyright owner to parent company.