Fixed erroneous ChangeLog message
authorHugo Villeneuve <hugo@hugovil.com>
Sat, 25 May 2013 22:45:42 +0000 (18:45 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Wed, 6 Nov 2013 00:54:28 +0000 (19:54 -0500)
The ChangeLog erroneously stated that:
    Fixed a bug which closed the application if there was a network
    problem in the WmnotifyGetResponse() function.
The correct message should have been:
    Added more verbose messages for SSL read operations

ChangeLog

index 1a37bcf..605947b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -24,8 +24,7 @@
        * Added a visual notification that a double-click has been detected.
 
 2005-09-27  Hugo Villeneuve  <hugo@hugovil.com>
-       * 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  <hugo@hugovil.com>
        * Now using the same Tx and Rx buffers for POP3 and IMAP4.