gambas-source-code/app/other/MakeWebSite/news/2008-05-10.html
Benoît Minisini 53d08a1c34 [WEB SITE MAKER]
* NEW: Put it in the /app/other directory.


git-svn-id: svn://localhost/gambas/trunk@2777 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-03-09 05:22:36 +00:00

12 lines
735 B
HTML

Release of Gambas 2.6
<p>
Subversion conflicts support was added to the development environment.
Otherwise the main bug fixes in this release are:
<ul>
<li>Evaluating expressions in the IDE output console works again.</li>
<li>Symbol polymorphism is now correctly handled when the inheritance depth is greater than two!</li>
<li>The evaluation of Eval() expressions is handled the same way as any other code now, to prevent stack leaks.</li>
<li>Reading floating point values from a SQLite database does not depend on the locale anymore.</li>
<li>Clipboard.Copy() from <tt>gb.qt</tt> component now correctly sends UTF-8 strings to the clipboard.</li>
</ul>
Read the <a href="changelog2.html">ChangeLog</a> for more details.