[Gambas-user] Release of gambas 1.0.17
Benoit Minisini
gambas at ...1...
Mon Jul 24 23:20:47 CEST 2006
Hi,
Because of my emails problems, I forgot to announce the release of gambas
1.0.17 there.
This version includes many bug fixes backported from the development version.
You should use it instead of older ones.
Here is the changelog:
--8<------------------------------------------------------------------------
DEVELOPMENT ENVIRONMENT
* BUG: Closing the translation dialog now correctly saves the translation
even if the project path include spaces.
INTERPRETER
* BUG: The error management does not leak stack anymore. So functions doing
a lot of TRY do not crash the interpreter anymore.
* BUG: Dir() now works correctly with archives (i.e. executables).
* BUG: Reading and writing a string into a stream without specifying the
length now work correctly.
GB.EVAL COMPONENT
* BUG: Eval() does not modify its string expression anymore.
GB.QT COMPONENT
* BUG: Drawing.Width and Drawing.Height should always return an accurate
value now.
* BUG: Replacing a picture in the Picture cache with another one with the
same key does not crash the interpreter anymore.
* BUG: Changing the background color of a window now works correctly.
GB.DB COMPONENT
* BUG: Void table, index or field names are correctly handled now, and do
not crash the interpreter anymore.
* BUG: Drivers functions that test the existence of a user, an index, a
field, and so on, now correctly return FALSE if an error occurs.
--8<------------------------------------------------------------------------
Enjoy it!
--
Benoit Minisini
More information about the User
mailing list