Version 1.0.0, Beta 4

This commit is contained in:
Evan Miller
2021-08-25 08:49:57 -04:00
parent 6faf1b8615
commit 2aea0e2e41
3 changed files with 16 additions and 2 deletions

14
NEWS
View File

@@ -1,3 +1,17 @@
Version 1.0.0 (Beta 4)
=============
Build:
* New `--disable-iconv` configure option (falls back to `wcstombs` where possible)
* Fix a build error when `./configure` detected iconv, but thought it was not working
* Generating the configure script now requires autoconf 2.64 or later
ODBC:
* The Unicode driver (`libmdbodbcW.so`) no longer uses iconv #332 #333
SQL:
* New `<>` (not equal) operator #329
Version 1.0.0 (Beta 3)
=============