X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=ChangeLog;h=605947b8ce03de6e158c5543d072a0b463a9234b;hb=73bc4e5cd48bb4ef88a569e24846297987e2fdba;hp=0a25943ec11310955f678ed70c2581f710b6effc;hpb=c204b571bad7df2f1de4ff5f30f14923565081c7;p=dockapps%2Fwmnotify.git diff --git a/ChangeLog b/ChangeLog index 0a25943..605947b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2011-03-16 Hugo Villeneuve + * Prepared package for Ubuntu PPA. + +2010-09-07 Hugo Villeneuve + * Added SSLv3 and TLSv1 methods in addition to SSLv2. + * Added optional IMAP folder. + * Removed custom Makefile rule for silent compilation and now using + AM_SILENT_RULES. + +2009-10-21 Hugo Villeneuve + * Do not permit to enable use_ssl=1 in configuration file if SSL + support is not compiled in. + +2009-01-03 Hugo Villeneuve + * Fixed a problem when receiving more than 1024 bytes + from IMAP4 server (increased buffer from 1024 to 10240 bytes). 2006-02-19 Bobby * Replaced deprecated function OpenSSL_add_all_algorithms() with @@ -8,9 +24,8 @@ * 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. - + * AAdded more verbose messages for SSL read operations. + 2005-06-22 Hugo Villeneuve * Now using the same Tx and Rx buffers for POP3 and IMAP4. * Removed autogenerated files from subversion repository. @@ -19,47 +34,47 @@ * 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. * Changed default check delay to 5 minutes. * Added command line option to display debug messages (-d) - + 2004-02-01 Hugo Villeneuve * Put common code for POP3 and IMAP4 into "network.c". * Added SSL support via configuration file option and autoconf. * SSL is now transparent for POP3 and IMAP4. * Cleaned-up error messages. - + 2004-01-18 Hugo Villeneuve * Changed 'AF_INET' to 'PF_INET' in socket function call (pops.c). * Added IMAP4 basic support over SSL. - * Added 'network.c' file, which contains common routines for POP3 and IMAP4 - protocols. - + * Added 'network.c' file, which contains common routines for POP3 and + IMAP4 protocols. + 2004-01-17 Hugo Villeneuve * Added project to subversion repository. * Added 'doc' subdirectory and updated autoconf files accordingly. * Added the 'bootstrap' script to the distribution tarball to be able to regenerate the autoconf output files. - * Added section in README to explain how to use eSound (ESD) when multiple - applications try to use the sound card at the same time. + * Added section in README to explain how to use eSound (ESD) when + multiple applications try to use the sound card at the same time. * Added the Adobe Illustrator source image to the dist-tarball. - + 2003-04-04 Hugo Villeneuve - * Fixed a bug which caused compilation errors when 'libsndfile' was not present. - The problem was caused by 'configure.in' defining the macro 'HAVE_SNDFILE' - to '0' instead of putting it into comments when 'libsndfile' was not detected. - Since '#if defined(HAVE_SNDFILE)' was used in 'sound.c', this always evaluated to - 'TRUE'. - + * Fixed a bug which caused compilation errors when 'libsndfile' was not + present. The problem was caused by 'configure.in' defining the macro + 'HAVE_SNDFILE' to '0' instead of putting it into comments when + 'libsndfile' was not detected. Since '#if defined(HAVE_SNDFILE)' was + used in 'sound.c', this always evaluated to 'TRUE'. + 2003-04-01 Hugo Villeneuve - * Added a new rule to src/Makefile.am in order to enhance the readability of the - output generated by Make when compiling (removed the display of source, depfile, - depmod, etc). - + * Added a new rule to src/Makefile.am in order to enhance the + readability of the output generated by Make when compiling (removed the + display of source, depfile, depmod, etc). + 2003-03-25 Hugo Villeneuve * Fixed a bug with prevented the new mail animation to run when the @@ -70,7 +85,7 @@ -The user manually check for new E-mail -The audio notification sound is played, but no animation image is displayed. - + 2003-03-24 Hugo Villeneuve * Fixed a bug with the audible notification which was always enabled, @@ -80,7 +95,7 @@ AU (*.au) WAV (*.wav) The OSS and ALSA architectures are supported. - + 2003-03-10 Hugo Villeneuve * Added xmalloc function for locally handling errors. @@ -96,7 +111,7 @@ * Removed the thread to detect double-click events in xevents.c (this is now han dled in ProcessXlibEvents() function) * Corrected some warnings found by splint. - + 2003-02-06 Hugo Villeneuve * Added option '--enable-debug' to the configure script for having