2003-03-02 Jeffrey Stedfast <
[email protected]>
* README: Bumped version to 2.0.3
* configure.in: Bumped version to 2.0.3
* gmime/gmime-iconv.c (iconv_cache_bucket_new): If the current
list of cache buckets is non-NULL, set list->prev to the new
bucket being prepended.
(g_mime_iconv_open): Only expire unused if the cache size is
greater than the max allowable size.
2003-02-27 Jeffrey Stedfast <
[email protected]>
* gmime/gmime-stream-filter.c (stream_read): Set priv->flushed to
TRUE if we call g_mime_filter_complete() on our filters.
(stream_eos): It's not actually the end of the stream until we've
flushed the filters. This fixes some possible truncation when
reading from a filtered stream.