[Goodies-commits] r5266 - xfce4-mailwatch-plugin/trunk

Brian Tarricone kelnos at xfce.org
Sun Aug 17 10:15:59 CEST 2008


Author: kelnos
Date: 2008-08-17 08:15:59 +0000 (Sun, 17 Aug 2008)
New Revision: 5266

Modified:
   xfce4-mailwatch-plugin/trunk/NEWS
   xfce4-mailwatch-plugin/trunk/configure.ac.in
Log:
update NEWS, bump version to 1.1.0svn; i think all this warrants a new minor

Modified: xfce4-mailwatch-plugin/trunk/NEWS
===================================================================
--- xfce4-mailwatch-plugin/trunk/NEWS	2008-08-17 08:15:45 UTC (rev 5265)
+++ xfce4-mailwatch-plugin/trunk/NEWS	2008-08-17 08:15:59 UTC (rev 5266)
@@ -2,7 +2,7 @@
 | Mailwatch |
 +-----------+
 
-Version 1.0.2svn:
+Version 1.1.0svn:
 
   Bugfixes:
     * Fix a compiler error on some systems (bug 1822).
@@ -12,6 +12,8 @@
     * Fix buffer size issues when reading IMAP folder contents (bug 2009).
     * Fix mailcheck interval not getting saved if changed using the
       keyboard rather than the mouse (bug 2386).
+    * Fix problems receiving full commands on IMAP accounts (bug 2416).
+    * Fix problems receiving full commands on POP3 accounts (bug 2013).
 
   Features:
     * Update the new message counts for all mailboxes on startup, rather than
@@ -22,6 +24,14 @@
     * Add an 'Update Now' menu item (bug 3908).
     * Add CRAM-MD5 authentication support for POP3 and IMAP (bug 3420).
     * Add about dialog.
+    * Network layer heavily refactored to make code more readable and fix
+      strange timing bugs.  It's much easier to read, maintain, and debug
+      now.  This isn't particularly user-visible, but is notable.
+    * Eliminated periodic wakeups to see if it's time to check mail again,
+      instead using a long-running timeout.  A side-effect of this is that
+      the mail-checking threads no longer run all the time, but only when
+      needed.  Should save a little battery life for laptop users, and
+      just be more resource-friendly in general.
 
 
 Version 1.0.1 (20 Apr 2006):

Modified: xfce4-mailwatch-plugin/trunk/configure.ac.in
===================================================================
--- xfce4-mailwatch-plugin/trunk/configure.ac.in	2008-08-17 08:15:45 UTC (rev 5265)
+++ xfce4-mailwatch-plugin/trunk/configure.ac.in	2008-08-17 08:15:59 UTC (rev 5266)
@@ -5,8 +5,8 @@
 
 dnl version info
 m4_define([mailwatch_version_major], [1])
-m4_define([mailwatch_version_minor], [0])
-m4_define([mailwatch_version_micro], [2])
+m4_define([mailwatch_version_minor], [1])
+m4_define([mailwatch_version_micro], [0])
 m4_define([mailwatch_version_build], [r at REVISION@])
 m4_define([mailwatch_version_tag], [svn])
 m4_define([mailwatch_version], [mailwatch_version_major().mailwatch_version_minor().mailwatch_version_micro()ifelse(mailwatch_version_tag(), [svn], [mailwatch_version_tag()-mailwatch_version_build()], [mailwatch_version_tag()])])




More information about the Goodies-commits mailing list