[Commits] ChangeLog 1.18.2.67 1.18.2.68 PATCHSETS 1.1.2.38 1.1.2.39 configure.ac 1.19.2.71 1.19.2.72

holger at claws-mail.org holger at claws-mail.org
Sat Aug 11 00:56:10 CEST 2012


Update of /home/claws-mail/plugins/perl
In directory srv:/tmp/cvs-serv1254

Modified Files:
      Tag: gtk2
	ChangeLog PATCHSETS configure.ac 
Log Message:
2012-08-10 [holger]	0.9.19cvs3

	* src/perl_plugin.c
		Harden against undef values due to non-existing header fields 

Index: configure.ac
===================================================================
RCS file: /home/claws-mail/plugins/perl/configure.ac,v
retrieving revision 1.19.2.71
retrieving revision 1.19.2.72
diff -u -d -r1.19.2.71 -r1.19.2.72
--- configure.ac	10 Aug 2012 22:16:46 -0000	1.19.2.71
+++ configure.ac	10 Aug 2012 22:56:08 -0000	1.19.2.72
@@ -7,7 +7,7 @@
 MAJOR_VERSION=0
 MINOR_VERSION=9
 MICRO_VERSION=19
-EXTRA_VERSION=2
+EXTRA_VERSION=3
 
 if test \( $EXTRA_VERSION -eq 0 \); then
     if test \( $MICRO_VERSION -eq 0 \); then

Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/plugins/perl/Attic/PATCHSETS,v
retrieving revision 1.1.2.38
retrieving revision 1.1.2.39
diff -u -d -r1.1.2.38 -r1.1.2.39
--- PATCHSETS	10 Aug 2012 22:16:46 -0000	1.1.2.38
+++ PATCHSETS	10 Aug 2012 22:56:08 -0000	1.1.2.39
@@ -36,3 +36,4 @@
 ( cvs diff -u -r 1.19.2.33 -r 1.19.2.34 src/perl_plugin.c;  ) > 0.9.18cvs1.patchset
 ( cvs diff -u -r 1.19.2.34 -r 1.19.2.35 src/perl_plugin.c;  ) > 0.9.19cvs1.patchset
 ( cvs diff -u -r 1.19.2.35 -r 1.19.2.36 src/perl_plugin.c;  ) > 0.9.19cvs2.patchset
+( cvs diff -u -r 1.19.2.36 -r 1.19.2.37 src/perl_plugin.c;  ) > 0.9.19cvs3.patchset

Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/plugins/perl/ChangeLog,v
retrieving revision 1.18.2.67
retrieving revision 1.18.2.68
diff -u -d -r1.18.2.67 -r1.18.2.68
--- ChangeLog	10 Aug 2012 22:16:46 -0000	1.18.2.67
+++ ChangeLog	10 Aug 2012 22:56:08 -0000	1.18.2.68
@@ -1,3 +1,8 @@
+2012-08-10 [holger]	0.9.19cvs3
+
+	* src/perl_plugin.c
+		Harden against undef values due to non-existing header fields
+
 2012-08-10 [holger]	0.9.19cvs2
 
 	* src/perl_plugin.c



More information about the Commits mailing list