summaryrefslogtreecommitdiff
path: root/www/analyzer/release_notes.html
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2012-12-02 13:20:44 +0000
committerDimitry Andric <dim@FreeBSD.org>2012-12-02 13:20:44 +0000
commit13cc256e404620c1de0cbcc4e43ce1e2dbbc4898 (patch)
tree2732d02d7d51218d6eed98ac7fcfc5b8794896b5 /www/analyzer/release_notes.html
parent657bc3d9848e3be92029b2416031340988cd0111 (diff)
Notes
Diffstat (limited to 'www/analyzer/release_notes.html')
-rw-r--r--www/analyzer/release_notes.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/www/analyzer/release_notes.html b/www/analyzer/release_notes.html
index 79f0e0d2db4b..60f323b7afa8 100644
--- a/www/analyzer/release_notes.html
+++ b/www/analyzer/release_notes.html
@@ -15,6 +15,29 @@
<h1>Release notes for <tt>checker-XXX</tt> builds</h1>
+<h4 id="checker_269">checker-269</h4>
+<p><b>built:</b> September 25, 2012</br>
+ <b>download:</b> <a href="http://bit.ly/USf8ge">checker-269.tar.bz2</a></p>
+ <p><b>highlights:</b></p>
+ <ul>
+ <li>Significantly improves interprocedural analysis for Objective-C.</li>
+ <li>Numerous bug fixes and heuristics to reduce false positives reported
+ over checker-268.</li>
+ </ul>
+
+<h4 id="checker_268">checker-268</h4>
+<p><b>built:</b> September 11, 2012</br>
+ <b>download:</b> <a href="http://bit.ly/U75NOp">checker-268.tar.bz2</a></p>
+ <p><b>highlights:</b></p>
+
+<ul>
+ <li>Adds initial interprocedural analysis support for C++ and Objective-C. This will greatly improve analysis coverage and find deeper bugs in Objective-C and C++ code.</li>
+ <li>Contains a static analyzer newer than Xcode 4.4.</li>
+</ul>
+
+<p>NOTE: this checker build includes a <i>huge</i> number of changes. It has the potential to find many more bugs, but may report new kinds of false positives. We'd like to know about
+these, and any other problems you encounter. When you encounter an issue, please <a href="/filing_bugs.html">file a bug report</a>.</p>
+
<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>