pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/gmime24



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Mar 22 20:35:16 UTC 2009

Modified Files:
        pkgsrc/mail/gmime24: Makefile distinfo

Log Message:
Update to 2.4.4:

2009-03-18  Jeffrey Stedfast  <fejj%novell.com@localhost>

        * README: Bumped version

        * configure.in: Bumped version to 2.4.4

2009-03-18  Jeffrey Stedfast  <fejj%novell.com@localhost>

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

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

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

        * gmime/internet-address.c: Removed some unused macros.

2009-01-12  Jeffrey Stedfast  <fejj%novell.com@localhost>

        * mono/Makefile.am: Fixed to parallel make install, thanks to
        Diego Petten

2009-01-09  Jeffrey Stedfast  <fejj%novell.com@localhost>

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

        * 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


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/mail/gmime24/Makefile \
    pkgsrc/mail/gmime24/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index