[claws-mail-cvs-commit] PATCHSETS

Colin Leroy <[email protected]> Fri, 21 Aug 2009 05:42:50 +0000
Newsgroups gmane.mail.sylpheed.claws.cvs
Message-ID <[email protected]>
Update of /srv/cvs/claws-mail/claws
In directory ran:/tmp/cvs-serv12218

Modified Files:
      Tag: gtk2
	PATCHSETS ChangeLog configure.ac 
Log Message:
2009-08-21 [colin]	3.7.2cvs20

	* src/codeconv.c
	* src/codeconv.h
		Fix bug 1969, 'Bad guess for outgoing encoding'
		Make sure the specific converters (japanese in
		this case) can return success/error in strict
		mode, instead of silently failing back to 
		strncpy

Index: configure.ac
===================================================================
RCS file: /srv/cvs/claws-mail/claws/configure.ac,v
retrieving revision 1.654.2.3913
retrieving revision 1.654.2.3914
diff -u -d -r1.654.2.3913 -r1.654.2.3914
--- configure.ac	20 Aug 2009 22:04:58 -0000	1.654.2.3913
+++ configure.ac	21 Aug 2009 05:42:47 -0000	1.654.2.3914
@@ -12,7 +12,7 @@
 MICRO_VERSION=2
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=19
+EXTRA_VERSION=20
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 

Index: PATCHSETS
===================================================================
RCS file: /srv/cvs/claws-mail/claws/PATCHSETS,v
retrieving revision 1.1.2.3856
retrieving revision 1.1.2.3857
diff -u -d -r1.1.2.3856 -r1.1.2.3857
--- PATCHSETS	20 Aug 2009 22:04:57 -0000	1.1.2.3856
+++ PATCHSETS	21 Aug 2009 05:42:46 -0000	1.1.2.3857
@@ -3844,3 +3844,4 @@
 ( cvs diff -u -r 1.3.2.32 -r 1.3.2.33 src/ldapquery.c;  ) > 3.7.2cvs17.patchset
 ( cvs diff -u -r 1.115.2.221 -r 1.115.2.222 src/main.c;  ) > 3.7.2cvs18.patchset
 ( cvs diff -u -r 1.382.2.519 -r 1.382.2.520 src/compose.c;  cvs diff -u -r 1.50.2.54 -r 1.50.2.55 src/compose.h;  ) > 3.7.2cvs19.patchset
+( cvs diff -u -r 1.65.2.68 -r 1.65.2.69 src/codeconv.c;  cvs diff -u -r 1.15.2.22 -r 1.15.2.23 src/codeconv.h;  ) > 3.7.2cvs20.patchset

Index: ChangeLog
===================================================================
RCS file: /srv/cvs/claws-mail/claws/ChangeLog,v
retrieving revision 1.396.2.3006
retrieving revision 1.396.2.3007
diff -u -d -r1.396.2.3006 -r1.396.2.3007
--- ChangeLog	20 Aug 2009 22:04:57 -0000	1.396.2.3006
+++ ChangeLog	21 Aug 2009 05:42:47 -0000	1.396.2.3007
@@ -1,3 +1,13 @@
+2009-08-21 [colin]	3.7.2cvs20
+
+	* src/codeconv.c
+	* src/codeconv.h
+		Fix bug 1969, 'Bad guess for outgoing encoding'
+		Make sure the specific converters (japanese in
+		this case) can return success/error in strict
+		mode, instead of silently failing back to 
+		strncpy
+
 2009-08-20 [holger]	3.7.2cvs19
 
 	* src/compose.c