2.1.0
- Changed the query/submission status windows, removed icons (Hopefully the status is more clear)
- Added abililty to choose to submit to either Stop Forum Spam, BotScout, or both
- Moved options from system menu to regular menu
- Fixed a window centering issue, Submit status windws is now centered correctly

2.0.3
- Added ability to submit to BotScout (Thank you Mike!)
- Adjusted tab indexes on submit dialog
- Added internet connection check on submit dialog
- Default to "On Top" when started.
- Re-wrote encoding code for data sent during a query and submission
- Re-wrote code to validate IP address for submission valid IP == 1.0.0.0 - 255.255.255.255

2.0.2
- Fixed a bug converting IP to reversed IP

2.0.1
- Removed SysIpControl and replaced with edit control to work on XP
+ Added code to trap and parse paste command
  - Removes leading and trailing spaces from copied IP address
  - Checks to see if valid IP before pasting
  
2.0.0 BETA
+ Complete code rewrite :-)
+ Cleaned up the interface
+ Added thread for search and submit to prevent lockups
+ Added double click to totals to get more info
   if a total is > 0 double click on number will open page for either BotScout or Stop Forum Spam depending what was clicked
   Project HoneyPot - if IP was found, double click Type of spammer and it will open ip info page on Project HoneyPot
+ Added ability to submit to Stop Forum Spam
+ Added the following to the query:
	AHBL
	APEWS
	DroneBL
	EFNETrbl
	SORBS
	SpamCop
	SpamHaus
	SPEWS
	Tornevall
	UBL
   
1.0.8 BETA
** Not released, internal use

1.0.7 BETA
- Removed query worker thread
- Added a query status window
- Changed query code to handle a few more errors
- Added Project Honey Pot key check, if missing won't query service
- Added Country flag for IP address 
- Added Country, Region, City, Time Zone, Latitude/Longitude info for IP address

1.0.6 BETA
- Added support for Project HoneyPot

1.0.5 BETA	
- Fixed bug in BotScout parse code that would crash program in certain cases

1.0.4 BETA
- Changed display, will only show total for entered fields
- Added thread for querying services

1.0.3 Beta
- added check FSpamlist API Key is missing, FSLC won't query that service.
- added check if username <= 4 characters, display a ? in FSpamlist Name column
- modified some buffer sizes
- changed to IP Address Control

1.0.2 Beta
- Initial release