gmime r1233 - in trunk: . tests



Author: fejj
Date: Sat May  3 17:35:48 2008
New Revision: 1233
URL: http://svn.gnome.org/viewvc/gmime?rev=1233&view=rev

Log:
bumped version to 2.2.19

Modified:
   trunk/ChangeLog
   trunk/README
   trunk/configure.in
   trunk/tests/test-parser.c

Modified: trunk/README
==============================================================================
--- trunk/README	(original)
+++ trunk/README	Sat May  3 17:35:48 2008
@@ -1,4 +1,4 @@
-                            GMime, version 2.2.18
+                            GMime, version 2.2.19
                    by Jeffrey Stedfast <fejj gnome org>
 
 

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Sat May  3 17:35:48 2008
@@ -12,7 +12,7 @@
 
 GMIME_MAJOR_VERSION=2
 GMIME_MINOR_VERSION=2
-GMIME_MICRO_VERSION=18
+GMIME_MICRO_VERSION=19
 GMIME_VERSION=$GMIME_MAJOR_VERSION.$GMIME_MINOR_VERSION.$GMIME_MICRO_VERSION
 GMIME_VERSION_INFO=`expr $GMIME_MAJOR_VERSION + $GMIME_MINOR_VERSION`:$GMIME_MICRO_VERSION:$GMIME_MINOR_VERSION
 

Modified: trunk/tests/test-parser.c
==============================================================================
--- trunk/tests/test-parser.c	(original)
+++ trunk/tests/test-parser.c	Sat May  3 17:35:48 2008
@@ -146,7 +146,7 @@
 		char *body;
 		
 		body = g_mime_message_get_body (message, FALSE, &is_html);
-		fprintf (stdout, "Testing get_body (looking for html...%s)\n\n%s\n\n",
+		fprintf (stdout, "Testing get_body (looking for html...%s)\n\n-->%s<--\n\n",
 			 body && is_html ? "found" : "not found",
 			 body ? body : "No message body found");
 		



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]