This is the mail archive of the
cygwin-announce
mailing list for the Cygwin project.
Updated: sqlite3-3.8.6-1 for Cygwin/Cygwin64
- From: Jan Nijtmans <jan dot nijtmans at gmail dot com>
- To: cygwin-announce at cygwin dot com
- Date: Thu, 21 Aug 2014 10:32:14 +0200
- Subject: Updated: sqlite3-3.8.6-1 for Cygwin/Cygwin64
- Authentication-results: sourceware.org; auth=none
- Reply-to: The Cygwin Mailing List <cygwin at cygwin dot com>
SQLite is a software library that implements a self-contained,
serverless, zero-configuration, transactional SQL database engine
Changes since 3.8.5-1
=====================
* Updated to upstream 3.8.6 release. See:
<http://www.sqlite.org/releaselog/current.html>
* Build now uses pthread mutexes in stead of win32
mutexes.
* Additional SQLite bug-fixes, rejected (apparently) upstream
but important (and simple) enough for Cygwin:
* VFS filename truncation issues
<http://www.sqlite.org/src/info/c060923a54>
* Wrong filename handling in sqlite3_load_extension() for Cygwin
<http://osdir.com/ml/sqlite-users/2014-02/msg00431.html>
* pragma database_list returns win32 paths on Cygwin
<http://osdir.com/ml/sqlite-users/2014-02/msg00515.html>
* ISO time leap second
<http://osdir.com/ml/sqlite-users/2014-07/msg00606.html>
* update to Unicode 7.0 for FTS3 tokenizer
--
Jan Nijtmans