libgda 6.0.0

2021-01-31 Thread Daniel Espinosa Ortiz
News - MySQL: now supports version 8.0 - PostgreSQL now support GdaText values, so take care because some SELECT operations concatenating strings return GdaText values instead of strings. - Lot of memory leaks fixed - Added a new module named GdaDB... to simplify DDL operations -

libgda 5.2.10

2020-11-08 Thread Daniel Espinosa Ortiz
News - MySQL: initial support for JSON type - MySQL: test against 8.0 - GdaParser: remove spaces and enters before next statement, fix 203 - GdauiSet: fix gdaui_set_source_get_ref_columns() return value, fix #123 - SqlParser: fix Vala bindings - Vala: added missing variadic methods to

gxml 0.18.2

2020-08-11 Thread Daniel Espinosa Ortiz
News * GomHashThreeMap: fix get() implementation * Looking for default namespaces 'xml' or 'xmlns' returns default URI http://www.w3.org/XML/1998/namespace and http://www.w3.org/2000/xmlns respectivaly. * New translations: Basque byAsier Sarasua Garmendia *

gxml 0.20.0

2020-08-11 Thread Daniel Espinosa Ortiz
News * Add more CSS version 3 expressions * New HTMLDocument * Transition from pre 0.20 API, can be found at Wiki https://gitlab.gnome.org/GNOME/gxml/wikis/home * API simplification (breaks) * Remove of obsolete and deprecated API * Meson: options renaming * Gom* classes renamed by removing

gxml 0.18.1

2019-07-08 Thread Daniel Espinosa Ortiz
About GXml == GXml provides a GObject API for manipulating XML and a Serializable framework from GObject to XML. Currently, GXml provides the DOM Level 4 like Core API, Basic HTML support, Serialization. Provides a set of interfaces to access XML equivalent files with different

gxml 0.18.0

2019-07-04 Thread Daniel Espinosa Ortiz
About GXml == GXml provides a GObject API for manipulating XML and a Serializable framework from GObject to XML. Currently, GXml provides the DOM Level 4 like Core API, Basic HTML support, Serialization. Provides a set of interfaces to access XML equivalent files with different

libgda 5.2.9

2019-05-08 Thread Daniel Espinosa Ortiz
About libgda Libgda is a (relatively small) database access library: * it is a wrapper like ODBC but with more features to access several database engines * features a meta data extractor (to know all about database objects in a common way) * comes with an SQL console application

libgda 5.2.8

2018-12-03 Thread Daniel Espinosa Ortiz
About libgda Libgda is a (relatively small) database access library: * it is a wrapper like ODBC but with more features to access several database engines * features a meta data extractor (to know all about database objects in a common way) * comes with an SQL console application

libgda 5.2.5

2018-09-27 Thread Daniel Espinosa Ortiz
About libgda Libgda is a (relatively small) database access library: * it is a wrapper like ODBC but with more features to access several database engines * features a meta data extractor (to know all about database objects in a common way) * comes with an SQL console application

libgda 5.90.1

2018-08-01 Thread Daniel Espinosa Ortiz
About libgda Libgda is a (relatively small) database access library: * it is a wrapper like ODBC but with more features to access several database engines * features a meta data extractor (to know all about database objects in a common way) * comes with an SQL console application

gxml 0.16.3

2018-03-05 Thread Daniel Espinosa Ortiz
News * Fix GDocument namespaces by Chris Lee * Fix Issue #2: Adding gxml.deps.in in distribution tar * Autotools: Updated address for issues to GNOME's GitLab instance * README: Updated for Autotools, Meson and documentation * Updated translations: Brazilian Portuguese by

gxml 0.16.2

2018-02-07 Thread Daniel Espinosa Ortiz
About GXml == GXml provides a GObject API for manipulating XML and a Serializable framework from GObject to XML. Currently, GXml provides the DOM Level 1 Core API, Basic HTML support, Serialization. Provides a set of interfaces to access XML equivalent files with different

gxml 0.16.1

2018-02-07 Thread Daniel Espinosa Ortiz
About GXml == GXml provides a GObject API for manipulating XML and a Serializable framework from GObject to XML. Currently, GXml provides the DOM Level 1 Core API, Basic HTML support, Serialization. Provides a set of interfaces to access XML equivalent files with different

