gambas-source-code/app/other/MakeWebSite/news/2007-05-28.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

17 lines
833 B
HTML

Release of Gambas 1.0.18
<p>
The release mainly fixes the following bugs:
<ul>
<li>The interpreter native event loop has been fixed.
<li>Date() now correctly converts its arguments to dates.
<li>Static arrays should not be freed twice and crash the interpreter anymore.
<li>The number of dimensions of an array is correctly limited now by the compiler.
<li>Using a parameter as loop variable now correctly raises an error.
<li>Filling the picture cache explicitely does not leak the memory anymore.
<li>TableView correctly refreshes its contents when its number of rows or columns has changed.
<li>Database pseudo-collections now always work correctly when being accessed.
<li>The sqlite driver does not truncate Float fields anymore.
</ul>
<p>
See the <a href="changelog.html">ChangeLog</a> for more details.