53d08a1c34
* NEW: Put it in the /app/other directory. git-svn-id: svn://localhost/gambas/trunk@2777 867c0c6c-44f3-4631-809d-bfa615b0a4ec
15 lines
660 B
HTML
15 lines
660 B
HTML
Release of Gambas 1.9.33
|
|
|
|
This release fixes two important bugs in the interpreter.
|
|
<ul>
|
|
<li>The error management does not leak stack anymore.
|
|
<li>The <tt>=</tt> and <tt><></tt> operators now always behave
|
|
correctly when comparing a string with <tt>NULL</tt>.
|
|
<li>And they are many fixes in the IDE.
|
|
</ul>
|
|
Last, but not least, the symbolic links in <tt>/usr/bin</tt> are not
|
|
necessary anymore! Now the Gambas installation path is encoded directly in
|
|
the executable at compilation time. The only requirement is that <tt>gbr2</tt>
|
|
must be in the <tt>PATH</tt>.
|
|
<p>
|
|
See the <a href="changelog2.html">ChangeLog</a> for other bug fixes and changes.
|