Subject: CVS commit: pkgsrc/databases
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 02/04/2006 17:02:46
Module Name: pkgsrc
Committed By: wiz
Date: Sat Feb 4 17:02:46 UTC 2006
Modified Files:
pkgsrc/databases/libgda: Makefile Makefile.common PLIST buildlink3.mk
distinfo
pkgsrc/databases/libgda-postgres: Makefile PLIST
pkgsrc/databases/libgda/patches: patch-aa patch-ab patch-ac patch-ad
Added Files:
pkgsrc/databases/libgda/patches: patch-ah patch-ai
Removed Files:
pkgsrc/databases/libgda-sqlite: DESCR Makefile PLIST
pkgsrc/databases/libgda/patches: patch-ae patch-af
Log Message:
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)
To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 pkgsrc/databases/libgda/Makefile \
pkgsrc/databases/libgda/distinfo
cvs rdiff -r1.36 -r1.37 pkgsrc/databases/libgda/Makefile.common
cvs rdiff -r1.12 -r1.13 pkgsrc/databases/libgda/PLIST
cvs rdiff -r1.7 -r1.8 pkgsrc/databases/libgda/buildlink3.mk
cvs rdiff -r1.6 -r1.7 pkgsrc/databases/libgda-postgres/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/databases/libgda-postgres/PLIST
cvs rdiff -r1.1.1.1 -r0 pkgsrc/databases/libgda-sqlite/DESCR \
pkgsrc/databases/libgda-sqlite/PLIST
cvs rdiff -r1.3 -r0 pkgsrc/databases/libgda-sqlite/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/databases/libgda/patches/patch-aa
cvs rdiff -r1.6 -r1.7 pkgsrc/databases/libgda/patches/patch-ab
cvs rdiff -r1.4 -r1.5 pkgsrc/databases/libgda/patches/patch-ac
cvs rdiff -r1.3 -r1.4 pkgsrc/databases/libgda/patches/patch-ad
cvs rdiff -r1.1 -r0 pkgsrc/databases/libgda/patches/patch-ae \
pkgsrc/databases/libgda/patches/patch-af
cvs rdiff -r0 -r1.1 pkgsrc/databases/libgda/patches/patch-ah \
pkgsrc/databases/libgda/patches/patch-ai
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.