This repository has been archived on 2017-04-03. You can view files and clone it, but cannot push or open issues/pull-requests.
blog_post_tests/20120518012958.blog

7 lines
1.1 KiB
Plaintext

giflib 4.2.0 released
<p>First giflib release since I <a href=http://esr.ibiblio.org/?p=4298"">reassumed the lead</a>. Short version: lots of useless old cruft thrown out, everything Coverity-scanned, one minor resource leak found and fixed.</p>
<p><span id="more-4351"></span></p>
<p>As I&#8217;ve <a href="http://esr.ibiblio.org/?p=4304">previously noted</a>, this code was in astonishingly good shape considering its great age. I vigorously beat the dust out of it with Coverity and cppcheck, but found only one very minor bug that way &#8211; a malloc leak following a malloc failure in the code that makes color-table structures. I think it is rather likely this case has never actually been triggered.</p>
<p>I retired six utilities, added a bunch of documentation and made it HTML-able, fixed a minor bug in how output GIF versions are computed in an upward-compatible way, and fixed a thread-safety problem. I added a rudimentary regression-test suite; this could use some more work. All tracker bugs have been resolved and closed.</p>
<p>Next release, 5.0, will make one very minor change in the API near extension blocks. </p>