BotDetect ASP CAPTCHA Release Notes
v2.0.7 – 10. 02. 2008.
- Fixed a bug with audio CAPTCHA sometimes being cached in IE 6.0 or older
- Some cosmetic changes in existing CAPTCHA text styles
v2.0.6 – 21. 10. 2007.
- Fixed a bug in the "lanapbotdetecthandler.asp" file causing sound CAPTCHA problems in IE 6.0 or older when using SSL
- Added a new sample demonstrating how to dynamically reload the CAPTCHA image
v2.0.5 – 09. 07. 2007.
- Fixed a bug in the ASP samples causing CAPTCHA validation not to work properly with cookies disabled
- Fixed a bug in algorithms 5 (Split) and 6 (Wave) causing the image generation to fail when image height is set to less than 10 px
- Minor ASP code performance tweaks & cleanup
v2.0.4 – 21. 03. 2007.
- Fixed a bug causing the CAPTCHA picture not to draw correctly on Windows 2000 servers
v2.0.3 – 08. 03. 2007.
- Fixed a bug with the default image format being set to GIF, despite the documentation saying it is JPEG
- Fixed some minor inconsistencies in algorithm names
- Updated all samples to use Javascript background sound playing, if the user's browser supports it
- Fixed a bug with the CAPTCHA image not changing after first load in Opera
- Added a new sample demonstrating CAPTCHA randomization
- Moved ASP samples to a separate virtual folder, instead of wwwroot
- Fixed a bug with the samples not being removed when uninstalling
v2.0.2 – 25. 6. 2006.
- Fixed the last of the memory leaks (replaced all C++ pointers with boost shared pointers that release memory automatically)
v2.0.1 – 19. 6. 2006.
- Added 10 new algorithms (for a total of 50 different CAPTCHAs)
- Added sound CAPTCHA support
- Improved memory management (fixed most memory leaking problems)
- Some cosmetic changes in existing CAPTCHA types
- Added a new sample demonstrating dynamic setting of all CAPTCHA properties
v1.0.4 – 11. 8. 2005.
- Added 21 new algorithms (for a total of 40 different CAPTCHAs)
- Some cosmetic changes in existing CAPTCHA types
v1.0.3 – 16. 5. 2005.
- Added 12 new algorithms (for a total of 19 different CAPTCHAs)
- Some cosmetic changes in existing CAPTCHA types
v1.0.2 – 3. 3. 2005.
- Added new CAPTCHA types (for a total of 8 different CAPTCHAs)
- Some cosmetic changes in existing CAPTCHA types
v1.0.1 – 25. 2. 2005.
- First release