53d08a1c34
* NEW: Put it in the /app/other directory. git-svn-id: svn://localhost/gambas/trunk@2777 867c0c6c-44f3-4631-809d-bfa615b0a4ec
13 lines
655 B
HTML
13 lines
655 B
HTML
Release of Gambas 2.1
|
|
<p>
|
|
Gambas finally runs on 64 bits system! Gambas bytecode can be run indifferently on a 32 bits or 64 bits architecture,
|
|
unless you use the Pointer datatype. In that case, you must recompile the project.
|
|
This design flaw will be fixed on Gambas 3.
|
|
<p>
|
|
Otherwise, the main changes are the follwoing:
|
|
<li>Support for making component packages in the IDE, except for Ubuntu and Debian.</li>
|
|
<li>Gambas should compile on OpenBSD.</li>
|
|
<li>Help was updated.</li>
|
|
<p>
|
|
There are many bug fixes in the interpreter, <tt>gb.qt</tt>, <tt>gb.gtk</tt>, and so on.
|
|
Read the <a href="changelog2.html">ChangeLog</a> as usual for more information.
|