Commit graph

30 commits

Author SHA1 Message Date
obache
d590ae415f Update libgda to 3.0.1
Based on patch proveided by Makoto Fujiwara in PR 36715.

Pkgsrc Changes:
 Added fam option.

from NEWS:
libgda 3.0.1, 2007-05-10

 - Bug fixes: #433687, #434464, #432798, #432798
 (Armin Burgmeier, Gustavo R. Montesino, Leonardo Boshell, Vivien Malerba)
 - Translations:
	- ar (Djihed Afifi)


libgda 3.0.0, 2007-04-20

 - misc. bug fixes (Armin Burgmeier, Vivien Malerba)
 - bug fixes in the SQL delimiter to handle comments, BEGIN and END blocks and PostgreSQL's
   dollar quoting (Vivien Malerba)
 - more unit tests (Vivien Malerba)
 - removed dependecy and test for popt (Baris Cicek)
 - fixed SQLite provider's error reporting, and implemented the get_last_insert_id() virtuel
   method (Vivien Malerba)
 - fixed MySQL's provider error where the same column would be reported several times in
   the TABLE_FIELDS schema (Vivien Malerba)
 - fixed a misbehaviour in the data model import of XML files (Vivien Malerba)
 - docs improvements
 - removed ambiguities in the source files: mention LGPL everywhere in the library, and
   GPL for the executables (Murray Cumming)
 - allow dictionary XML file to specify its own DTD file (Vivien Malerba)
 - Bug fixes: #421986, #421986, #420306, #410200, #427605, #407908, #417249 (Carsten Clark, Baris Cicek,
   Vivien Malerba
 - Translations:
	- dz (Pema Geyleg)
	- lt (Gintautas Miliauskas)
	- ar (Djihed Afifi)

libgda 2.99.6, 2007-03-23

 - Merged several libraries into one for efficiency and because of inter-dependencies (yselkowitz,
   Gustavo R. Montesino, Christopher Taylor)
 - More explicit API function names (Murray Cumming)
 - Applications can now check installed DBMS providers (yselkowitz)
 - C# bindings removed from the libgda's module (Murray Cumming)
 - Added regression tests for SQL parsing and delimiting (Vivien Malerba)
 - Reworked SQL delimiter and made the SQL parser report non parsed characters (Vivien Malerba)
 - Embedded SQLite is now 3.3.13 (Vivien Malerba)
 - Added configure tests to work around changes in the MDB API (yselkowitz)
 - Improved WIN32 building for Cygwin and MinGW (yselkowitz, Gustavo R. Montesino, Christopher Taylor)
 - Bug fixes: #407064, #411811, #314732, #390609, #353404, #411984, #349548, #412122, #411811
   (Leonardo Boshell, yselkowitz, Armin Burgmeier, Daniel Espinosa, Murray Cumming, Christopher Taylor,
   Vivien Malerba)
 - Lots of minor bug fixes
 - Translations:
	- new dz translation (Pema Geyleg)
	- sv (Daniel Nylander)
	- en_GB (David Lodge)
	- it (Marco Ciampa)

libgda 2.99.5, 2007-02-12

 - Correct a linker error when using the (recently renamed to)
   gda_query_field_value_get_is_parameter() function.
   I'm doing a quick extra release because I imagine that the effects of using
   an implicitly-declared function could be odd.

