Fedora 10 Update: gambas2-2.15.2-1.fc10

updates at fedoraproject.org updates at fedoraproject.org
Tue Aug 18 21:14:41 UTC 2009


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2009-8715
2009-08-18 20:42:24
--------------------------------------------------------------------------------

Name        : gambas2
Product     : Fedora 10
Version     : 2.15.2
Release     : 1.fc10
URL         : http://gambas.sourceforge.net/
Summary     : IDE based on a basic interpreter with object extensions
Description :
Gambas2 is a free development environment based on a Basic interpreter
with object extensions, like Visual Basic (but it is NOT a clone !).
With Gambas2, you can quickly design your program GUI, access MySQL or
PostgreSQL databases, pilot KDE applications with DCOP, translate your
program into many languages, create network applications easily, and so
on...

--------------------------------------------------------------------------------
Update Information:

Update to 2.15.2    Here's a list of bugs fixed since 2.14.1:    Scripter
* BUG: The scripter now compiles again.     Development Environment    * BUG:
Fix a crash while scanning a class if the project is a component and if it is
self-checked, which happens as soon as it is locally installed.  * BUG: Do not
warn when a *.info file is not found, as gb.db.* drivers do not have one.  *
NEW: Changing the language in the translation dialog now keep the current
translated string selected, and stay in the same translation file.     Database
Manager    * BUG: Handle correctly database type written in upper case.
Examples    * BUG: Fix the PdfViewer example so that it does not crash when it
cannot understand the document index.     Interpreter    * BUG: Fix a possible
crash in database component classes having sub-collections, like Result.Fields.
* BUG: Fix a stupid bug that made the interpreter crash when a class was
allocated at a negative memory address.  * BUG: Fix the conversion of strings
into numbers, especially when converting Long values.   * BUG: Fix the number to
string conversion routine. The sign must be extended only in base 2 and 16!  *
BUG: A new function in the debugger interface to search for a class only inside
the running project.     Compiler    * BUG: Correctly raise a syntax error when
a comma has been forgotten between the stream and the other arguments in
instructions like PRINT, SEEK, and so on.     Informer    * BUG: Warn for
components not declaring classes, like database drivers, only if the '-v' option
is defined.     GB.DB    * BUG: Correctly release field information when freeing
a Result object.  * NEW: New unquoting function in the component API.
GB.DB.FIREBIRD    * BUG: Link the driver to the fbclient library.
GB.DB.SQLITE2    * BUG: Prevent possible case mismatches when mapping SQLite
datatypes.  * BUG: Fix some casting with gcc version 4.4.0 20090630 (prerelease)
* BUG: Fix a crash in datatype mapping.     GB.DB.SQLITE3    * BUG: Prevent
possible case mismatches when mapping SQLite datatypes.  * BUG: Field default
values are correctly returned now.  * BUG: Fix some casting with gcc version
4.4.0 20090630 (prerelease)  * BUG: Fix a crash in datatype mapping.
GB.DEBUG    * BUG: Pending breakpoints now search for their class only inside
the running project.     GB.GTK    * BUG: If the Control.Font property is set
with a family name, the other boolean properties of the font are reset.  * BUG:
Frame.Font now works correctly.  * BUG: The Window.Sticky property now really
returns a boolean.  * BUG: Fix all controls that use a GtkScrolledWindow.  *
BUG: Fix Control.Raise() and Control.Lower() with controls using a
GtkScrolledWindow.  * BUG: The ClientWidth and ClientHeight properties of
TreeView, ListView and ColumnView controls were implemented.  * BUG: The title
of GridView headers is now ellipsized, and are not drawn anymore when there is
no space for that.  * BUG: Fix the leaking of GtkCellRenderer in some classes.
GB.NET    * BUG: Fix a possible crash in the Socket class at connection.
GB.NET.SMTP    * BUG: Fix the UTF-8 encoding of mail subjects having a '?'
character inside.  * NEW: Send the "Date:" header with any mail.     GB.PDF    *
BUG: Fix a possible crash whith PDF documents having index but no action
associated with     GB.QT    * BUG: If the Control.Font property is set with a
family name, the other boolean properties of the font are reset.  * BUG: The
Window.TopOnly and Window.Stacking properties now return the last value assigned
as in gb.gtk. It does not try to get the value from the window manager, as the
change may not be immediate.  * BUG: Fix a typo mistake.  * BUG: Fix the
behaviour of TabStrip when all its pages are hidden.     GB.XML    * BUG: Fix
the Xml.Encoding property that was not implemented. It now always returns
"UTF-8".  * BUG: Fix a memory leak in Xml.ToString().  * BUG: The encoding
argument of Xml.ToString() is now taken into account.  * BUG: Xml.ToString() now
uses the UTF-8 charset by default.
--------------------------------------------------------------------------------
ChangeLog:

* Mon Aug 17 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 2.15.2-1
- update to 2.15.2
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.14.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Fri Jul 10 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 2.14.0-1
- update to 2.14.0
- fix missing subpackages (bz 507496)
* Wed May 27 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 2.13.1-1
- update to 2.13.1
* Mon May 18 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 2.13.0-1
- update to 2.13.0
* Wed Mar 25 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 2.12.0-1
- update to 2.12.0
* Wed Mar  4 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 2.11.1-4
- fix desktop file (bz 487805)
* Fri Feb 27 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 2.11.1-3
- fix gcc44 compile
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.11.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Wed Feb  4 2009 Tom "spot" Callaway <tcallawa at redhat.com> 2.11.1-1
- update to 2.11.1
* Fri Jan 23 2009 Tom "spot" Callaway <tcallawa at redhat.com> 2.10.2-2
- rebuild for new mysql
* Mon Jan  5 2009 Tom "spot" Callaway <tcallawa at redhat.com> 2.10.2-1
- update to 2.10.2
* Sat Nov 29 2008 Caolán McNamara <caolanm at redhat.com> 2.9.0-2
- rebuild for dependencies
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use 
su -c 'yum update gambas2' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
http://fedoraproject.org/keys
--------------------------------------------------------------------------------




More information about the package-announce mailing list