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 60 61 62
|
2008-05-10 Gerhard Reithofer <gerhard.reithofer@tech-edv.co.at>
* backport of Debian Lenny tclodbc_2.5-5 to Debian Etch
* change of depedencies in debian/control file
2006-01-25 Jeff Hobbs <jeffh@ActiveState.com>
* configure, configure.in: update to TEA 3.5
* tclconfig/tcl.m4: TEA rcs 1.89 2006/01/25 21:25:02
2005-03-25 Jeff Hobbs <jeffh@ActiveState.com>
* tclconfig/tcl.m4: TEA 3.2 updates
* configure, configure.in, Makefile.in: OS X patch from Steffen
* ODBC.m4, tclodbc.hxx: iodbc checks improved
2004-03-20 Jeff Hobbs <jeffh@ActiveState.com>
* configure, configure.in, setup.tcl: update to v2.5
* database.cxx, statemnt.cxx, strings.cxx, tclodbc.hxx:
* doc/reference.htm (id): add optional list of lists result sets
with 'db set multisets true' and '$stmt moreresults'. (riesterer)
2004-03-19 Jeff Hobbs <jeffh@ActiveState.com>
* encoding.cxx, statemnt.cxx, database.cxx, tclodbc.hxx:
correct assignment warning, casts and whitespace.
* tclodbc.cxx, strings.cxx: TCLODBC_VERSION -> PACKAGE_VERSION
* ODBC.m4, configure.in, configure, Makefile.in, tclconfig/tcl.m4:
updated to the latest TEA base
2003-03-13 Jeff Hobbs <jeffh@ActiveState.com>
* configure:
* tclconfig/tcl.m4: updated to latest TEA sample
2002-05-01 Jeff Hobbs <jeffh@ActiveState.com>
* tclodbc.hxx (new):
* tclodbc.hxx.in (removed): removed need for input file. Moved
tcl.h to being included near the beginning.
* setup.tcl: code cleanup
* README:
* README.cygwin: updated notes about new TEA setup
* Makefile.in: Replaced old configure setup with TEA 2002
* ODBC.m4: specification. Full update of configure.in,
* aclocal.m4: ODBC.m4 and Makefile.in. Verified on Win2K
* configure (new): and Linux-2.4 with UnixODBC.
* configure.in:
* config/install-sh (removed):
* config/mkinstalldirs (removed):
* config/tcl.m4 (removed):
* mkIndex.tcl.in (removed):
* tclconfig/README.txt (new):
* tclconfig/install-sh (new):
* tclconfig/tcl.m4 (new):
Created ChangeLog file post-2.3 tclodbc release
|