2004-03-06 Jeffrey Stedfast * README: Bumped version to 1.0.8 * configure.in: Bumped the version to 1.0.8 * gmime-charset.c (g_mime_charset_shutdown): Make public. (g_mime_charset_init): Don't register g_mime_charset_shutdown() as an atexit handler. * gmime.c (g_mime_shutdown): New function to shut down/cleanup all of gmime. * gmime-iconv.c (g_mime_iconv_shutdown): Make public. (g_mime_iconv_init): Don't set g_mime_iconv_shutdown() as an atexit handler. * gmime-param.c (decode_param): If we fail to decode a value, skip to the end (and avoid trying to decode a NULL value). * gmime-iconv.c (iconv_node_set_used): Don't leak the node that just got marked as unused.