Package Release Info

sqliteodbc-0.9996-bp151.4.3.1

Update Info: openSUSE-2020-612
Available in Package Hub : 15 SP1 Update

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

sqliteodbc
sqliteodbc-doc

Change Logs

* Mon May 04 2020 Martin Pluskal <mpluskal@suse.com>
- Adjust scriplets to resolve boo#1171041 CVE-2020-12050
* Mon Mar 18 2019 Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
- Update to version 0.9996
  * update to SQLite 3.22.0
  * fixes in handling DDL in SQLExecDirect() et.al., thanks Andre Mikulec for testing
  * cleanup utf8/unicode conversion functions
Version: 0.9995-bp150.2.4
* Fri Dec 09 2016 mpluskal@suse.com
- 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()
* Mon Apr 04 2016 tuukka.pasanen@ilmi.fi
- 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)
* Mon Feb 08 2016 mpluskal@suse.com
- Fix removal of .la and .a files
* Wed Feb 03 2016 mpluskal@suse.com
- Add missing build dependencies
* Fri Dec 18 2015 mpluskal@suse.com
- Add sqliteodbc-rpmlintrc
  * this is not regular shared library but plugin for unixODBC
* Fri Apr 17 2015 mpluskal@suse.com
- 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
* Tue Feb 10 2015 mpluskal@suse.com
- Enable building of documentation
- Add unixODBC dependency for scriplets
* Mon Feb 09 2015 tuukka.pasanen@ilmi.fi
- New version 0.9991 released
* Mon Feb 09 2015 tuukka.pasanen@ilmi.fi
- Adding changes file to project