v1.05_01 - dev release - re-introducing _need_more to work around issue in base LWP http://rt.cpan.org/Ticket/Display.html?id=45625 - will need further testing on the two bugs below which were resolved by removing it (or hopefully the base issue will be resolved) - also resolved: http://rt.cpan.org/Ticket/Display.html?id=46038 http://rt.cpan.org/Ticket/Display.html?id=45153 v1.04 - production release - only documentation and text file changes from 1.03_02 v1.03_02 - removes unnecessary _need_more - which, by side effect, fixes two outstanding bugs: http://rt.cpan.org/Ticket/Display.html?id=21395 http://rt.cpan.org/Ticket/Display.html?id=15470 v1.03_01 - First release by Mark Aufflick - Fixes problem where accep() will never timeout http://rt.cpan.org/Ticket/Display.html?id=28417 v1.02 - Async updates - Documentation update to mention SSL certificates. (requested by Cedric Bouvier ) - Update to URL function to return 'https' instead of 'http' as protocol (Patch from Kees Cook ). --- Old Versions -------------------------------------------------- v1.01 2003.7.27 - Patch from Evgeniy Pirogov to fix read issues when a client and server have different timeouts. - Fixed the README to actually deal with HTTP::Daemon::SSL instead of IO::Socket::SSL. v1.00 2003.7.24 - Initial public release.