[Commits] PATCHSETS 1.1.2.4436 1.1.2.4437 ChangeLog 1.396.2.3606 1.396.2.3607 configure.ac 1.654.2.4503 1.654.2.4504

colin at claws-mail.org colin at claws-mail.org
Wed Sep 12 10:52:49 CEST 2012


Update of /home/claws-mail/claws
In directory srv:/tmp/cvs-serv25974

Modified Files:
      Tag: gtk2
	PATCHSETS ChangeLog configure.ac 
Log Message:
2012-09-12 [colin]	3.8.1cvs51

	* src/compose.c
	* src/mh.c
	* src/common/ssl.c
	* src/plugins/pgpcore/passphrase.c
		Apply patches from bug #1961, "patches for
		a couple of clang warnings":
		- Check return codes
		- Remove dead code

Index: configure.ac
===================================================================
RCS file: /home/claws-mail/claws/configure.ac,v
retrieving revision 1.654.2.4503
retrieving revision 1.654.2.4504
diff -u -d -r1.654.2.4503 -r1.654.2.4504
--- configure.ac	12 Sep 2012 07:34:15 -0000	1.654.2.4503
+++ configure.ac	12 Sep 2012 08:52:46 -0000	1.654.2.4504
@@ -12,7 +12,7 @@
 MICRO_VERSION=1
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=50
+EXTRA_VERSION=51
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 

Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/claws/PATCHSETS,v
retrieving revision 1.1.2.4436
retrieving revision 1.1.2.4437
diff -u -d -r1.1.2.4436 -r1.1.2.4437
--- PATCHSETS	12 Sep 2012 07:34:14 -0000	1.1.2.4436
+++ PATCHSETS	12 Sep 2012 08:52:45 -0000	1.1.2.4437
@@ -4425,3 +4425,4 @@
 ( cvs diff -u -r 1.115.2.254 -r 1.115.2.255 src/main.c;  ) > 3.8.1cvs48.patchset
 ( cvs diff -u -r 1.115.2.255 -r 1.115.2.256 src/main.c;  ) > 3.8.1cvs49.patchset
 ( cvs diff -u -r 1.1.2.3 -r 1.1.2.4 claws-mail.pc.in;  ) > 3.8.1cvs50.patchset
+( cvs diff -u -r 1.382.2.610 -r 1.382.2.611 src/compose.c;  cvs diff -u -r 1.79.2.75 -r 1.79.2.76 src/mh.c;  cvs diff -u -r 1.9.2.55 -r 1.9.2.56 src/common/ssl.c;  cvs diff -u -r 1.1.2.37 -r 1.1.2.38 src/plugins/pgpcore/passphrase.c;  ) > 3.8.1cvs51.patchset

Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/claws/ChangeLog,v
retrieving revision 1.396.2.3606
retrieving revision 1.396.2.3607
diff -u -d -r1.396.2.3606 -r1.396.2.3607
--- ChangeLog	12 Sep 2012 07:34:14 -0000	1.396.2.3606
+++ ChangeLog	12 Sep 2012 08:52:46 -0000	1.396.2.3607
@@ -1,3 +1,14 @@
+2012-09-12 [colin]	3.8.1cvs51
+
+	* src/compose.c
+	* src/mh.c
+	* src/common/ssl.c
+	* src/plugins/pgpcore/passphrase.c
+		Apply patches from bug #1961, "patches for
+		a couple of clang warnings":
+		- Check return codes
+		- Remove dead code
+
 2012-09-12 [colin]	3.8.1cvs50
 
 	* claws-mail.pc.in



More information about the Commits mailing list