1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
2001-11-20 Andreas Rottmann <rottmann@users.sourceforge.net>
* many_files: Fixed to compile with g++ 3.0.
* configure.ac: Bumped version number to 0.2.1.
* gql++/doc/Makefile.am: Added missing dependency.
2001-11-02 Andreas Rottmann <rottmann@users.sourceforge.net>
* gdbi++/Makefile.am, gql-drivers/pg/Makefile.am, gql-drivers/pg/driver.cc, gql++/doc/Makefile.am:
Fixed Typos.
* configure.ac: Bumped version number to 0.2.0.
* gql-drivers/pg/connection.cc, gql-drivers/pg/connection.h, gql-drivers/pg/object.cc, gql-drivers/pg/object.h:
Implemented PostgreSQL BLOBs.
* gql++/connection.cc, gql++/connection.h, gql++/object.cc, gql++/object.h:
Extended API for BLOBs.
* examples/gql/Makefile.am, examples/gql/blob.cc:
Added BLOB example.
2001-10-31 Andreas Rottmann <rottmann@users.sourceforge.net>
* gql-drivers/pg/connection.cc, gql-drivers/pg/connection.h, gql-drivers/pg/object.cc, gql-drivers/pg/object.h:
Added BLOB support.
* gql-drivers/pg/Makekefile.am: Unnecessary file.
* gql++/doc/Makefile.am:
No more distributing the generated HTML.
* gql++/object.cc, gql++/object.h:
Extended BLOB support.
* gql-drivers/pg/connection.cc: Concurrency fixes.
* gql++/object.cc, gql++/object.h:
Added Blob type.
* gdbi++/doc/Makefile.am, gdbi++/doc/doxy.conf:
Added docs for GDBI.
* gql-drivers/pg/Makefile.am, gql-drivers/mysql/Makefile.am, gql++/Makefile.am, gql++/gql.pc.in, gdbi++/Makefile.am, gdbi++/gdbi.pc.in, examples/gql/Makefile.am, examples/gdbi/Makefile.am:
Changed variable names.
* acinclude.m4, configure.ac, configure.in:
Switched to autoconf 2.50 and pkg-config.
2001-08-08 Andreas Rottmann <rottmann@users.sourceforge.net>
* gql-drivers/pg/Makefile.am, gql-drivers/pg/Makekefile.am:
Some fixes.
2001-08-07 Andreas Rottmann <rottmann@users.sourceforge.net>
* First ChangeLog entry.
|