[Commits] PATCHSETS 1.1.2.4509.2.4 1.1.2.4509.2.5 ChangeLog 1.396.2.3680.2.4 1.396.2.3680.2.5 configure.ac 1.654.2.4577.2.4 1.654.2.4577.2.5
colin at claws-mail.org
colin at claws-mail.org
Sun Nov 18 17:39:01 CET 2012
Update of /home/claws-mail/claws
In directory srv:/tmp/cvs-serv23099
Modified Files:
Tag: stable_3_9
PATCHSETS ChangeLog configure.ac
Log Message:
2012-11-18 [colin] 3.9.0cvs5-stable
* src/advsearch.c
Backport 3.9.0cvs8 and 3.9.0cvs9:
Fix missing initialisation of bool_and which could
lead to From/To/Subject/Tag searches searching with
binary and.
Also clean up tag expansion. No need to create a
matcher string and re-parse it.
Also initialize is_fast.
Index: configure.ac
===================================================================
RCS file: /home/claws-mail/claws/configure.ac,v
retrieving revision 1.654.2.4577.2.4
retrieving revision 1.654.2.4577.2.5
diff -u -d -r1.654.2.4577.2.4 -r1.654.2.4577.2.5
--- configure.ac 18 Nov 2012 16:37:28 -0000 1.654.2.4577.2.4
+++ configure.ac 18 Nov 2012 16:38:56 -0000 1.654.2.4577.2.5
@@ -12,7 +12,7 @@
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=4
+EXTRA_VERSION=5
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=-stable
Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/claws/PATCHSETS,v
retrieving revision 1.1.2.4509.2.4
retrieving revision 1.1.2.4509.2.5
diff -u -d -r1.1.2.4509.2.4 -r1.1.2.4509.2.5
--- PATCHSETS 18 Nov 2012 16:37:26 -0000 1.1.2.4509.2.4
+++ PATCHSETS 18 Nov 2012 16:38:53 -0000 1.1.2.4509.2.5
@@ -4502,3 +4502,4 @@
( cvs diff -u -r 1.1.2.40 -r 1.1.2.41 commitHelper; cvs diff -u -r 1.9.2.25 -r 1.9.2.26 po/cs.po; cvs diff -u -r 1.1.2.28 -r 1.1.2.29 po/fi.po; cvs diff -u -r 1.2.2.36 -r 1.2.2.37 po/sk.po; ) > 3.9.0cvs2-stable.patchset
( cvs diff -u -r 1.395.2.456 -r 1.395.2.457 src/summaryview.c; ) > 3.9.0cvs3-stable.patchset
( cvs diff -u -r 1.58.2.51 -r 1.58.2.52 po/de.po; ) > 3.9.0cvs4-stable.patchset
+( cvs diff -u -r 1.1.2.7 -r 1.1.2.8 src/advsearch.c; ) > 3.9.0cvs5-stable.patchset
Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/claws/ChangeLog,v
retrieving revision 1.396.2.3680.2.4
retrieving revision 1.396.2.3680.2.5
diff -u -d -r1.396.2.3680.2.4 -r1.396.2.3680.2.5
--- ChangeLog 18 Nov 2012 16:37:27 -0000 1.396.2.3680.2.4
+++ ChangeLog 18 Nov 2012 16:38:54 -0000 1.396.2.3680.2.5
@@ -1,3 +1,14 @@
+2012-11-18 [colin] 3.9.0cvs5-stable
+
+ * src/advsearch.c
+ Backport 3.9.0cvs8 and 3.9.0cvs9:
+ Fix missing initialisation of bool_and which could
+ lead to From/To/Subject/Tag searches searching with
+ binary and.
+ Also clean up tag expansion. No need to create a
+ matcher string and re-parse it.
+ Also initialize is_fast.
+
2012-11-18 [colin] 3.9.0cvs4-stable
* po/de.po
More information about the Commits
mailing list