X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=ChangeLog;h=0a25943ec11310955f678ed70c2581f710b6effc;hb=026925cf0ba24d4cac784345fdaf591757c45496;hp=bbc4cf1930631f6a153d3118d9d969904783adcf;hpb=db28d5c6f7928b707bffa193ad93dfa7556ab0ad;p=dockapps%2Fwmnotify.git diff --git a/ChangeLog b/ChangeLog index bbc4cf1..0a25943 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,24 @@ + +2006-02-19 Bobby + * Replaced deprecated function OpenSSL_add_all_algorithms() with + SSL_library_init(), because OpenSSL_add_all_algorithms() is no + longer present in openssl-0.9.8. + +2005-10-25 Hugo Villeneuve + * Added a visual notification that a double-click has been detected. + +2005-09-27 Hugo Villeneuve + * Fixed a bug which closed the application if there was a network + problem in the WmnotifyGetResponse() function. + 2005-06-22 Hugo Villeneuve * Now using the same Tx and Rx buffers for POP3 and IMAP4. + * Removed autogenerated files from subversion repository. + +2005-06-22 Hugo Villeneuve * Added support for IMAP4 commands that may span multiple packets by calling recv() until full IMAP4 response is received. - * Removed autogenerated files from subversion repository. + Based on comments/patches by Joffrey Pannequin and Randy. 2004-02-24 Hugo Villeneuve * Added error checking for IMAP4 responses.