[Commits] PATCHSETS 1.1.2.4528 1.1.2.4529 ChangeLog 1.396.2.3700 1.396.2.3701 configure.ac 1.654.2.4596 1.654.2.4597

colin at claws-mail.org colin at claws-mail.org
Fri Nov 23 20:29:17 CET 2012


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

Modified Files:
      Tag: gtk2
	PATCHSETS ChangeLog configure.ac 
Log Message:
2012-11-23 [colin]	3.9.0cvs20

	* src/jpilot.c
	* src/main.c
	* src/mainwindow.c
	* src/matcher.c
	* src/prefs_common.c
	* src/prefs_common.h
	* src/procmsg.c
	* src/common/socket.c
	* src/common/socket.h
	* src/common/ssl.c
	* src/common/ssl_certificate.c
	* src/common/ssl_certificate.h
	* src/etpan/imap-thread.c
	* src/etpan/nntp-thread.c
		Cleanup some warnings and deprecated types. Patch by
		Christian Hesse, fixing bug #2617. Thanks!

Index: configure.ac
===================================================================
RCS file: /home/claws-mail/claws/configure.ac,v
retrieving revision 1.654.2.4596
retrieving revision 1.654.2.4597
diff -u -d -r1.654.2.4596 -r1.654.2.4597
--- configure.ac	23 Nov 2012 16:37:08 -0000	1.654.2.4596
+++ configure.ac	23 Nov 2012 19:29:14 -0000	1.654.2.4597
@@ -12,7 +12,7 @@
 MICRO_VERSION=0
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=19
+EXTRA_VERSION=20
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 

Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/claws/PATCHSETS,v
retrieving revision 1.1.2.4528
retrieving revision 1.1.2.4529
diff -u -d -r1.1.2.4528 -r1.1.2.4529
--- PATCHSETS	23 Nov 2012 16:37:06 -0000	1.1.2.4528
+++ PATCHSETS	23 Nov 2012 19:29:13 -0000	1.1.2.4529
@@ -4517,3 +4517,4 @@
 ( cvs diff -u -r 1.43.2.100 -r 1.43.2.101 src/prefs_matcher.c;  ) > 3.9.0cvs17.patchset
 ( cvs diff -u -r 1.1.4.124 -r 1.1.4.125 src/etpan/imap-thread.c;  ) > 3.9.0cvs18.patchset
 ( cvs diff -u -r 1.100.2.87 -r 1.100.2.88 AUTHORS;  cvs diff -u -r 1.1.2.83 -r 1.1.2.84 src/gtk/authors.h;  ) > 3.9.0cvs19.patchset
+( cvs diff -u -r 1.18.2.37 -r 1.18.2.38 src/jpilot.c;  cvs diff -u -r 1.115.2.262 -r 1.115.2.263 src/main.c;  cvs diff -u -r 1.274.2.355 -r 1.274.2.356 src/mainwindow.c;  cvs diff -u -r 1.75.2.79 -r 1.75.2.80 src/matcher.c;  cvs diff -u -r 1.204.2.212 -r 1.204.2.213 src/prefs_common.c;  cvs diff -u -r 1.103.2.141 -r 1.103.2.142 src/prefs_common.h;  cvs diff -u -r 1.150.2.131 -r 1.150.2.132 src/procmsg.c;  cvs diff -u -r 1.13.2.51 -r 1.13.2.52 src/common/socket.c;  cvs diff -u -r 1.13.2.27 -r 1.13.2.28 src/common/socket.h;  cvs diff -u -r 1.9.2.57 -r 1.9.2.58 src/common/ssl.c;  cvs diff -u -r 1.4.2.46 -r 1.4.2.47 src/common/ssl_certificate.c;  cvs diff -u -r 1.1.4.20 -r 1.1.4.21 src/common/ssl_certificate.h;  cvs diff -u -r 1.1.4.125 -r 1.1.4.126 src/etpan/imap-thread.c;  cvs diff -u -r 1.1.2.22 -r 1.1.2.23 src/etpan/nntp-thread.c;  ) > 3.9.0cvs20.patchset

Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/claws/ChangeLog,v
retrieving revision 1.396.2.3700
retrieving revision 1.396.2.3701
diff -u -d -r1.396.2.3700 -r1.396.2.3701
--- ChangeLog	23 Nov 2012 16:37:07 -0000	1.396.2.3700
+++ ChangeLog	23 Nov 2012 19:29:14 -0000	1.396.2.3701
@@ -1,3 +1,22 @@
+2012-11-23 [colin]	3.9.0cvs20
+
+	* src/jpilot.c
+	* src/main.c
+	* src/mainwindow.c
+	* src/matcher.c
+	* src/prefs_common.c
+	* src/prefs_common.h
+	* src/procmsg.c
+	* src/common/socket.c
+	* src/common/socket.h
+	* src/common/ssl.c
+	* src/common/ssl_certificate.c
+	* src/common/ssl_certificate.h
+	* src/etpan/imap-thread.c
+	* src/etpan/nntp-thread.c
+		Cleanup some warnings and deprecated types. Patch by
+		Christian Hesse, fixing bug #2617. Thanks!
+
 2012-11-23 [colin]	3.9.0cvs19
 
 	* AUTHORS



More information about the Commits mailing list