libgnomedb 1.0.3, 2004-01-16
----------------------------
- Fixed sorting in grid widget (marius)
- Fixed selection signal emission in grid widget (rodrigo)
- Fixed libglade module compilation problems (rodrigo)
- Fixed compilation problems on Debian (jdassen)
- Use a grid instead of a list in form widget (jon)
- Updated translations:
- ja (aihana)
- nl (adrighem)
libgnomedb 1.0.2, 2003-11-30
----------------------------
- Avoid creating data sources with duplicating names in GnomeDbDsnConfigDruid
widget (laurent)
- Fixes for 64bit platforms (fredreric)
- Implemented missing gnome_db_combo_set_model (gonzalo)
- Updated translations:
- cs (miroslav)
- el (pkst)
- fi (pauli)
- nl (vincent)
- pt (duarte)
- sr (danilo)
- sw (christian)
libgnomedb 1.0.1, 2003-10-13
----------------------------
- Fixed problems with gtksourceview compilation (rodrigo)
- Made labels non-selectable in gray bar widget (álvaro)
- Fill background color with GTK style color in gray bar (álvaro)
- Use GTK default text color in grid titles for
gnome-database-properties (rodrigo)
- Dont g_free GtkWidget's in gray bar widget finalization (rodrigo)
- Updated translations:
- sk (stanislav)
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)
Just a comment doesn't seem to suffice in all cases. For no-op commands,
use an explicit "true" invocation to avoid problems. (A future merge of
current bmake may fix this issue.)
- check for existence of fsid_t type, and typedef it if missing
- check for existence of struct statvfs.f_basetype field
- if <sys/mkdev.h> is included and makedev() is missing, try to use mkdev()
- add replacement library file for utimes() by wrappering utime()
Changes:
Since the authors don't provide a proper CHANGES file/release announcement, this
is me guess from diffing to last version (1.6.1.93):
- aix build fixes
- icc support
- doc updates
- yuvfps tries to find a normalized framerate by default
... and probably the usual: bug-fixes
Changes for 1.5, released 10-Mar-2004:
- TypeCode honoring for response parameters
- String adherence to wsdl for request/response params via ServiceProxy
- wsdl2py bug fixes
- Numerous bug fixes