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
|
2007-06-15 Christophe Troestler <Christophe.Troestler@umh.ac.be>
* ocamlodbc.mli: Improved the documentation.
* INSTALL_WIN32.bat: added /DCAML_DLL to cl for the link to work.
2007-02-28 Maxence Guesdon <Maxence.Guesdon@inria.fr>
* rel: 2.12
* fix: examples to handle the small modification in interface
(string option for record values)
* fix: biniki now uses lablgtk2
2006-06-07 Maxence Guesdon <Maxence.Guesdon@inria.fr>
* add: Makefile.nt, configure.nt, Exemples/Makefile.nt by David Allsopp
for compiling under Windows/MinGW/Cygwin
2005-05-13 Maxence Guesdon <Maxence.Guesdon@inria.fr>
* rel: 2.10
* add: mingw support, thanks to Jeff Henrikson
* fix: use Unsigned_long_val instead of Long_val macros
in some C functions, thanls to chrisre@cs.washington.edu
for pointing this
* add: integrate patch from Alessandro Baretta
to enable support for dynamic linking
2004-10-01 Maxence Guesdon <Maxence.Guesdon@inria.fr>
* rel: 2.9
* add: Ocamlodbc.execute_gen, from the patch by Leonid Timochouk
* add: Ocamldoc.version available in interface
2004-03-13: Maxence
- Move to Gna!
2004-03-01: Maxence
- mod: licenses in all files
2003-11-02: Maxence
- add: WIN32 support, thanks to Clment Capel
2003-08-27: Maxence
- add: support for Oracle through the DataDirect "Connect for ODBC" driver
|