2010-02-07 Jeffrey Stedfast * README: Bumped version * configure.in: Bumped version to 2.5.1 2010-01-31 Jeffrey Stedfast * src/uudecode.c (uudecode): Just use fopen() to open fout instead of using open() and then fdopen(). Fixes the code to work properly on Windows. * gmime/gmime-encodings.h (GMIME_UUENCODE_LEN): Fixed to prevent possible buffer overflows. 2010-01-30 Jeffrey Stedfast * configure.ac: Disabled strict-aliasing to work around subtle bugs generated by gcc 4.4 when optimizations are enabled. 2010-01-30 Jeffrey Stedfast * gmime/gmime-iconv-utils.c (g_mime_iconv_strndup): Cleaned up the code a bit. 2010-01-17 Jeffrey Stedfast * gmime/gmime-filter-crlf.c (filter_filter): Fixed bug #606875 by not trying to skip multiple characters per pass thru the loop when encountering the first '.' of a possible '..' sequence. 2010-01-12 Jeffrey Stedfast * gmime/gmime-utils.c (g_mime_utils_decode_8bit): Make sure to always increment inptr as we force-convert it to ascii. Thanks to Damian Pietras for finding this bug. 2009-12-15 Jeffrey Stedfast * Released 2.5.0 - it's time to get this out there for people to play with.