gxml 0.16.0

2018-01-09 Thread Daniel Espinosa Ortiz
About GXml == GXml provides a GObject API for manipulating XML and a Serializable framework from GObject to XML. Currently, GXml provides the DOM Level 1 Core API, Basic HTML support, Serialization. Provides a set of interfaces to access XML equivalent files with different

gxml 0.14.3

2017-04-08 Thread Daniel Espinosa Ortiz
About GXml == GXml provides a GObject API for manipulating XML and a Serializable framework from GObject to XML. Currently, GXml provides the DOM Level 1 Core API, Basic HTML support, Serialization. Provides a set of interfaces to access XML equivalent files with different

gxml 0.14.2

2017-04-06 Thread Daniel Espinosa Ortiz
About GXml == GXml provides a GObject API for manipulating XML and a Serializable framework from GObject to XML. Currently, GXml provides the DOM Level 1 Core API, Basic HTML support, Serialization. Provides a set of interfaces to access XML equivalent files with different

gxml 0.14.1

2017-03-16 Thread Daniel Espinosa Ortiz
About GXml == GXml provides a GObject API for manipulating XML and a Serializable framework from GObject to XML. Currently, GXml provides the DOM Level 1 Core API, Basic HTML support, Serialization. Provides a set of interfaces to access XML equivalent files with different

gxml 0.14.0

2017-03-09 Thread Daniel Espinosa Ortiz
About GXml == GXml provides a GObject API for manipulating XML and a Serializable framework from GObject to XML. Currently, GXml provides the DOM Level 1 Core API, Basic HTML support, Serialization. Provides a set of interfaces to access XML equivalent files with different

gxml 0.12.0

2016-09-27 Thread Daniel Espinosa Ortiz
About GXml == GXml provides a GObject API for manipulating XML and a Serializable framework from GObject to XML. Currently, GXml provides the DOM Level 1 Core API, Basic HTML support, Serialization. Provides a set of interfaces to access XML equivalent files with different

gxml 0.10.0

2016-04-13 Thread Daniel Espinosa Ortiz
About GXml == GXml provides a GObject API for manipulating XML. Most functionality is provided through libxml2. Currently, GXml provides the DOM Level 1 Core API. News * New and updated translations: Added zh_CN by Yating Kuang Updated

gxml 0.8.2

2016-01-14 Thread Daniel Espinosa Ortiz
About GXml == GXml provides a GObject API for manipulating XML. Most functionality is provided through libxml2. Currently, GXml provides the DOM Level 1 Core API. News * Fixed sigfault on xDocumento.from_stream() * Added test for remote file read using GLib.File ChangeLog

gxml 0.8.1

2016-01-12 Thread Daniel Espinosa Ortiz
About GXml == GXml provides a GObject API for manipulating XML. Most functionality is provided through libxml2. Currently, GXml provides the DOM Level 1 Core API. News Most changes improves GIO GLib.File use, trying to read/write any file from/to local or remote locations. *

gxml 0.8.0

2016-01-04 Thread Daniel Espinosa Ortiz
About GXml == GXml provides a GObject API for manipulating XML. Most functionality is provided through libxml2. Currently, GXml provides the DOM Level 1 Core API. News This new version is API compatible with 0.6 series * Added SerializableValueList, SerializableBool,

gxml 0.6.0

2015-07-08 Thread Daniel Espinosa Ortiz
About GXml == GXml provides a GObject API for manipulating XML. Most functionality is provided through libxml2. Currently, GXml provides the DOM Level 1 Core API. News This new version is API/ABI incompatible with 0.4 series. Most work has been on simplifying API for Vala

gxml 0.4.0

2014-09-23 Thread Daniel Espinosa Ortiz
About GXml == GXml provides a GObject API for manipulating XML. Most functionality is provided through libxml2. Currently, GXml provides the DOM Level 1 Core API. News Version 0.4 = - Added Examples (Richard Schwarting) - Improved Build system (Daniel Espinosa) -

gxml 0.4.1

2014-09-23 Thread Daniel Espinosa Ortiz
About GXml == GXml provides a GObject API for manipulating XML. Most functionality is provided through libxml2. Currently, GXml provides the DOM Level 1 Core API. News - Fixed compile with Vala 0.26 (Daniel Espinosa) ChangeLog =