summaryrefslogtreecommitdiff
path: root/databases/libgda
AgeCommit message (Collapse)AuthorFilesLines
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-2/+5
2006-02-04Fix linkage for libgda-postgres.wiz2-4/+4
I didn't bump its PKGREVISION since I updated it 10 minutes ago.
2006-02-04Update to 1.9.100 (gnumeric needs >=1.3, and we have no otherwiz13-234/+206
relevant dependencies). Remove libda-sqlite, since it's included in libgda by default. libgda 1.9.100, 2005-10-13 -------------------------- - Fixed #317267 (Rodrigo) - GdaRow API improvements (Vivien) - GdaColumn API improvements (Vivien) - Limit usage of SQLite internal structures (Vivien) - Removed usage of C++ 'new' keyboard as argument (Bas) - Added missing declarations to gda-column.h (Vivien) libgda 1.9.99, 2005-09-26 ------------------------- - Added Mono bindings from GTK# (Dan) - Convert SQLstate to GDA error code in PostgreSQL provider (Juan Manuel) - Don't use scrollkeeper for API docs (Rodrigo) - Improved data types in SQLite provider (Vivien) - API fixes (Vivien, Murray) - Removed unfinished, non-working objects (Vivien) - Blob object fixes (Vivien) - Blob improvements in PostgreSQL provider (Vivien) - Improved test to locate MDB libraries (Vivien) - Added "gda_type_changed" signal to GdaColumn (Vivien) - Updated translations: - eu (Iñaki) - ne (Pawan) - vi (Clytie) libgda 1.3.91, 2005-08-10 ------------------------- - Compilation fixes for 64bit platforms (Rodrigo) - Fixed call to undefined symbol in XML provider (Rodrigo) libgda 1.3.90, 2005-08-07 ------------------------- - Port GdaValue to use GValue (Daniel, Vivien) - Disabled useless test in Firebird provider (Juan Manuel) - GCC 4 compilation fixes (Christopher) - Fixed #311573 (Rodrigo) - GdaClient/GdaConnection API improvements (Vivien) - Renamed GdaError to GdaConnectionEvent, to be used not only for errors, but for any DB event (Vivien, Juan Manuel) - Improved PostgreSQL/SQLite/MySQL error reporting (Vivien, Juan Manuel) - Update to SQLite3 API (Vivien) - Added get_specs method to GdaServerProvider, to get information on arguments for actions (Vivien) - Fixed PostgreSQL libraries detection (Vivien) - Fixed NUMERIC values passing in Oracle provider (Vivien) - Updated translations: - vi (Clytie) libgda 1.3.4, 2005-07-08 ------------------------ - Fixed leak in PostgreSQL provider (Alex) - Use libgda-2.0 for the pkg-config files (Rodrigo) - Fixed #307549 (Rodrigo) - Fixed installation on 64 bit platforms (Bas) - Allow compilation with Berkeley DB > 4.3.x (Bas) - Fixed 64 bit problems on MySQL/PostgreSQL and SQLite providers (Bas) - Fixed return values on some invalid functions (Stanislav) - Building fixes (Stanislav) - Fixed invalid free in MySQL recordsets (Rodrigo) - Some fixes in global config file saving (Vivien) - More API documentation (Vivien) - Use GType for all types, not guint (Vivien) - Tables' fields schema fixes (Vivien) - Fix #309332 (Murray) - Updated translations: - de (Hendrik) libgda 1.3.3, 2005-06-06 ------------------------ - New API additions (Vivien) - Added get_specs_create_database and create_database_params virtual methods for providers (Vivien) - Updated API documentation (Vivien) - Implemented new providers' methods for SQLite, PostgreSQL and MySQL (Vivien) - Build fixes (Rodrigo) libgda 1.3.2, 2005-05-27 ------------------------ - Prevent segfault when running INSERT of UPDATE queries in MySQL provider (Alan) - Improved update of PostgreSQL data models (Bas) - Improved exporting of data models (Vivien) - Added GdaThreader object to make it easy to run threaded operations (Vivien) - Implemented missing schemas in SQLite provider (Vivien) - Fixed GdaXqlUpdate API typo (Murray) - Improved fields schema for PostgreSQL provider (Vivien) - Added procedures schema to MySQL provider (Vivien) - Fixed MySQL value conversion to string (Alan) - Compilation fixes (Dru, Bas, Rodrigo) - Added functions to dump data models (Vivien) - Improved data types schema in MySQL provider (Vivien) - Added synonyms to the data types schema (Vivien) - API documentation (Dru) - Fixed typo in GdaExport signal creation (Mike Kestner) - Changed procedures schema to include more information (Vivien) - Added creation of ~/.libgda directory when it does not exist (Vivien) - Fixed #153292 (Jorge) - Fixed #301480 (Magnus) - Fixed #301485 (Magnus) - Fixed #302158 (Jean) - Fixed #304586 (Mike Fisk) - Updated translations: - es (Jorge) - it (Marco) - rw (Steve) - uk (Maxim) - zw (Steve) libgda 1.3.1, 2005-03-21 ------------------------ - Improved GdaRow API (Vivien) - Fixed #167573 (Rodrigo) - Added gda_xml_database_remove_table function (Álvaro) - Fixed libsql build (Rodrigo) - Upgraded SQLite provider to SQLite3 (Denis) - Install providers in versioned directories for parallel installation (Rodrigo) - Use libgda*-3 as library names (Rodrigo) - Fixed #129153 (Rodrigo) - Renamed GdaDataModelColumnAttributes to GdaColumn (Álvaro) - Renamed GdaDataModelColumnIndexAttributes to GdaColumnAttributes (Álvaro) - Code cleanup for data model classes (Bas) - Cleanup auto* build noise (Bas) - Replace gda_connection_escape_string with more generic gda_connection_value_to_sql_string (Alan) - Updated translations: - cs (Miroslav) - de (Frank) - en_CA (Adam) - en_GB (David) - it (Marco) - pt (Duarte) - pt_BR (Raphael) libgda 1.3.0, 2005-02-07 ------------------------ - Fixed spec includedir (Aaron) - Set missing row number on gda_data_model_hash_append_row (Bas) - Changed GdaDataModel class to be an interface (Vivien) - Data model improvements (Vivien, Bas, Álvaro) - Renamed GdaField to GdaColumn (Vivien) - Improved documentation (Vivien, Bas) - Added full update/remove for MySQL and PostgreSQL data models (Bas) - Fixed build (Rodrigo) - Added methods for creating/droping tables and indices (Bas) - Updated translations: - cs (Miroslav) - de (Frank) - en_CA (Adam) - es (Francisco) - it (Marco) - nl (Vincent) - pt_BR (Raphael)
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz2-4/+4
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-10-26fix potential format string vulnerability (CAN-2005-2958), from debiandrochner3-2/+27
2005-09-23Reset maintainer, posix dot org dot uk has no DNS entry.wiz1-2/+2
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-3/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-06-26Update to 1.2.2:jmmv4-120/+120
- Fixed typo in GdaXqlUpdate object declaration (Murray) - GCC 4 compilation fixes (Murray, Magnus) - Made Oracle provider work with Oracle 10 headers (Magnus) - Fixed MySQL header/libs detection (Jean) - Fixed typo in GdaExport class signal creation (Mike Kestner) - Set correctly unsigned values in MySQL provider (Mike Fish) - Fixed leak in PostgreSQL provider (Alex) While here, move documentation out of share/doc/html.
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+2
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-20Fix harmless typo.jlam1-2/+2
2005-04-18update to 1.2.1drochner4-9/+10
changes: bugfixes
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-26Disable the odbc module to fix the build on OS X.recht1-1/+3
The odbc module shouldn't be built here anyway. (And looks like it wasn't intended to.)
2005-02-25oops, forgot to "cvs add" these toodrochner2-0/+27
2005-02-24update gnomedb to 1.2drochner8-170/+167
too many changes to list here, this pkg was really outdated
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2005-02-05PKGREVISION must not be in Makefile.common.jmmv2-3/+4
2005-02-05Use LIBGDA_PROVIDER in two places, instead of hardcoding the provider'sjmmv1-3/+3
name. Addresses part of PR pkg/26592.
2005-02-05Explicitly disable use of readline (we weren't using it before anyway).jmmv2-6/+15
Fixes build problems under -current.
2004-12-17Patch for configure added so correct perl will be used.reed2-1/+15
Fixes error caused by using native perl: configure: error: XML::Parser perl module is required for intltool (Noticed on Mac OS X. Okay'd by minskim.)
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-3/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-15/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-07-06bump PKGREVISIONs since libxslt needs libgcrypt nowrecht1-1/+2
2004-05-06Reorganize the code a bit to let different providers be built as externaljmmv3-14/+35
packages easily.
2004-04-20libgda 1.0.4, 2004-04-18jmmv3-6/+10
------------------------ - Fixed connection pool problems with sharing/not sharing of connections (jon, laurent) - Fixed UTF-8 problems in ODBC provider (jon) - Fixed setting of config entries when the type has changed (laurent) - Fixed spec file (rodrigo) - Fixed splitting of SQL commands in SQLite provider (benjamin) - Fixed values in 'Not Null?' fields schema for PostgreSQL provider (denis) - Updated FreeTDS provider to latest FreeTDS API (rodrigo) - Updated translations: - ca (jordi) - cs (mitr) - de (christian) - en_CA (adam) - en_GB (dave) - fi (tvainika) - ga (alastairmck) - hr (rsedak) - id (mohammad) - no (kjartan) - pt_BR (medina) - sv (christian)
2004-03-21Explicitely disable ldap; on solaris configure will try to use thebouyer1-1/+2
system's ldap and fail.
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-11Update to 1.0.3:jmmv8-31/+31
libgda 1.0.3, 2004-01-16 ------------------------ - Backported gda_data_model_foreach from HEAD (gonzalo) - Python bindings related issues (jon) - Fixed documentation typos (rodrigo) - Fixed C99'isms (rodrigo) - Fixed replacement of files in gda_file_save (laurent) - Fixed startup commands execution in SQLite provider (nikolai) - Updated translations: - es (serrador) - nl (adrighem) - pt (dnloreto) libgda 1.0.2, 2003-11-30 ------------------------ - Register missing structs as boxed types (murray, laurent) - Fixed memory leaks in MySQL provider (paisa) - Added more API documentation (laurent) - Implemented missing case in gda_data_model_to_xml, where standalone XML files were not being generated (laurent) - Fixed compilation problems when enabling BSD compatibility layer on Linux (jonathan) - Fixed gda_value_copy for GdaNumeric values (david) - Use $(libdir) as the directory for installing libraries instead of $(prefix)/lib (fredreric) - Fixes for 64bit platforms (fredreric) - Fixed crash in MDB provider (filip) - Added missing emission of signals in data model class (gonzalo) - Updated translations: - cs (miroslav) - es (pablo) - ja (aihana) - nl (vincent) - pt (duarte) - sr (danilo) libgda 1.0.1, 2003-10-13 ------------------------ - Fixed clearing of GdaQuarkList's (laurent) - Added GType-registration for enums, needed for C++ bindings (murray) - Fixed typos in documentation and added more information for MySQL provider (laurent) - Added missing prototype to gda-client.h (laurent) - Fixed detection of mSQL libraries/headers (chris) - Fixed mSQL provider handling on non-queries (chris) - Fixed #117202: adapted to API changes in tds_connect (seth) - Fixed #121403: freed memory being used (rodrigo) - Fixed #123342: crash on exit in Gnumeric (rodrigo) - Added missing documentation for GdaBlob (rodrigo) - Updated translations: - cs (miroslav) - fi (pauli) - fr (christophe) - pt (duarte) - sk (stanislav) - sr (danilo) - sr@Latn (danilo) - sv (christian)
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-13/+10
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-20unusedjmmv1-35/+0
2004-02-14PKGCONFIG_OVERRIDE is relative to WRKSRC.jmmv1-2/+2
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-3/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-11bl3ifyxtraeme2-8/+36
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-12-23This needs readline's buildlink to build on !NetBSD systems, fromxtraeme3-4/+6
Michal Pasternak in PR pkg/23855. Bump PKGREVISION.
2003-11-12PKGREVISION++ due to devel/popt update.salo2-3/+5
2003-09-19Trivially update to 1.0.0:jmmv2-6/+6
- Updated API documentation (rodrigo)
2003-09-11Update to 0.99.0:jmmv5-20/+30
libgda 0.99.0, 2003-09-10 ------------------------- - Fixed typo to build the freetds correctly (tagoh) - Added gda_config_save_data_source_info function (rodrigo) - Manage correctly non-SELECT statements in MySQL provider (gonzalo, csilles) - Added Blob API (juan-mariano, gonzalo) - Fixed many issues with GdaXmlDatabase (philippe, rodrigo) - Fixed leaks in PostgreSQL provider (gonzalo) - Added more API documentation (rodrigo) - Added missing SQL support in XML provider (rodrigo) - Updated translations: - ca (jordim) - cs (mitr) - de (cneumair) - es (pablodc) - fi (pvirtane) - fr (redfox) - it (marcoc) - no (kmaraas) - pl (aflinta) - pt (dnloreto) - sl (minmax) - sr (danilo) - sv (menthos) libgda 0.91.0, 2003-08-06 ------------------------- - Renamed default provider to XML and added some missing things (rodrigo) - Fixed #116758 (rodrigo) - Fixed x86-64 bits compilation problems (fcrozat) - Made basic SQL work in GdaSelect class (rodrigo) - Added missing LDAP flags (juergen) - Initial 'delete' support in the SQL parser library (gonzalo) - Removed compilation warnings (gonzalo) - Improved changes management in GdaXmlDatabase (rodrigo) - More API documentation (rodrigo) - Fixed permissions problem in gda_file_save (philippe) - Fixed lexer compilation problems (gonzalo) - Updated translations: - cs (mitr) - de (cneumair) - es (pablodc) - it (marcoc) - nl (adrighem) - pl (aflinta) - pt (dnloreto) - sv (menthos) libgda 0.90.0, 2003-07-03 ------------------------- - Added missing stanzas for MDB and LDAP providers in spec file (adam) - Added version 3 support for the mSQL provider (dschoene) - Added support for unsigned integer values (dschoene) - Added DONT_SHARE option for connections (rodrigo) - Some more documentation (rodrigo) - Updated translations: - cs (mitr) - es (pablodc) - ml (karunakar) - nl (vincent) - pt (dnloreto) - ru (frob) - zh_TW (baddog)
2003-07-25libgda doesn't use Python at all, so remove dependencies.drochner2-4/+2
This also obsoletes PR pkg/21880.
2003-07-13PKGREVISION bump for libiconv update.wiz2-3/+4
2003-06-10Update to 0.12.1:jmmv3-21/+21
libgda 0.12.1, 2003-06-08 ------------------------- - Fixed leak in Oracle provider to prevent running out of cursors (fozzy) - Fixed normal and build requirements in spec file (david) - Updated translations: - nl (adrighem) - sv (menthos) libgda 0.12, 2003-05-28 ----------------------- - Fixed password problem in PostgreSQL provider (david, gonzalo) - Fixed ODBC headers detection problem (rodrigo) - Fixed typo in FreeTDS CFLAGS (rodrigo) - Compilation fixes for Sybase provider (rodrigo) - Spec file fixes for RH9 (david) - Fixed libsql linking problems (rodrigo) - Fixed NULL password access in Oracle provider (fozzy) - Improved support for types in Oracle provider (fozzy) - Fixed index schema retrieval in Oracle provider (fozzy) - Fixed typo in MySQL library detection (bodo) - Fixed aggregates schema in Oracle provider (fozzy) - Some documentation fixes (cj) - Initial version of mSQL provider (danilo) - Fixed compilation problem in IBM DB2 provider (sergey) - Improved sample code in documentation (xabier) - Cleaned up GdaRow and GdaParameter APIs (xabier, rodrigo) - Improvements to the fields metadata schema queries in the PostgreSQL provider (vivien) - Updated translations: - cs (mitr) - de (cneumair) - es (pablodc) - fa (roozbeh) - it (marcoc) - nl (adrighem) - pt (dnloreto) - pt_BR (evandrofg, gdvieira) - sr (danilo) - sv (menthos) libgda 0.11, 2003-03-08 ----------------------- - Improvements on Oracle provider (steve) - Added support for Oracle 9 (steve) - Improvements on IBM DB2 provider (sergey) - Fixed crash on weak references when destroying provider hash table (gonzalo) - ANSI-compliant fixes (tagoh) - Spec file fixes (yanko, rodrigo) - Fixed incorrect password problem in Postgres provider (david, gonzalo) - Fixed typos in Oracle provider strings (cneumair) - More work on the report engine (santi) - Made FreeTDS provider work with freetds-0.61 (tagoh) - Updated translations: - ca (jordim) - cs (mitr) - de (cneumair) - es (pablodc) - nl (adrighem) - pt_BR (gdvieira) - ru (dmitrym) - sv (menthos) - uk (rasta)
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-4/+4
dependency bumps.
2003-02-18Use the omf.mk file provided by the scrollkeeper package to automaticallyjmmv3-4/+6
rebuild the documentation database at install/deinstall time. This means that: - PLIST's do not need to call scrollkeeper-{update,rebuilddb} directly; this is done by a bsd.pkg.install.mk template. - The share/omf directory is only removed by scrollkeeper, which is the last package in the dependancy tree. - PKGREVISION is bumped. Reviewed by wiz.
2003-02-14Bump version to 0.10. Packages using this one have been just updated, so nojmmv1-2/+2
revision bump is required for them.
2003-02-13Remove gtk-doc from here too.jmmv1-2/+1
2003-02-13Update to 0.10.0. Changes since 0.8.199:jmmv6-137/+150
libgda 0.10, 2003-01-27 ----------------------- - Added support for PostgreSQL 7.3 new features (vivien, gonzalo) - Added LANGUAGES schema to set of supported schemas (rodrigo) - Fixed TABLES schema retrieval on Oracle (rodrigo) - Fixed translatable strings (menthos, holger) - Improvements on FreeTDS provider (holger) - Added changes notifications in data models (rodrigo) - Added new schemas to test suite (rodrigo) - Fixed GdaTable class (rodrigo) - First working version of the MDB (MS Access files) provider (rodrigo) - Fixed retrieval of NUMERIC fields' info on PostgreSQL provider (santi) - Fixed circular calls in gda_data_model_describe_column (rodrigo) - Added man page for configuration tool (gonzalo) - Added build requirements for gda-sqlite and man page for gda-config-tool in SPEC file (david) - Fixed FreeTDS include path for RedHat (holger) - Made all plugins resident (rodrigo) - Implemented basic read-onlyness for MySQL connections (rodrigo) - Fixed AGGREGATES schema for MySQL (rodrigo) - Lots of work on the reporting engine (santi) - Added support for PostgreSQL's bytea type fields (gonzalo) - Added use of syslog for the log functions (rodrigo) - Fixed unref'ing problems on providers (gonzalo) - Added first working version of the LDAP provider (german) - Removed obsolete config.h files all over (gonzalo) - Added event notification framework to GdaClient, and converted error notification to the new system (rodrigo) - Implemented saving data models to XML (rodrigo) - First basic version of the xBase provider (rodrigo) - First GNOME 2 version of the ODBC provider (nick) - Added support for SSL in MySQL connections (rodrigo) - Added MONEY type (rodrigo) - Unified parameter names for providers' connection strings (gonzalo) - Updated translations: - cs (mitr) - de (cneumair, chrisime) - es (pablodc) - no (kmaraas) - sk (stano) - sl (minmax) - sv (menthos) libgda 0.9, 2002-12-10 ---------------------- - Fixed weird initialization of the MySQL structures (cleber) - Fixed #96758 (rodrigo) - Fixed #95985 (rodrigo) - Fixed #96810 (rodrigo) - Fixed bison problems in SQL parser (gonzalo) - Fixed DTD validation of config XML file (gonzalo) - Implemented most schemas for FreeTDS provider (holger) - Fixed crash on provider lookups in client library (gonzalo) - Documentation fixes and additions (gonzalo, calvaris) - Fixed #99997 (rodrigo) - Fixed #96810 (rodrigo) - First working version of the ported (from libgda 0.2.x) Sybase provider (holger) - Fixed #97669 (holger (FreeTDS part), rodrigo (Oracle part)) - Updated translations: - cs (Michal Bukovjan) - de (cneumair) - es (pablodc) - ms (sebol) - pt_BR (gdvieira) - sv (menthos) Changes in the package: - Move documentation to share/doc/html/libgda. - Avoid dependancy on gtk-doc.