libgda 2.99.4, 2007-02-12

 - GdaQuery: Renamed gda_query_is_modif_query() to gda_query_is_modify_query().
   (Murray Cumming)
 - GdaQueryFieldValue: Added the is_parameter property
   (Daniel Espinosa)
 - GdaEntityField: Renamed get_data_type() vfunc to get_dict_type().
   (Daniel Espinosa)
 - GdaQueryField: Renamed get_data_type() vfunc to get_dict_type().
   (Daniel Espinosa)
 - GdaObject: Added the option for GdaObject sub-classes to copy the
   "name" property to the "id" one if the "id" is not set (used by the GdaParameter object)
   (Vivien Malerba)
 - GdaDataModelQuery:
   - Correctly detect when it's not possible to get information about columns.
   - Added a "use_transaction" property to allow the object to start a transaction before
     running the modification SQL queries and to end it afterwards (so all the modifications are atomic).
   (Vivien Malerba)
 - GdaDataModel: Added "reset" signal, emitted when the data model has completely changed.
   (Vivien Malerba)
 - GdaDataProxy:
   - Added "re_init_done" signal, emitted when the proxied data model's number of columns changes.
   - Corrected a bug which prevented any modification to be applied to the proxied data model.
   - Added gda_data_proxy_get_n_modified_rows().
   (Vivien Malerba)
 - Improvements to _new() functions for language bindings, such as C++:
   GdaParameterList,  (Johannes Schmid, Openismus)
 - Make type checks more flexible, allowing use of derived GTypes by
   language bindings: (Armin Burgmeier, Openismus)
 - Use enum types instead of guint or gulong for flags, matching the
   conventions used in GTK+, and making the API clearer: GdaQuery, GdaObjectRef
   (Murray Cumming, Openismus)
 - Use specific types for property and signal parameter registrations, and use specific signal marshallers.
   This should be more robust, and is needed by language bindings.
   (Murray Cumming, Openismus)
 - Correct all remaining installation location conflicts with libgda 1.2.
   (Leonardo Boshell)
 - Correct the check for the gamin version.
   (Leonardo Boshell)
 - gda-sharp (mono bindings) updated.
   (Daniel Espinosa)
 - Added tests. (Vivien Malerb)
 - Win32 build improvements. (Brecht Sanders)
 - MDB provider: Attempt to fix the build for more recent versions of the MDB API.
   (Murray Cumming)


