balsa r8053 - in trunk: . libbalsa
- From: pawels svn gnome org
- To: svn-commits-list gnome org
- Subject: balsa r8053 - in trunk: . libbalsa
- Date: Sun, 18 Jan 2009 16:53:03 +0000 (UTC)
Author: pawels
Date: Sun Jan 18 16:53:03 2009
New Revision: 8053
URL: http://svn.gnome.org/viewvc/balsa?rev=8053&view=rev
Log:
* NEWS, configure.in: release 2.3.28
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/configure.in
trunk/libbalsa/mailbox_imap.c
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Sun Jan 18 16:53:03 2009
@@ -1,3 +1,10 @@
+* Balsa-2.3.28 release. Release date 2009-01-18
+
+- Fix the IMAP message threading regression.
+- Use GIO library when available.
+- Improve GMail IMAP compatibility.
+- Bug fixes for 509434, 567323, 566426, 566420, 566415.
+
* Balsa-2.3.27 release. Release date 2008-12-30
- porting to most recent GTK versions.
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Sun Jan 18 16:53:03 2009
@@ -11,7 +11,7 @@
BALSA_MAJOR=2
BALSA_REVISION=3
-BALSA_PATCHLEVEL=27
+BALSA_PATCHLEVEL=28
BALSA_VERSION="$BALSA_MAJOR.$BALSA_REVISION.${BALSA_PATCHLEVEL}"
AC_SUBST(BALSA_MAJOR)
Modified: trunk/libbalsa/mailbox_imap.c
==============================================================================
--- trunk/libbalsa/mailbox_imap.c (original)
+++ trunk/libbalsa/mailbox_imap.c Sun Jan 18 16:53:03 2009
@@ -760,7 +760,6 @@
LibBalsaMailbox *mailbox = LIBBALSA_MAILBOX(mimap);
unsigned cnt;
- printf("Exists_idle ENTER\n");
libbalsa_lock_mailbox(mailbox);
gdk_threads_enter();
@@ -826,7 +825,6 @@
static void
imap_exists_cb(ImapMboxHandle *handle, LibBalsaMailboxImap *mimap)
{
- printf("Imap exist callback, registering idle handler\n");
g_object_ref(G_OBJECT(mimap));
g_idle_add(imap_exists_idle, mimap);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]