X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=ChangeLog;h=0a25943ec11310955f678ed70c2581f710b6effc;hb=9204951c2ba2bd25f2dbb7ae35ec92348fe8176a;hp=f52ccd3da046b4d0062f52a96278dd1385431420;hpb=eaca75aa6c133cc6ff3d707f7ae8dbfbe51a6d2a;p=dockapps%2Fwmnotify.git diff --git a/ChangeLog b/ChangeLog index f52ccd3..0a25943 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +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. + Based on comments/patches by Joffrey Pannequin and Randy. 2004-02-24 Hugo Villeneuve * Added error checking for IMAP4 responses.