[Commits] PATCHSETS 1.1.2.4472 1.1.2.4473 ChangeLog 1.396.2.3642 1.396.2.3643 configure.ac 1.654.2.4539 1.654.2.4540
colin at claws-mail.org
colin at claws-mail.org
Wed Oct 10 09:19:20 CEST 2012
Update of /home/claws-mail/claws
In directory srv:/tmp/cvs-serv20004
Modified Files:
Tag: gtk2
PATCHSETS ChangeLog configure.ac
Log Message:
2012-10-10 [colin] 3.8.1cvs87
* src/common/utils.c
Fix O(n^2) algorithm in remove_numbered_files_not_in_list
Initial patch by Igor Mammedov <imammedo at redhat.com> with
fixes by Michael Rasmussen and myself.
Also revert part of 3.8.1cvs86, g_slist_free_full()
semantics are different from slist_free_strings() in that
slist_free_strings does not free the list itself.
Index: configure.ac
===================================================================
RCS file: /home/claws-mail/claws/configure.ac,v
retrieving revision 1.654.2.4539
retrieving revision 1.654.2.4540
diff -u -d -r1.654.2.4539 -r1.654.2.4540
--- configure.ac 9 Oct 2012 23:58:41 -0000 1.654.2.4539
+++ configure.ac 10 Oct 2012 07:19:17 -0000 1.654.2.4540
@@ -12,7 +12,7 @@
MICRO_VERSION=1
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=86
+EXTRA_VERSION=87
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/claws/PATCHSETS,v
retrieving revision 1.1.2.4472
retrieving revision 1.1.2.4473
diff -u -d -r1.1.2.4472 -r1.1.2.4473
--- PATCHSETS 9 Oct 2012 23:58:41 -0000 1.1.2.4472
+++ PATCHSETS 10 Oct 2012 07:19:16 -0000 1.1.2.4473
@@ -4461,3 +4461,4 @@
( cvs diff -u -r 1.179.2.266 -r 1.179.2.267 src/imap.c; ) > 3.8.1cvs84.patchset
( cvs diff -u -r 1.53.2.38 -r 1.53.2.39 po/POTFILES.in; cvs diff -u -r 1.274.2.353 -r 1.274.2.354 src/mainwindow.c; cvs diff -u -r 1.9.2.59 -r 1.9.2.60 src/common/defs.h; cvs diff -u -r 1.5.2.47 -r 1.5.2.48 src/gtk/menu.c; cvs diff -u -r 1.4.2.27 -r 1.4.2.28 src/gtk/menu.h; ) > 3.8.1cvs85.patchset
( cvs diff -u -r 1.396.2.3641 -r 1.396.2.3642 ChangeLog; cvs diff -u -r 1.1.2.10 -r 1.1.2.11 doc/man/claws-mail.1; cvs diff -u -r 1.382.2.613 -r 1.382.2.614 src/compose.c; cvs diff -u -r 1.36.2.201 -r 1.36.2.202 src/common/utils.c; ) > 3.8.1cvs86.patchset
+( cvs diff -u -r 1.36.2.202 -r 1.36.2.203 src/common/utils.c; ) > 3.8.1cvs87.patchset
Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/claws/ChangeLog,v
retrieving revision 1.396.2.3642
retrieving revision 1.396.2.3643
diff -u -d -r1.396.2.3642 -r1.396.2.3643
--- ChangeLog 9 Oct 2012 23:58:40 -0000 1.396.2.3642
+++ ChangeLog 10 Oct 2012 07:19:16 -0000 1.396.2.3643
@@ -1,3 +1,13 @@
+2012-10-10 [colin] 3.8.1cvs87
+
+ * src/common/utils.c
+ Fix O(n^2) algorithm in remove_numbered_files_not_in_list
+ Initial patch by Igor Mammedov <imammedo at redhat.com> with
+ fixes by Michael Rasmussen and myself.
+ Also revert part of 3.8.1cvs86, g_slist_free_full()
+ semantics are different from slist_free_strings() in that
+ slist_free_strings does not free the list itself.
+
2012-10-09 [mones] 3.8.1cvs86
* doc/man/claws-mail.1
More information about the Commits
mailing list