Release of Gambas 1.9.90
This release is the last one before the first release candidate of Gambas 2.
This is mainly a bug fixes release:
- An old bug was fixed in the interpreter that made the debugger
display the value of global variables incorrectly.
- Class names used as functions now are cast operators, unless they have a _call
special method defined.
- An old bug was fixed in the Settings class, that made the interpreter stops without
printing any error message.
- The gb.ldap component was removed: apparently it does not work, and its develor
does not maintain it anymore.
See the ChangeLog for the other bug fixes.