summaryrefslogtreecommitdiff
path: root/databases/libgda/patches/patch-ab
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-02-13 18:19:29 +0000
committerjmmv <jmmv>2003-02-13 18:19:29 +0000
commit095088e59303f6ee0365a42cc8ef0986d5ca2acc (patch)
tree7dd731fd31880194bde998938233286612cfc4c7 /databases/libgda/patches/patch-ab
parent7c1974d85f2a4374bc4889df770697bb3a822269 (diff)
downloadpkgsrc-095088e59303f6ee0365a42cc8ef0986d5ca2acc.tar.gz
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.
Diffstat (limited to 'databases/libgda/patches/patch-ab')
-rw-r--r--databases/libgda/patches/patch-ab10
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/libgda/patches/patch-ab b/databases/libgda/patches/patch-ab
index f6f9c39060f..60bfa37c4f5 100644
--- a/databases/libgda/patches/patch-ab
+++ b/databases/libgda/patches/patch-ab
@@ -1,13 +1,13 @@
-$NetBSD: patch-ab,v 1.3 2002/12/25 15:58:21 jmmv Exp $
+$NetBSD: patch-ab,v 1.4 2003/02/13 18:19:30 jmmv Exp $
---- data/Makefile.in.orig Wed Oct 23 23:33:13 2002
+--- data/Makefile.in.orig 2003-01-28 02:21:45.000000000 +0100
+++ data/Makefile.in
-@@ -161,7 +161,7 @@ WARN_CFLAGS = @WARN_CFLAGS@
+@@ -166,7 +166,7 @@ XBASE_LIBS = @XBASE_LIBS@
YACC = @YACC@
cxxflags_set = @cxxflags_set@
-configdir = $(sysconfdir)/libgda
-+configdir = $(datadir)/examples/@PACKAGE@
++configdir = $(datadir)/examples/libgda
config_DATA = config
- EXTRA_DIST = $(config_DATA) gda-xml-query.dtd gda-xml-query.xsl
+ xmldir = $(datadir)/libgda/xml