2008-06-18 Jeffrey Stedfast * README: Bumped version * configure.in: Bumped version to 2.3.4 2008-06-15 Jeffrey Stedfast * gmime/gmime-gpg-context.c (status_backup): Use the bitwise nearest_pow() implementation. 2008-06-14 Jeffrey Stedfast * gmime/gmime-parser.c: When mallocing header/raw buffers, malloc a power-of-2 rather than a power-of-2 + 1. Also optimized the logic to calculate the amount of memory to realloc. 2008-06-12 Jeffrey Stedfast * gmime/gmime-encodings.h (GMIME_QP_ENCODE_LEN): Add an extra byte for \n in the case of quoted_encode_close(). Thanks to Peter Bloomfield for discovering this. 2008-06-08 Jeffrey Stedfast * gmime/gmime-gpg-context.c (gpg_ctx_parse_status): added constants for MD2, TIGER and HAVAL.