| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 | 
- Update to version 0.9225: * update to SQLite 3.15.2 * don't statically buffer result of localeconv() * increased some internal string buffers * fixes in SQLSetPos() * fix locking in xpath module, thanks Abramo Bagnara - Changes for version 0.9994: * update to SQLite 3.13.0 * fix to present file names with slashes to sqlite3_load_extension()
- Update to 0.9223
  * update to SQLite 3.10.0
  * fixes in SQLStatistic() for decting unique indices
  * for SQLGetPrivateProfileString() try to load libodbcinst.so.2
    first, then libodbcinst.so.1
  * eliminated some valgrind warnings regarding strcpy()
  * increased max. length for data source name in Win32
    config dialog
  * configure: detect presence of sqlite3_columndatabasename()
    and sqlite3_columnoriginname()
- Doxygen.conf add 'HTML_TIMESTAMP         = NO' (boo#969496)
- Fix removal of .la and .a files
- Add missing build dependencies
- Add sqliteodbc-rpmlintrc * this is not regular shared library but plugin for unixODBC
- Update to 0.9992
  * update to SQLite 3.8.9
  * fixed buffer length return in SQLGetStmtAttr*()
  * report SQL_SC_SQL92_ENTRY level for
    SQLGetInfo(...SQL_SQL_CONFORMANCE...)
  * improved configure for cross-compiling
- Enable building of documentation - Add unixODBC dependency for scriplets
- New version 0.9991 released
- Adding changes file to project