Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
此版本增加了的Visual C + +项目/解决方案的文件,放宽对Windows系统的建设,并有若干修正,以提高Windows的支持。它修正了uudecoding一个错误。
This release adds Visual C++ Project/Solution files to ease building on Windows systems, and has several fixes to improve Windows support. It fixes a bug with uudecoding.
This release has had a major API overhaul to make all objects more powerful and consistent with each other as well as other GObject-based libraries. Enabling support for large files no longer has the adverse effect of breaking the ABI because all public stream APIs now use 64-bit integers. The C# binding APIs have also been greatly enhanced.
g_mime_parser_get_headers_[begin,end]() were added
to get the message header offsets as needed by
projects like Bongo and DBMail. Some unnecessary
fields were removed from GMimeMultipart and
subclasses to reduce duplication of strings that
could easily be gotten from a table lookup. GTrie
and Cache were reworked a bit to use GLib's GSlice
allocator instead of a custom allocator, which
should reduce memory usage.
GMimeObject::set_content_type() and the parser
bits that used to call it were modified so that
duplicate string processing was reduced or
eliminated.
The uudecode program was fixed to properly handle
base64-encoded input. Some fixes were made to
prevent reading past the end of buffers in some
corner-cases.
This release adds support for iterating over header fields more naturally, and adds the ability to more easily remove desired headers directly. It also adds support for SHA-224, SHA-256, SHA-384, and SHA-512 OpenPGP hashes.