[Commits] ChangeLog 1.1.2.98 1.1.2.99 PATCHSETS 1.1.2.72 1.1.2.73 configure.ac 1.1.2.98 1.1.2.99

holger at claws-mail.org holger at claws-mail.org
Wed Nov 21 22:15:52 CET 2012


Update of /home/claws-mail/plugins/python
In directory srv:/tmp/cvs-serv4419

Modified Files:
      Tag: gtk2
	ChangeLog PATCHSETS configure.ac 
Log Message:
2012-11-21 [holger]	0.11cvs2

	* src/python-hooks.c
		Simulate EOF on stdin in the interactive
		Python console. Solves the hang reported
		in bug #2734 

Index: configure.ac
===================================================================
RCS file: /home/claws-mail/plugins/python/Attic/configure.ac,v
retrieving revision 1.1.2.98
retrieving revision 1.1.2.99
diff -u -d -r1.1.2.98 -r1.1.2.99
--- configure.ac	16 Nov 2012 07:42:04 -0000	1.1.2.98
+++ configure.ac	21 Nov 2012 21:15:49 -0000	1.1.2.99
@@ -10,7 +10,7 @@
 MAJOR_VERSION=0
 MINOR_VERSION=11
 MICRO_VERSION=0
-EXTRA_VERSION=1
+EXTRA_VERSION=2
 
 if test \( $EXTRA_VERSION -eq 0 \); then
     if test \( $MICRO_VERSION -eq 0 \); then

Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/plugins/python/Attic/PATCHSETS,v
retrieving revision 1.1.2.72
retrieving revision 1.1.2.73
diff -u -d -r1.1.2.72 -r1.1.2.73
--- PATCHSETS	16 Nov 2012 07:42:04 -0000	1.1.2.72
+++ PATCHSETS	21 Nov 2012 21:15:49 -0000	1.1.2.73
@@ -74,3 +74,4 @@
 ( cvs diff -u -r 1.1.2.94 -r 1.1.2.95 configure.ac;  ) > 0.10cvs9.patchset
 ( cvs diff -u -r 1.1.2.3 -r 1.1.2.4 po/es.po;  cvs diff -u -r 1.1.2.3 -r 1.1.2.4 po/fi.po;  cvs diff -u -r 1.1.2.2 -r 1.1.2.3 po/fr.po;  ) > 0.10cvs10.patchset
 ( cvs diff -u -r 1.1.2.4 -r 1.1.2.5 po/fi.po;  cvs diff -u -r 1.1.2.5 -r 1.1.2.6 po/sk.po;  ) > 0.11cvs1.patchset
+( cvs diff -u -r 1.1.2.2 -r 1.1.2.3 src/python-hooks.c;  ) > 0.11cvs2.patchset

Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/plugins/python/Attic/ChangeLog,v
retrieving revision 1.1.2.98
retrieving revision 1.1.2.99
diff -u -d -r1.1.2.98 -r1.1.2.99
--- ChangeLog	16 Nov 2012 07:42:04 -0000	1.1.2.98
+++ ChangeLog	21 Nov 2012 21:15:49 -0000	1.1.2.99
@@ -1,3 +1,10 @@
+2012-11-21 [holger]	0.11cvs2
+
+	* src/python-hooks.c
+		Simulate EOF on stdin in the interactive
+		Python console. Solves the hang reported
+		in bug #2734
+
 2012-11-16 [paul]	0.11cvs1
 
 	* po/fi.po



More information about the Commits mailing list