2013-07-09 06:54:03 +08:00
|
|
|
Version 0.7.1
|
|
|
|
=============
|
2013-10-13 16:51:24 +08:00
|
|
|
autogen.sh is no more. Use "autoreconf -if" to bootstrap the configuration.
|
2013-07-10 00:39:03 +08:00
|
|
|
|
2013-07-15 03:35:06 +08:00
|
|
|
autoconf/automake has been updated to more recent standards.
|
2013-07-10 00:39:03 +08:00
|
|
|
- config.guess config.sub depcomp install-sh ltmain.sh missing ylwrap
|
|
|
|
files are now in build-aux/ directory
|
|
|
|
You'll now need autoconf >= 2.58
|
2013-07-09 06:54:03 +08:00
|
|
|
|
2013-07-15 03:35:06 +08:00
|
|
|
An experimental (buggy) version of ODBC driver that supports UCS-2 interface
|
|
|
|
is now available: libmdbodbcW.so
|
|
|
|
Note that libmdbodbc supports UTF-8 really well, so that this is usually not
|
|
|
|
needed.
|
|
|
|
|
2013-06-29 23:58:15 +08:00
|
|
|
Version 0.3
|
|
|
|
===========
|
2001-04-12 07:33:19 +08:00
|
|
|
The organization of the project files has changed a bit from that last release.
|
|
|
|
The autoconf stuff has been moved to the root directory. The include directory
|
|
|
|
has also been moved from src/include to include
|
|
|
|
|