diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-03-11 14:00:29 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-03-11 14:00:29 +0000 |
commit | bfcb9cb2ba423e70694ae3f54865c33e99444948 (patch) | |
tree | 0588a837ecbd8aabcf820653e5eeed6478c4d153 /databases/libgda/patches/patch-aa | |
parent | 8d3ad0115052ee92bdef257faf69a3f4100bcd2c (diff) | |
download | pkgsrc-bfcb9cb2ba423e70694ae3f54865c33e99444948.tar.gz |
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)
Diffstat (limited to 'databases/libgda/patches/patch-aa')
-rw-r--r-- | databases/libgda/patches/patch-aa | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/libgda/patches/patch-aa b/databases/libgda/patches/patch-aa index dafcb41490d..39335a31b28 100644 --- a/databases/libgda/patches/patch-aa +++ b/databases/libgda/patches/patch-aa @@ -1,10 +1,10 @@ -$NetBSD: patch-aa,v 1.2 2003/02/13 18:19:30 jmmv Exp $ +$NetBSD: patch-aa,v 1.3 2004/03/11 14:00:29 jmmv Exp $ ---- doc/C/Makefile.in.orig 2003-02-13 18:53:17.000000000 +0100 +--- doc/C/Makefile.in.orig 2004-01-17 00:06:09.000000000 +0100 +++ doc/C/Makefile.in -@@ -167,7 +167,7 @@ YACC = @YACC@ - cxxflags_set = @cxxflags_set@ +@@ -272,7 +272,7 @@ target_alias = @target_alias@ + # The name of the module, e.g. 'glib'. DOC_MODULE = libgda -HTML_DIR = $(datadir)/gtk-doc/html +HTML_DIR = $(datadir)/doc/html |