mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-10 00:20:54 +08:00
Version 0.9.3, final
This commit is contained in:
37
NEWS
37
NEWS
@@ -1,45 +1,28 @@
|
|||||||
Version 0.9.3, Beta 4
|
Version 0.9.3
|
||||||
=============
|
|
||||||
|
|
||||||
libmdb:
|
|
||||||
* Fix build failure with emscripten #299
|
|
||||||
|
|
||||||
Version 0.9.3, Beta 3
|
|
||||||
=============
|
|
||||||
|
|
||||||
libmdb / libmdbsql:
|
|
||||||
* Fix build when _XOPEN_SOURCE was already defined on the platform #298
|
|
||||||
|
|
||||||
Version 0.9.3, Beta 2
|
|
||||||
=============
|
|
||||||
|
|
||||||
libmdb:
|
|
||||||
* Migrate to g_memdup2 #287 #288
|
|
||||||
|
|
||||||
libmdbsql:
|
|
||||||
* Allow double quoted (") database names #291
|
|
||||||
* Allow spaces in database names #292 #293
|
|
||||||
|
|
||||||
Docs:
|
|
||||||
* Add JET version for access 2013/2016/2019 to docs #286
|
|
||||||
|
|
||||||
Version 0.9.3, Beta 1
|
|
||||||
=============
|
=============
|
||||||
|
|
||||||
libmdb:
|
libmdb:
|
||||||
* Support files created with Access 2019 #260 #277
|
* Support files created with Access 2019 #260 #277
|
||||||
* Fix a warning when reading in binary property values #262
|
* Fix a warning when reading in binary property values #262
|
||||||
* Fix signed-unsigned comparison warning #269
|
* Fix signed-unsigned comparison warning #269
|
||||||
|
* Migrate to `g_memdup2` #287 #288
|
||||||
|
* Fix build when `_XOPEN_SOURCE` was already defined on the platform #298
|
||||||
|
* Fix build failure with emscripten #299
|
||||||
|
|
||||||
libmdbsql:
|
libmdbsql:
|
||||||
* Support negative floating point literals #274 #279
|
* Support negative floating point literals #274 #279
|
||||||
* Comparison operators behaved incorrectly when the constant was on the left #283 #285
|
|
||||||
* Improved support for file paths in `CONNECT TO` statements #275 #280 #282
|
* Improved support for file paths in `CONNECT TO` statements #275 #280 #282
|
||||||
|
* Comparison operators behaved incorrectly when the constant was on the left #283 #285
|
||||||
|
* Allow double quoted (") database names #291
|
||||||
|
* Allow spaces in database names #292 #293
|
||||||
|
|
||||||
ODBC:
|
ODBC:
|
||||||
* unixODBC now uses the `--libdir` passed at configure-time #261
|
* unixODBC now uses the `--libdir` passed at configure-time #261
|
||||||
* Fix a segfault in PyODBC when `SQLGetTypeInfo` is called on an unsupported data type #278
|
* Fix a segfault in PyODBC when `SQLGetTypeInfo` is called on an unsupported data type #278
|
||||||
|
|
||||||
|
Docs:
|
||||||
|
* Add JET version for access 2013/2016/2019 to docs #286
|
||||||
|
|
||||||
Version 0.9.2
|
Version 0.9.2
|
||||||
=============
|
=============
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
dnl Process this file with autoconf to produce a configure script.
|
dnl Process this file with autoconf to produce a configure script.
|
||||||
AC_INIT([mdbtools],[0.9.3-beta4],[https://github.com/mdbtools/mdbtools/issues],[],[https://github.com/mdbtools/mdbtools])
|
AC_INIT([mdbtools],[0.9.3],[https://github.com/mdbtools/mdbtools/issues],[],[https://github.com/mdbtools/mdbtools])
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
AC_CONFIG_AUX_DIR([build-aux])
|
AC_CONFIG_AUX_DIR([build-aux])
|
||||||
AC_CONFIG_SRCDIR(src/extras/mdb-dump.c)
|
AC_CONFIG_SRCDIR(src/extras/mdb-dump.c)
|
||||||
|
|||||||
Reference in New Issue
Block a user