Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gvozdev2013-06-08 11:05:03 +0000
committerAndrew Gvozdev2013-06-08 11:07:31 +0000
commit110a511c63dc2addea97b9f5ff05f3ac5a5d951a (patch)
treec54ba38cf8e797d009f374685b63d049ee761f8d /doc/org.eclipse.cdt.doc.user/concepts
parent596d2825e3842603edd6391558a898ca70d17594 (diff)
downloadorg.eclipse.cdt-110a511c63dc2addea97b9f5ff05f3ac5a5d951a.tar.gz
org.eclipse.cdt-110a511c63dc2addea97b9f5ff05f3ac5a5d951a.tar.xz
org.eclipse.cdt-110a511c63dc2addea97b9f5ff05f3ac5a5d951a.zip
bug 409163: What's New and Noteworthy in CDT 8.2?
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user/concepts')
-rwxr-xr-xdoc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm
index 38c7d179337..e5d40eeda52 100755
--- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm
+++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm
@@ -55,6 +55,7 @@
</ul>
</li>
<li class="toclevel-1"><a href="#Important_Notes"><span class="tocnumber">4</span> <span class="toctext">Important Notes</span></a></li>
+<li class="toclevel-1"><a href="#Bugs_Fixed_in_this_Release"><span class="tocnumber">5</span> <span class="toctext">Bugs Fixed in this Release</span></a></li>
</ul>
</td></tr></table><script type="text/javascript"> if (window.showTocToggle) { var tocShowText = "show"; var tocHideText = "hide"; showTocToggle(); } </script>
<a name="Editor"></a><h2> <span class="mw-headline"> Editor </span></h2>
@@ -280,6 +281,12 @@ Building on the enhanced selection, it's now also possible to filter what is sho
</p>
<ul><li> The package org.eclipse.cdt.dsf.gdb.multicorevisualizer.internal was made API by mistake when first released. It has now been officially marked internal. Note that the package has always had the word 'internal' in its name. We don't believe there are any extenders to this package yet.
</li></ul>
+<p><br />
+</p>
+<a name="Bugs_Fixed_in_this_Release"></a><h2> <span class="mw-headline"> Bugs Fixed in this Release </span></h2>
+<p>See bugzilla report <a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;bug_status=RESOLVED;bug_status=VERIFIED;bug_status=CLOSED;resolution=FIXED;target_milestone=8.1.1;target_milestone=8.1.2;target_milestone=8.1.3;target_milestone=8.2;product=CDT;classification=Tools" class="external text" title="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;bug_status=RESOLVED;bug_status=VERIFIED;bug_status=CLOSED;resolution=FIXED;target_milestone=8.1.1;target_milestone=8.1.2;target_milestone=8.1.3;target_milestone=8.2;product=CDT;classification=Tools" rel="nofollow">Bugs Fixed in CDT 8.2</a>.
+Open this report in new browser window.
+</p>
<!-- ***** END MANUAL INSERT HTML FROM http://wiki.eclipse.org/CDT/User/NewIn82?action=render -->
<h2>What's new in other CDT releases</h2>

Back to the top