2010-02-07  Jeffrey Stedfast  <fejj@novell.com>

	* README: Bumped version

	* configure.in: Bumped version to 2.5.1

2010-01-31  Jeffrey Stedfast  <fejj@novell.com>

	* 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  <fejj@novell.com>

	* configure.ac: Disabled strict-aliasing to work around subtle
	bugs generated by gcc 4.4 when optimizations are enabled.

2010-01-30  Jeffrey Stedfast  <fejj@novell.com>

	* gmime/gmime-iconv-utils.c (g_mime_iconv_strndup): Cleaned up the
	code a bit.

2010-01-17  Jeffrey Stedfast  <fejj@novell.com>

	* 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  <fejj@novell.com>

	* 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  <fejj@novell.com>

	* Released 2.5.0 - it's time to get this out there for people to
	play with.