Release of Gambas 2.1

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.

Otherwise, the main changes are the follwoing:

  • Support for making component packages in the IDE, except for Ubuntu and Debian.
  • Gambas should compile on OpenBSD.
  • Help was updated.
  • There are many bug fixes in the interpreter, gb.qt, gb.gtk, and so on. Read the ChangeLog as usual for more information.