2009-03-18 Jeffrey Stedfast * README: Bumped version * configure.in: Bumped version to 2.4.4 2009-03-18 Jeffrey Stedfast * configure.in: Check for select() and poll() as well as poll.h * gmime/gmime-gpg-context.c (poll): Implement our own poll() function using select() for portability to MacOS 10.2, which apparently doesn't have poll(). 2009-02-22 Jeffrey Stedfast * gmime/gmime-utils.c: Use GSlice for rfc822 word tokens and date tokens. * gmime/gmime-parser.c: Updated to use GSlice. 2009-02-22 Jeffrey Stedfast * gmime/gmime-header.c (g_mime_header_iter_new): Use g_slice_new(). (g_mime_header_iter_free): Use g_slice_free(). (g_mime_header_list_new): Use g_slice_new(). (g_mime_header_list_destroy): Use g_slice_free(). * gmime/gmime-gpg-context.c (gpg_ctx_new): Use g_slice_new(). (gpg_ctx_free): Use g_slice_free(). * gmime/gmime-cipher-context.c (g_mime_signer_new): Use g_slice_new() instead of g_new(). (g_mime_signature_validity_new): Same. (g_mime_signature_validity_free): Use g_slice_free(). (g_mime_signer_free): Same. 2009-02-07 Jeffrey Stedfast * gmime/internet-address.c: Removed some unused macros. 2009-01-12 Jeffrey Stedfast * mono/Makefile.am: Fixed to parallel make install, thanks to Diego Pettenò. Fixes bug #567549. 2009-01-09 Jeffrey Stedfast * examples/imap-example.c (write_part): Don't unref the stream we get from g_mime_data_wrapper_get_stream(). (reconstruct_part_content): Fixed error-checking. 2008-11-01 Jeffrey Stedfast * gmime/gmime-parser.c (nearest_pow): Implement using asm on i386 - this code path isn't normally built, but it's fun to micro-optimize anyway ;-) * gmime/gmime-gpg-context.c (status_backup): Use next_alloc_size() macro - same as gmime-parser.c