[claws-mail-cvs-commit] ChangeLog

Holger Berndt <[email protected]> Thu, 20 Aug 2009 22:30:14 +0000
Newsgroups gmane.mail.sylpheed.claws.cvs
Message-ID <[email protected]>
Update of /srv/cvs/claws-mail/plugins/python
In directory ran:/tmp/cvs-serv8132

Modified Files:
      Tag: gtk2
	ChangeLog configure.ac 
Log Message:
2009-08-20 [holger]	0.1cvs11

	* configure.ac
	* src/python_plugin.c
		Bump required Claws Mail version to 3.7.19
	* src/composewindowtype.c
		Add interface for attaching files to a compose window 

Index: configure.ac
===================================================================
RCS file: /srv/cvs/claws-mail/plugins/python/Attic/configure.ac,v
retrieving revision 1.1.2.10
retrieving revision 1.1.2.11
diff -u -d -r1.1.2.10 -r1.1.2.11
--- configure.ac	20 Aug 2009 16:16:28 -0000	1.1.2.10
+++ configure.ac	20 Aug 2009 22:30:12 -0000	1.1.2.11
@@ -10,7 +10,7 @@
 MAJOR_VERSION=0
 MINOR_VERSION=1
 MICRO_VERSION=0
-EXTRA_VERSION=10
+EXTRA_VERSION=11
 
 if test \( $EXTRA_VERSION -eq 0 \); then
     if test \( $MICRO_VERSION -eq 0 \); then
@@ -78,7 +78,7 @@
 fi
 
 dnl Check for claws-mail
-PKG_CHECK_MODULES(CLAWS_MAIL, claws-mail >= 3.6.1.27)
+PKG_CHECK_MODULES(CLAWS_MAIL, claws-mail >= 3.7.2.19)
 AC_SUBST(CLAWS_MAIL_CFLAGS)
 AC_SUBST(CLAWS_MAIL_LIBS)
 AC_SUBST(CLAWS_MAIL_PLUGINDIR)

Index: ChangeLog
===================================================================
RCS file: /srv/cvs/claws-mail/plugins/python/Attic/ChangeLog,v
retrieving revision 1.1.2.10
retrieving revision 1.1.2.11
diff -u -d -r1.1.2.10 -r1.1.2.11
--- ChangeLog	20 Aug 2009 16:16:28 -0000	1.1.2.10
+++ ChangeLog	20 Aug 2009 22:30:12 -0000	1.1.2.11
@@ -1,3 +1,11 @@
+2009-08-20 [holger]	0.1cvs11
+
+	* configure.ac
+	* src/python_plugin.c
+		Bump required Claws Mail version to 3.7.19
+	* src/composewindowtype.c
+		Add interface for attaching files to a compose window
+
 2009-08-20 [holger]	0.1cvs10
 
 	* ChangeLog