libgda 1.2.4, 2007-01-09
------------------------

 - Freetds provider: Fix build.
   (Gustavo R. Montesino in bug #330939)
 - Postgres provider: Quote database names to allow use 
   of all characters. (Murray Cumming)

libgda 1.2.3, 2005-10-31
------------------------

 - Fixed 64bit library installation path (Bas)
 - Require Berkley DB >= 4.3.x (Bas)
 - Compilation fixes (Stanislav, Christopher, Rodrigo)
 - Fixed PostgreSQL detection on Ubuntu breezy (Murray)
 - Fixed possible syslog vulnerability (Martin)
 - Fixed compilation with FreeTDS 0.63 (Leonardo)
 - Updated translations:
        - nb (Kjartan)
	- no (Kjartan)

libgda 1.2.2, 2005-06-14
------------------------

 - 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)

libgda 1.2.1, 2005-03-03
------------------------

 - Fixed includedir in spec file (Aaron)
 - Set row number in appended row for GdaDataModelHash (Bas)
 - Fixes in 'update_row'/'remove_row' methods for PostgreSQL provider (Bas)
 - Fixed intltool detection (Rodrigo)
 - Fixed deletion of rows in GdaDataModelHash (Bas)
 - Improve table name guessing in PostgreSQL updates (Bas)
 - Allow USER and PASSWORD parameters in MySQL connection string (Bas)
 - Removed extra emission of signals in data model base class (lvaro)
 - Renumber rows after deletion in GdaDataModelHash (lvaro)
 - Added "name_changed" signal in GdaTable class (lvaro)
 - Fixed #167700 (Caolan)
 - Fixed #160666 (Rodrigo)
 - Fixed #162856 (Jorge)
 - Fixed #166286 (Caolan)
 - Fixed #166288 (Caolan)
 - Fixed #129153 (Rodrigo)
 - Fixed #167500 (Denis)
 - Fixed #168641 (Loc)

libgda 1.2.0, 2004-12-28
------------------------

 - Detect correctly xbase library path (Tomasz)
 - Fixed spec file for correct building on RH (David)
 - Win32 build improvements and fixes (Alan)
 - Added missing method implementation in GdaDataModelHash (Vivien)
 - Fixed support for DATE, TIME, TIMESTAMP and DATETIME types in MySQL
   provider (Vivien)
 - Improved pkg-config modules detection (Tomasz)
 - SQL parser improvements and fixes (Dru, Vivien)
 - Fixed auto* build (Rodrigo)
 - Use " character for field names in PostgreSQL queries (Bas)
 - Updated translations:
        - cs (Miroslav)
	- en_CA (Adam)
	- en_GB (David)
	- fi (Tommi)
	- it (Marco)

libgda 1.1.99, 2004-10-10
-------------------------

 - Use empty strings rather than NULL for missing fields in XML provider
   schema (joe)
 - Improved SQL parser (vivien, dru)
 - More fixes for GCC 3.4 compilation (caolan)
 - Added escape_string virtual method for providers (alan)
 - Added gda_connection_clear_error_list function (txema)
 - Improved transaction support for PostgreSQL provider (txema)
 - Fixed database dropping in FireBird provider (jeronimo)
 - Added support for aggregates to FireBird provider (jeronimo)
 - Fixed crash on strcmp in gda_client_find_connection (rodrigo)
 - Use the correct dsn/username/password when searching connections in
   gda_client_find_connection function (rodrigo)
 - Added example code for FireBird provider (jeronimo)
 - Corrected problem with FireBird date and datetime year part (jeronimo)
 - Fixed #151054 (rodrigo)
 - Added support for transparent connections in FireBird provider (jeronimo)
 - Updated MySQL list of types to matche the real ones (alan)
 - Added read-only support for blobs in FireBird provider (jeronimo)
 - Improved ODBC, MySQL and PostgreSQL detection from autotools (caolan)
 - Removed obsolete macros from configure.in (rodrigo)
 - Removed lots of compilation warnings (szalai)
 - Added reset_connection virtual method for providers (rodrigo)
 - Fixed compilation under Win32 (alan)
