[Commits] ChangeLog 1.18.2.68 1.18.2.69 PATCHSETS 1.1.2.39 1.1.2.40 configure.ac 1.19.2.72 1.19.2.73
holger at claws-mail.org
holger at claws-mail.org
Sat Aug 18 20:41:39 CEST 2012
Update of /home/claws-mail/plugins/perl
In directory srv:/tmp/cvs-serv17381
Modified Files:
Tag: gtk2
ChangeLog PATCHSETS configure.ac
Log Message:
2012-08-18 [holger] 0.9.19cvs4
* src/perl_plugin.c
Make sure the perl return stack is big
enough to hold enough values
Fixes bug #2663
Index: configure.ac
===================================================================
RCS file: /home/claws-mail/plugins/perl/configure.ac,v
retrieving revision 1.19.2.72
retrieving revision 1.19.2.73
diff -u -d -r1.19.2.72 -r1.19.2.73
--- configure.ac 10 Aug 2012 22:56:08 -0000 1.19.2.72
+++ configure.ac 18 Aug 2012 18:41:37 -0000 1.19.2.73
@@ -7,7 +7,7 @@
MAJOR_VERSION=0
MINOR_VERSION=9
MICRO_VERSION=19
-EXTRA_VERSION=3
+EXTRA_VERSION=4
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.39
retrieving revision 1.1.2.40
diff -u -d -r1.1.2.39 -r1.1.2.40
--- PATCHSETS 10 Aug 2012 22:56:08 -0000 1.1.2.39
+++ PATCHSETS 18 Aug 2012 18:41:37 -0000 1.1.2.40
@@ -37,3 +37,4 @@
( 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
+( cvs diff -u -r 1.19.2.37 -r 1.19.2.38 src/perl_plugin.c; ) > 0.9.19cvs4.patchset
Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/plugins/perl/ChangeLog,v
retrieving revision 1.18.2.68
retrieving revision 1.18.2.69
diff -u -d -r1.18.2.68 -r1.18.2.69
--- ChangeLog 10 Aug 2012 22:56:08 -0000 1.18.2.68
+++ ChangeLog 18 Aug 2012 18:41:37 -0000 1.18.2.69
@@ -1,3 +1,10 @@
+2012-08-18 [holger] 0.9.19cvs4
+
+ * src/perl_plugin.c
+ Make sure the perl return stack is big
+ enough to hold enough values
+ Fixes bug #2663
+
2012-08-10 [holger] 0.9.19cvs3
* src/perl_plugin.c
More information about the Commits
mailing list