diff options
Diffstat (limited to 'www/analyzer/release_notes.html')
-rw-r--r-- | www/analyzer/release_notes.html | 38 |
1 files changed, 33 insertions, 5 deletions
diff --git a/www/analyzer/release_notes.html b/www/analyzer/release_notes.html index 42de9dd..79f0e0d 100644 --- a/www/analyzer/release_notes.html +++ b/www/analyzer/release_notes.html @@ -15,10 +15,42 @@ <h1>Release notes for <tt>checker-XXX</tt> builds</h1> +<h4 id="checker_267">checker-267</h4> +<p><b>built:</b> June 1, 2012</br> + <b>download:</b> <a href="http://bit.ly/OIdyI7">checker-267.tar.bz2</a></p> + <p><b>highlights:</b></p> + +<p>Adds basic interprocedural analysis support for blocks.</p> + +<h4 id="checker_266">checker-266</h4> +<p><b>built:</b> May 23, 2012</br> + <b>download:</b> <a href="http://bit.ly/LgtUWx">checker-266.tar.bz2</a></p> + <p><b>highlights:</b></p> + +<p>Contains numerous stability fixes over checker-266, especially when analyzing C++11 code.</p> + +<h4 id="checker_265">checker-265</h4> +<p><b>built:</b> May 8, 2012</br> + <b>download:</b> <a href="http://bit.ly/JceZBE">checker-265.tar.bz2</a></p> + <p><b>highlights:</b></p> + +<p>This release contains a fix for a major crasher introduced in checker-264, and various refinements to +improve the precision and reduce the false positive rate of the analyzer. It also enables a new unix.MallocSizeof check, which reports +inconsistencies between the casted type of the return value of a 'malloc/calloc/realloc' call and the operand +of sizeof expressions contained within its argument(s).</p> + +<h4 id="checker_264">checker-264</h4> + +<p><b>built:</b> April 26, 2012</br> + <b>download:</b> <a href="http://bit.ly/JATSI8">checker-264.tar.bz2</a></p> + <p><b>highlights:</b></p> + +<p>This release contains misc. bug fixes and performance enhancements over checker-263, including + a reduction of some kinds of false positives related to the malloc() checker.</p> + <h4 id="checker_263">checker-263</h4> <p><b>built:</b> March 22, 2012</br> - <b>download:</b> <a href="http://bit.ly/GUmtVB">checker-263.tar.bz2</a></p> <p><b>highlights:</b></p> <ul> @@ -28,7 +60,6 @@ <h4 id="checker_262">checker-262</h4> <p><b>built: </b>March 15, 2012</br> - <b>download:</b> <a href="http://bit.ly/xETQF0">checker-262.tar.bz2</a></p> <p><b>highlights:</b></p> <ul> @@ -42,7 +73,6 @@ <h4 id="checker_261">checker-261</h4> <p><b>built: </b>February 22, 2012<br> -<b>download:</b> <a href="http://bit.ly/yN1Awv">checker-261.tar.bz2</a></p> <p><b>highlights:</b></p> <ul> @@ -58,7 +88,6 @@ <h4 id="checker_260">checker-260</h4> <p><b>built: </b>January 25, 2012<br> -<b>download:</b> <a href="http://bit.ly/wpAqVP">checker-260.tar.bz2</a></p> <p><b>highlights:</b></p> <p>This is essentially the same as checker-259, but enables the following <i>experimental</i> checkers (please provide feedback):</p> @@ -74,7 +103,6 @@ <h4 id="checker_259">checker-259</h4> <p><b>built: </b>January 25, 2012<br> -<b>download:</b> <a href="http://bit.ly/zOWf1P">checker-259.tar.bz2</a></p> <p><b>highlights:</b></p> <ul> |