libgda 2.99.3, 2007-01-23

 - Build fixes:
   - With gamin/fam. (Murray Cumming)
   - removed unnecessary libxslt dependency. (Vivien Malerba)
   - gda-sharp binding fixes. (Vivien Malerba)
   - Fixed many compiler warnings. (Murray Cumming)
   - Replace use of deprecated sys_errlist() with strerror().
     (Joseph Sacco, Bug #353729)
   - Win32 build fixes. (yselkowitz, Bug #314732)
   - Darwin (MacOS X) build fixes. (Min Sik Kim, Bug #382933)
 - GdaConfig: Handle the GDA_DSN_LIST_IN_MEMORY environment variable.
   When defined, initial DSN list will be loaded from the filename specified
   in that environment variable, and the DSN list modifications will not be
   written to a file. (Vivien Malerba)
 - GdaQueryFieldValue: can now render parameters in SQL with the :param_name
   syntax, as used by Oracle. (Vivien Malerba)
 - GdaBlobOp: New object, for improved blob handling. (Vivien Malerba)
 - GdaQuarkList: gda_quark_list_add_from_string():
   Prevent a crash when the connection string has a final ; character.
   (Andrea Zagli, Bug #317831)
 - GdaQuery:
   - Allow use of derived types, for language bindings. (Armin Burgmeier)
   - Avoid memory corruption. (Chris Shoemaker, Bug #341061)
 - GdaQueryFieldField: The field_name property is now readable. (Vivien Malerba)
 - GdaServerProvider:
   - Added the escape_string() and unescape_string() virtual methods. (Vivien Malerba)
   - Removed unimplemented gda_server_provider_create_blob() and
     gda_server_provider_fetch_blob_by_id() functions.  (Murray Cumming)
 - Removed unused "prop" properties. (Murray Cumming)
 - Spelling and grammar corrections. (Clytie Siddall, bug #352122)

 - Providers:
   - FreeTDS: Build fixes. (Leonardo Boshell)
   - MySQL:
     - Slight speed optimization. (Esteban Sanchez)
     - Fixed a bug with FK reporting in the CONSTRAINTS schema report.
       Added the "bit" data type as a synonym to "tinyint"
       removed GDA_TYPE_BLOB reference as MySQL does not support blobs.
       (Vivien Malerba)
   - Oracle: Major improvments, including blob handling. (Vivien Malerba)
   - Postgres
     - Fix failure of current transaction when trying to delete a
     nonexisting blob Oid
     - Improved GdaBinary handling.
     (Vivien Malerba)
   - Sqlite: Update Sqlite sources to 3.3.10.
   - BDB and ODBC: Correct a cast (Hans de Goede, bug #366694)
2007-08-04 11:13:37 +00:00
joerg
2c6290042f Don't use malloc.h, use stdlib.h. 2007-08-03 22:57:06 +00:00
dillo
afe636d7b2 Modifications for upcoming libgda-mysql package. 2007-01-26 10:59:59 +00:00
wiz
62065c0068 Update to 2.99.2.
Bump API depends, because of shlib name change, and
all its dependencies will depend on the new API in a few minutes.

libgda 2.99.2, 2006-12-22
-------------------------

 - Make all the providers compile again (Vivien)
 - C# bindings corrections (Daniel)
 - MySQL provider fixes (Vivien, Stian)
 - API renaming to avoid using the G namespace (Murray)
 - Code cleanups (Murray)
 - Change version to 2.99.x to become 3.0.x when the API/ABI is declared stable (Murray)
 - Lots of corrections and small improvements (Stian, Vivien)
 - Make connections keep track of the current transaction status (Vivien)
 - Doc. improvements (Vivien)
 - 64 bits corrections (Bas)
 - Improved code to make bindings easier (Murray)
 - Translations:
	- new Arabic transtation (Djihed Afifi)
	- it (Marco Ciampa)
2007-01-21 19:14:20 +00:00
minskim
5b32522004 Add a patch in Gnome bug 382933 to make this package build on Darwin. 2006-12-12 21:02:26 +00:00
minskim
bca2518ac7 Include sys/types.h to use uint on Darwin.
http://bugzilla.gnome.org/show_bug.cgi?id=382936
2006-12-06 18:00:41 +00:00
obache
38e14c6dc8 Portability fix again.
Instead of sys_errlist[], use strerror(3), ANSI C89 function.
At least, Solaris in LP64 don't have sys_errlist.
2006-12-06 12:14:00 +00:00
obache
4f2a508e72 Portability fix suggested in PR 34833.
Instead of sys_errlist[], use strerror(3), ANSI C89 function.
At least, Solaris in LP64 don't have sys_errlist.
2006-12-06 08:52:31 +00:00
wiz
8f4e406ac9 Update to 1.99.1:
libgda 1.99.1, 2006-10-26
-------------------------

 - Database providers compilation fixes (Marc-Andre)
 - General corrections (Murray)
 - Possibility to avoid compiling C# bindings (Vivien)
 - Gda# packaging corrections (Vivien)
 - Translations:
	- it (Marco Ciampa)
	- en_GB (David Lodge)
	- fi (Ilkka)

libgda 1.99.0, 2006-10-18
-------------------------

 - Database providers fixes (Bas, Vivien)
 - Gda# fixes (Daniel)
 - Oracle provider improvements (Bas)
 - API cleanups and made more coherent (Vivien)
 - New convenience functions for some common tasks (Daniel)
 - SQLite provider now relies on SQLite 3.3.8 (Vivien)
 - Improved documentation about migration from previous versions (Vivien)
 - Many bug fixes and small improvements
 - Translations:
	- en_GB (David Lodge)
	- fi (Ilkka)
	- ne (Pawan Chitrakar)
	- ja (Ryoichi INAGAKI)
	- vi (Clytie)
2006-12-05 10:22:27 +00:00
wiz
292a96f6be Update to 1.9.103:
libgda 1.9.103, 2006-09-03
--------------------------
 - Added Data Definition queries to be handled by the providers as no SQL standard exists
   in this area (for the PostgreSQL, MySQL and SQLite providers which now implement database
   creation and destruction, table creation and destruction, table renaming, and column addition
   and removal) (Vivien, Bas)
 - Reworked the database creation and destruction in a simpler way, and updated the API (Vivien)
 - Improved the MDB (MS Access) provider (Vivien)
 - GdaDict now uses a generic and extensible way of storing lists of objects it manages (Vivien)
 - Specifications required to declare a new data source are now translatable (Vivien)
 - Connections can now easily be opened without requiring to create a data source first (Vivien)
 - Lots of documentation update
 - Better usage of DTDs (Vivien)
 - More consistant API (Murray, Vivien)
 - Removed usage of GdaValue in favor of GValue
 - Fixed bugs #329930, #337986, #338081, #328418, #319948, #332556, #337497 (Chris,
   Thierry)
 - Many bug fixes and small improvements (Murray, Rodrigo)
 - Translations:
	- new Lithuanian (lt) translation (Gintautas Miliauskas)
	- vi (Clytie)
	- fi (Ilkka)
	- zh_HK, zh_TW (Chao-Hsiung Liao)
	- eu (Iñaki)
	- nb (Kjartan Maraas)
	- es (Francisco Javier)
	- fr (Marc-André Lureau)
	- ru (Valek Filippov)
	- de (Hendrik Richter)
	- nl (Vincent van Adrighem)
	- it (Marco Ciampa)
2006-09-11 17:06:48 +00:00
minskim
49f2e22345 Add link options to avoid "Undefined symbols" on Darwin. 2006-06-26 21:23:47 +00:00
wiz
1da75d161e Update to 1.9.102:
libgda 1.9.102, 2006-03-24
--------------------------

 - Merged the Libgnomedb's part which is not GUI related (Vivien)
 - GdaDataModel API simplifications (Vivien)
 - Added support for cursor based navigation in GdaDataModel (Vivien)
 - Fixed #327797 (Rodrigo)
 - Fixed #329933 (Thomas)
 - Improved Cygwin compilation (Cygwin Ports Maintainer)
 - Added data import from CSV and XML files (Vivien)
 - Use SQLite 3.3.4 (Vivien)
 - Providers can now provide information about constraints in the database structure (Vivien)
 - Fixes for building out of the source tree (Bob)
 - FreeTDS provider compilation fixes (Leonardo)
 - New tests
 - More respectfull of standard naming conventions (Dan, Murray)
 - Documentation improvements (Juan Manuel Mouriz, Vivien)
 - Modifications to require glib >= 2.6.0 (Bas)
 - Many bug fixes
 - Many other small improvements
 - Translations:
	- new Chinese (Taiwan) translation (Chao-Hsiung)
	- fi (Ilkka)
	- it (Marco)
	- en_CA (Adam)
	- vi (Clytie)
	- es (Francisco Javier)
	- eu (Iñaki)
	- zh_TW (Chao-Hsiung)
	- pt_BR (Raphael)
2006-04-02 22:46:55 +00:00
wiz
7d72b5bf55 Fix linkage for libgda-postgres.
I didn't bump its PKGREVISION since I updated it 10 minutes ago.
2006-02-04 17:16:46 +00:00
wiz
3fe1a98602 Update to 1.9.100 (gnumeric needs >=1.3, and we have no other
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-02-04 17:02:45 +00:00
drochner
c343884dfb fix potential format string vulnerability (CAN-2005-2958), from debian 2005-10-26 10:08:24 +00:00
jmmv
6678e057e2 Update to 1.2.2:
- 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-26 16:54:07 +00:00
drochner
cccbeb94c1 update to 1.2.1
changes: bugfixes
2005-04-18 18:01:48 +00:00
drochner
62787d69e2 update gnomedb to 1.2
too many changes to list here, this pkg was really outdated
2005-02-24 19:17:10 +00:00
agc
671d62d2e2 Add RMD160 digests in addition to SHA1 ones. 2005-02-23 16:33:05 +00:00
jmmv
828e632126 Explicitly disable use of readline (we weren't using it before anyway).
Fixes build problems under -current.
2005-02-05 16:30:39 +00:00
reed
b3ebd23fdd Patch for configure added so correct perl will be used.
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-12-17 18:20:32 +00:00
jmmv
cd0aeaba23 libgda 1.0.4, 2004-04-18
------------------------
 - 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-04-20 16:15:48 +00:00
jmmv
bfcb9cb2ba Update to 1.0.3:
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-11 14:00:29 +00:00
jmmv
d910740afc Trivially update to 1.0.0:
- Updated API documentation (rodrigo)
2003-09-19 22:19:01 +00:00
jmmv
82e3e851d0 Update to 0.99.0:
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-09-11 12:38:26 +00:00
jmmv
77b56df877 Update to 0.12.1:
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-06-10 14:20:31 +00:00
jmmv
994d60c3d8 Update to 0.10.0. Changes since 0.8.199:
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.
2003-02-13 18:19:29 +00:00
jmmv
6c0b21a311 Make this package install its configuration file inside the examples tree
and use bsd.pkg.install.mk to copy it to PKG_SYSCONFDIR.
Bump PKGREVISION to 1.
2002-12-25 15:58:20 +00:00
rh
c9183fee88 Replace homegrown patch with PKGCONFIG_OVERRIDE 2002-10-30 03:11:19 +00:00
rh
b5a404c93d Initial import of libgda-0.8.199, the GNU database access library. This
version only comes with a default XML backend enabled.
Based on the package provided by Scott Aaron Bamford in PR pkg/18660.
2002-10-30 00:52:10 +00:00