[Gambas-user] Release of Gambas 2.18
Benoît Minisini
gambas at ...1...
Thu Nov 19 00:24:41 CET 2009
Hi,
Here is a new release of Gambas 2. The goal of this release is mainly making
the GTK+ component works with GTK+ 2.18, i.e. with recent distributions like
Ubuntu 9.10 or Mandriva 2010.0.
There a few changes and bug fixes too. Here is the ChangeLog:
-------------------------------------------------------------------------------
[CONFIGURATION]
* NEW: "GB_DIR" is a new environment variable that allows to define the
Gambas installation directory. If this variable is not defined, the
Gambas programs will act as usual.
[DEVELOPMENT ENVIRONMENT]
* BUG: The make executable dialog options are correctly refreshed depending
on whether the project is a component or not.
* BUG: Removing a source file removes correctly the translation file from
version control too now.
* NEW: Add support for Ukrainian language.
[EXAMPLES]
* BUG: The hour hand follows the minutes now in the Clock example.
[INTERPRETER]
* BUG: Compute the Gambas installation directory correctly in all cases.
* BUG: The thousand separator is only printed between digits now.
[GB.DEBUG]
* BUG: Try to open debugger fifo longer so that the IDE debugger can start
on slow systems.
[GB.GTK]
* BUG: Disable GDK native windows on GTK+ 2.18, so that gb.gtk works
correctly.
* BUG: Control.Reparent() works correctly now.
* BUG: Frame label inherits foreground color correctly.
[GB.NET.SMTP]
* BUG: Add the GNU LGPL 2.1 license file.
[GB.XML.RPC]
* BUG: The RpcServer class sends all arguments to its RemoteCall callback,
not the first one only.
-------------------------------------------------------------------------------
Enjoy it!
--
Benoît Minisini
More information about the User
mailing list