gambas-source-code/app/other/MakeWebSite/news/2008-06-13.html

16 lines
819 B
HTML
Raw Normal View History

Release of Gambas 2.7
<p>
This is a bug fix release:
<ul>
<li>Clicking on a virtual property in the property sheet does not crash anymore when the property help is displayed.</li>
<li>The automatic completion can deal with multiple local variable declarations on the same line.</li>
<li>The stack backtrace list width is saved correctly.</li>
<li>Gambas projects can be safely compiled as root.</li>
<li>Core dumps are ignored when making an executable.</li>
<li>Draw.Circle() has been fixed.</li>
<li>Focus management, Embedder, and the Window.Reparent() method have been fixed in <tt>gb.gtk</tt>.</li>
<li>There is a new example that draws barcodes.</li>
<li>Japanese, Russian and Swedish translations were updated.</li>
</ul>
Read the <a href="changelog2.html">ChangeLog</a> for the other changes.