2012-01-08 Jeffrey Stedfast * README: Bumped version * configure.in: Bumped version to 2.4.31 * build/vs2008/gmime.vcproj: Bumped version. 2012-01-08 Jeffrey Stedfast Fix for bug #667070 * configure.in: Fixed Docbook checks for the html and pdf converters. * docs/tutorial/Makefile.am: Use the DB2HTML and DB2PDF variables. 2012-01-05 Jeffrey Stedfast Fixes for bug #667137. * tests/Makefile.am: If any tests fail, exit with an error to abort make. * tests/testsuite.c (testsuite_exit): Simply return total_errors. 2012-01-05 Jeffrey Stedfast Fixes for bug #667072. * mono/Makefile.am: Install to $(libdir) instead of $(prefix)/libdir. * mono/gmime-sharp.pc.in: Set libdir to @libdir@ 2012-01-05 Jeffrey Stedfast * src/Makefile.am: Rename uuencode/uudecode to gmime-uuencode/decode to prevent naming collisions with the GNU Sharutils tools. Fixes bug #667073. 2012-01-05 Jeffrey Stedfast * gmime/gmime-utils.c (rfc2047_decode_tokens): Fixed a memory leak.