[claws-mail-cvs-commit] ChangeLog

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

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

	* ChangeLog
		Fix typo
	* src/composewindowtype.c
		More robust statement order 

Index: configure.ac
===================================================================
RCS file: /srv/cvs/claws-mail/plugins/python/Attic/configure.ac,v
retrieving revision 1.1.2.11
retrieving revision 1.1.2.12
diff -u -d -r1.1.2.11 -r1.1.2.12
--- configure.ac	20 Aug 2009 22:30:12 -0000	1.1.2.11
+++ configure.ac	20 Aug 2009 22:36:29 -0000	1.1.2.12
@@ -10,7 +10,7 @@
 MAJOR_VERSION=0
 MINOR_VERSION=1
 MICRO_VERSION=0
-EXTRA_VERSION=11
+EXTRA_VERSION=12
 
 if test \( $EXTRA_VERSION -eq 0 \); then
     if test \( $MICRO_VERSION -eq 0 \); then

Index: ChangeLog
===================================================================
RCS file: /srv/cvs/claws-mail/plugins/python/Attic/ChangeLog,v
retrieving revision 1.1.2.11
retrieving revision 1.1.2.12
diff -u -d -r1.1.2.11 -r1.1.2.12
--- ChangeLog	20 Aug 2009 22:30:12 -0000	1.1.2.11
+++ ChangeLog	20 Aug 2009 22:36:28 -0000	1.1.2.12
@@ -1,8 +1,15 @@
+2009-08-20 [holger]	0.1cvs12
+
+	* ChangeLog
+		Fix typo
+	* src/composewindowtype.c
+		More robust statement order
+
 2009-08-20 [holger]	0.1cvs11
 
 	* configure.ac
 	* src/python_plugin.c
-		Bump required Claws Mail version to 3.7.19
+		Bump required Claws Mail version to 3.7.2.19
 	* src/composewindowtype.c
 		Add interface for attaching files to a compose window