[claws-mail-cvs-commit] PATCHSETS

Colin Leroy <[email protected]> Tue, 15 Sep 2009 19:13:33 +0000
Newsgroups gmane.mail.sylpheed.claws.cvs
Message-ID <[email protected]>
Update of /srv/cvs/claws-mail/claws
In directory ran:/tmp/cvs-serv31897

Modified Files:
      Tag: gtk2
	PATCHSETS ChangeLog configure.ac 
Log Message:
2009-09-15 [colin]	3.7.2cvs33

	* src/procmime.c
		Complete 3.7.1cvs42: only output directly to
		final file if we get NULL byes at the start.
		Still fixes saving UTF16 files, but also
		fixes displaying Base64 parts with decoding
		errors (parts without errors get displayed)

Index: configure.ac
===================================================================
RCS file: /srv/cvs/claws-mail/claws/configure.ac,v
retrieving revision 1.654.2.3926
retrieving revision 1.654.2.3927
diff -u -d -r1.654.2.3926 -r1.654.2.3927
--- configure.ac	14 Sep 2009 07:27:37 -0000	1.654.2.3926
+++ configure.ac	15 Sep 2009 19:13:30 -0000	1.654.2.3927
@@ -12,7 +12,7 @@
 MICRO_VERSION=2
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=32
+EXTRA_VERSION=33
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 

Index: PATCHSETS
===================================================================
RCS file: /srv/cvs/claws-mail/claws/PATCHSETS,v
retrieving revision 1.1.2.3869
retrieving revision 1.1.2.3870
diff -u -d -r1.1.2.3869 -r1.1.2.3870
--- PATCHSETS	14 Sep 2009 07:27:36 -0000	1.1.2.3869
+++ PATCHSETS	15 Sep 2009 19:13:28 -0000	1.1.2.3870
@@ -3857,3 +3857,4 @@
 ( cvs diff -u -r 1.1.2.25 -r 1.1.2.26 manual/plugins.xml;  cvs diff -u -r 1.1.2.7 -r 1.1.2.8 manual/es/plugins.xml;  ) > 3.7.2cvs30.patchset
 ( cvs diff -u -r 1.36.2.174 -r 1.36.2.175 src/common/utils.c;  ) > 3.7.2cvs31.patchset
 ( cvs diff -u -r 1.75.2.65 -r 1.75.2.66 src/matcher.c;  cvs diff -u -r 1.39.2.17 -r 1.39.2.18 src/matcher.h;  cvs diff -u -r 1.25.2.33 -r 1.25.2.34 src/matcher_parser_parse.y;  cvs diff -u -r 1.43.2.81 -r 1.43.2.82 src/prefs_matcher.c;  ) > 3.7.2cvs32.patchset
+( cvs diff -u -r 1.49.2.130 -r 1.49.2.131 src/procmime.c;  ) > 3.7.2cvs33.patchset

Index: ChangeLog
===================================================================
RCS file: /srv/cvs/claws-mail/claws/ChangeLog,v
retrieving revision 1.396.2.3019
retrieving revision 1.396.2.3020
diff -u -d -r1.396.2.3019 -r1.396.2.3020
--- ChangeLog	14 Sep 2009 07:27:36 -0000	1.396.2.3019
+++ ChangeLog	15 Sep 2009 19:13:29 -0000	1.396.2.3020
@@ -1,3 +1,12 @@
+2009-09-15 [colin]	3.7.2cvs33
+
+	* src/procmime.c
+		Complete 3.7.1cvs42: only output directly to
+		final file if we get NULL byes at the start.
+		Still fixes saving UTF16 files, but also
+		fixes displaying Base64 parts with decoding
+		errors (parts without errors get displayed)
+
 2009-09-14 [colin]	3.7.2cvs32
 
 	* src/matcher.c