2012-02-18 Jeffrey Stedfast * README: Bumped version * configure.ac: Bumped version to 2.6.5 2012-02-18 Jeffrey Stedfast * gmime/gmime-parser.c (parser_scan_message_part): Make sure that a boundary doesn't appear before we start scanning for the headers. 2012-02-18 Jeffrey Stedfast * src/uuencode.c: * src/uudecode.c: Moved to examples/ 2012-02-17 Jeffrey Stedfast * gmime/gmime-gpg-context.c (gpg_verify): In cases where gpg does not exit with code 0, only set the GError when we've gotten no signer information from gpg (otherwise we return the list of signers, which will presumably include why the verification failed in the status of each signer). Fixes bug #668085. 2012-02-17 Jeffrey Stedfast * gmime/gmime-part-iter.c: Fixed to behave the same as IMAP and also to actually work. 2012-02-16 Jeffrey Stedfast * mono/Multipart.custom: Fixed the binding for Multipart.Count. 2012-02-04 Jeffrey Stedfast * configure.ac: Added --with-gacdir to fix bug #667072 2012-01-11 Jeffrey Stedfast * mono/Makefile.am: Fixed up to more closely match the gtk-sharp build. * mono/gmime-sharp.pc.in: Fixed to more closely match gtk-sharp. 2012-01-11 Jeffrey Stedfast * gmime/gmime-pkcs7-context.c: Fixed some switch statements to include a 'default' code path, fixing some compiler warnings. Fixes bug #667684. 2012-01-09 Ionut Biru * gmime/gmime-pkcs7-context.c: Fix compilation when S/MIME is not enabled.